#dialogBox{
  text-align: center;
  font-weight: normal;
}

#dialogBox span{
  color: #AF6D95;
}

#dialogBox table{
  margin-left: 60px;
}

#dialogBox table th{
  text-align: right;
  font-weight: normal;
  vertical-align: top;
}

#dialogBox table td{
  text-align: left;
}

#dialogBox table input,#dialogBox table textarea{
  border: 0;
  color: #666;
  width: 250px;
}

#dialogBox .button{
  width: 250px;
  margin-top: 30px;
  color: #FFF;
  border:0;
  background-color: #666;
  cursor: pointer;
}

.error{
  font-size: 11px;
  color:  #AF6D95;
}
