/*********************************** CONTACT **********************************/

.contactInfo {
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-right: 10px;
	top: 0px;
}
.contactContainerRight {
	float: right;
}
.contactContainerColor {
	background-color: #ecf5fc;
}
.contactCopy {

	font-size: 12px;
}
.copyAreaCode {

	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {

	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 5px;
	padding-top:15px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #0099cc;
color : #ffffff;
font-weight: bold;
font-size:10px;
} 
