@charset "UTF-8";
form#mailform {
 padding: 5px 5px 5px 40px;
 width: 600px;
}
table.mailform {
 width: 100%;
 border: 1px solid #003366;
 margin-bottom: 1em;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span,table.request th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
 margin: 0px;
 padding: 0px;
 font-size: 10px;
 color: #993300;
}
table.mailform tr td textarea {
 width: 90%;
 height: 120px;
}

/********************************************************************/
ul { list-style: none; }

li {
 display: block;
 /* overflow: hidden; */
 font-size: 11px;
 line-height: 2em;
}

table.request {
 border: 1px solid #003366;
 margin-bottom: 10px;
 width: 600px;
 clear: both;
}

td {
 font-size: 11px;
 line-height: 1.3em;
 padding: 5px;
 border-bottom: 1px solid #003366;
 border-right: 1px solid #003366;
}

th {
 display: table-cell;
 vertical-align: middle;
 font-size: 12px;
 line-height: 1.3em;
 font-weight: bold;
 text-align: left;
 padding: 5px;
 border-bottom: 1px solid #003366;
 border-right: 1px solid #003366;
}
