@import url("base.css");
@import url("confirm.css");

div.cont { width: 620px; margin: auto;}

#mailform {
margin: 20px 0;
padding: 15px 5px;
border: 1px dotted #5B3B18;
}

div#mailfrom_hidden_object {
width: 1px;
height: 1px;
overflow: hidden;
}
div#mailfrom_hidden_object input { margin: 10px;}

table.res-tbl { margin: auto;}
table.res-tbl th,
table.res-tbl td {
padding: 10px 10px 10px 0;
border-bottom: 1px dotted #CCC;
vertical-align: top;
font-weight: normal;
}
table.res-tbl th.not-must { padding: 10px 10px 10px 42px;}

img.must {
float: left;
width: 30px;
height: 16px;
margin: 4px 12px 0 0;
}

table.res-tbl textarea { width: 370px; height: 100px;}

.thanks .cont p { text-align: center;}

em { font-style: normal; color: #CC3300;}
strong { color: #993300;}