@charset "UTF-8";
body{ font-size:12px; line-height:140%;	color:#666;}
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
h1 {
	font-size: 18px;color:#666;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#form_contents{
	background:#f2f9ff;padding:5px;
	color:#666;
}
form#mailform {
	width: 590px;
	padding: 5px;
}
table.mailform {
	width: 100%;
	margin: 0;
}
#enq{
	padding:10px;border:solid 5px #fce790; background:#fff;
}
#enq table tr th,#enq table tr td{
	font-weight: normal;
	font-size:12px;padding:3px;
	border-bottom:solid 1px #e7e7e7;
}
#enq table tr th{
	width:230px;border-right:solid 1px #e7e7e7;
}

table.mailform tr th,#enq table tr th{
	text-align: right;
	color:#666;
}
table.mailform tr td ,#enq table tr td{
	text-align: left;
	color:#666;
}
table.mailform tr th,table.mailform tr td {
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #fff;
	padding: 7px 5px 7px 5px;
	color:#666;
}
table.mailform tr th {
	color:#666;
	width:150px; vertical-align:top;
}
table.mailform tr th span {
	color: #FF0000;
}
table.mailform tr th p ,#enq table tr td p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
.format {
	border:solid 1px #b1d9ff; padding:4px;
	background:url(../img/textbg.png) top repeat-x #FFFFFF;
}
.format_btn {
	color:#22aaff;font-weight:bold; width:150px;height:25px;
	border:none;background:url(../img/sendbtn.gif) no-repeat;
}
.format_btn:hover {
	color:#22aaff;
	background:url(../img/sendbtn_hover.gif) no-repeat;
}
.reset_btn {
	color:#22aaff;font-weight:bold;width:80px;height:25px; margin-left:10px;
	border:none;background:url(../img/resetbtn.gif) no-repeat;
}
.reset_btn:hover {
	color:#22aaff;
	background:url(../img/resetbtn_hover.gif) no-repeat;
}
table.mailform tr td textarea {
	width: 100%;
	height: 180px;
	font-size: 12px;
}
table.mailform tr td .attention{
	font-size: 10px;
	color: #999999;
	line-height:130%;
}