/* CSS Document */

#mailform {
	padding-top:15px;
	padding-bottom:20px;
}

#mailform table {
	margin:5px auto 0;
	width:720px;
	border-collapse:collapse;
}

#mailform table th,
#mailform table td {
	color:#333;
	border:1px solid #666;
	font-size:12px;
	line-height:18px;
	padding:10px;
}

#mailform table th {
	background:#ECEDE2;
	font-weight:bold;
	text-align:left;
	width:160px;
}

#mailform table th img {
	margin-right:5px;
	vertical-align:middle;
}

#mailform table td {
	text-align:left;
	background:#FFF;
}

div.mfp_buttons {
	padding-top:20px;
}

div.mfp_buttons ul {
	width: 600px;
	height: 80px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div.mfp_buttons ul li {
	width: 300px;
	height: 67px;
	overflow: hidden;
	float: left;
}

input#button_mfp_goconfirm {
	width: 252px;
	height: 67px;
	margin:0 auto;
	overflow: hidden;
	background-image: url(../contact/images/mfp_goconfirm.png);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 252px;
	height: 67px;
	margin:0 auto;
	overflow: hidden;
	background-image: url(../contact/images/mfp_reset.png);
	border: none;
	border-style: none;
	cursor: pointer;
}