table.form{
    width: 630px;
    clear: both;
}

table.form th{
    width: 245px;
}


/*table.form th label{
    display: block;
    width: 245px;
}*/

table.form td select, table.form td input[type=text],table.form td input[type=email],table.form td input[type=password]{
    width: 100%;
}

table.form td textarea{
    width: 100%;
    height: 150px;
}