form.contactform img {

	display: block !important;
	clear: both !important;

}

form.contactform fieldset {
	margin-bottom: 10px;
	border: 1px solid #c3d1e3;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;
	background-color: #e6edf7;
	padding-top: 0px;
	margin-left: 15px;
	margin-right: 30px;
}
form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #303030;
}
form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.contactform fieldset ol {
	margin: 0;
	padding: 0;
}
form.contactform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.contactform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.contactform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.contactform fieldset fieldset label {
	display: block;
	width: auto;
}
form.contactform em {
	font-weight: bold;
 	font-style: normal;
	color: #f00;
}
form.contactform label {
	width: 130px; /* Label Width */
}
form.contactform fieldset fieldset label {
	margin-left: 133px; /* Width +3 (html space) */
}

form {
	font-family: arial;
	font-size: 11px;
}

form.contactform input, form.contactform textarea {

	padding: 4px;
	font-family: arial,tahoma,sans-serif;
	font-size: 11px;
	border: 1px solid #aabdd4;
	background-color: #fff;
	width: 180px;
	margin-right: 4px;
}

.radio {

	padding: 4px;
	font-family: arial,tahoma,sans-serif;
	font-size: 11px;
	width: 280px;
	margin-right: 4px;

}

form.contactform input:hover, form.contactform textarea:hover {

	background-color: #f2f7fb;

}

form.contactform input:focus, form.contactform textarea:focus {

	background-color: #fff;

}

form.contactform input[type=submit] {

	width: 100px;
	cursor: pointer;
}

form.contactform select {

	padding: 3px;
	font-family: arial,sans-serif;
	font-size: 11px;

}

form.contactform input[type=submit]:focus {

	background-color: #efefef;

}

form.contactform button {

	border: 1px solid #0d3156;
	background-color: #163f69;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	cursor: pointer !important;

}

.button {

	border: 1px solid #0d3156 !important;
	background-color: #163f69 !important;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	width: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

form.contactform select {

	margin-bottom: 10px;
	margin-left: -3px;
	border: 1px solid #72add8;
	background-color: #fff;
	padding: 3px;
	font-family: arial,sans-serif;
	font-size: 11px;

}

form.contactform select:hover {

	background-color: #f2f7fb;

}

form.contactform input[type=radio] {

	border: 0;
	background-color: transparent;

}

form.contactform img {

	clear: both !important;
	display: block !important;
	margin-left: 146px;
	margin-bottom: 15px !important;
	border: 0 !important;
	padding: 0 !important;
}