.form {
text-align:center;
}
.form table{
margin-left:auto;
margin-right:auto;
width:90%;
margin-bottom:15px;
text-align:left;
}
.form th{
font-weight:normal;
width:1%;
vertical-align:top;
white-space:nowrap;
padding:17px 0px 0px 0px;
}
.form td{
padding:17px 0px 0px 0px;
}
.form table input{
width:95%;
}
.form table textarea{
width:95%;
}
.form_error{
width:96%;
background:#FF7777;
}
.form .info{
width:96%;
background:#AACCFF;
}