table.form_table {
    width:99%;
    border:0 none;
}

table.form_table td, table.form_table th {
    padding:5px;
}

table.form_table th {
    width:200px;
	_width:190px;
    text-align:left;
}

table.form_table th sup {
    color:#00B7FE;
}

table.form_table input[type='text'], table.form_table textarea, table.form_table select, table.form_table input[type='password']{
    border:1px solid #7F9DB9;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    width:99%;
}

table.form_table textarea {
    height:80px;
}

table.form_table input[type='reset'], table.form_table input[type='submit'] {
    margin-right:10px;
}