/* CSS Document */

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

#mailform table {
	width:100%;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#mailform table th,
#mailform table td {
	border:1px solid #DDDDDD;
	font-size:14px;
	line-height:24px;
	padding:10px;
}

#mailform table th {
	font-weight:bold;
	text-align:left;
	width:200px;
	background-color: #EEEEEE;
}

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

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

div.mfp_buttons {
	padding-top:50px;
	padding-bottom: 50px;
}

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: 334px;
	height: 48px;
	margin:0 auto;
	overflow: hidden;
	background-image: url(../contact/images/sendBtn.png);
	border: none;
	border-style: none;
	cursor: pointer;
}

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