
.contactform h1 
{
	background: url(image/contactForm.gif) no-repeat; 
	background-position:416px 5px;
}

.contactform 
{
	width:550px; 
	margin:1.0em 10px 0  0;
}

.contactform fieldset 
{
	padding:10px 0 10px 0 !important; 
	margin:0 0 20px 0; 
	border:solid 1px rgb(220,220,220); 
	background: url(images/contactForm.gif) no-repeat; 
	background-position: 500px 25px;
	border:none;
}

.contactform fieldset legend 
{
	margin:0 0 0 5px !important; 
	padding:0 2px 0 2px; 
	color:rgb(80,80,80); 
	font-weight:bold;  
	font-size:131%;   
}

.contactform label.left 
{
	float:left; 
	width:130px; 
	margin:0 0 0 10px; 
	padding:2px; 
	font-size:100%;
}

.contactform select.combo
{
	width:175px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-size:100%;
	margin-bottom:10px;
}

.contactform input.field 
{
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-size:100%;
	margin-bottom:10px;
}

.contactform textarea 
{
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-size:100%;
}

.contactform input.button 
{
	float:left; 
	width:9.0em; 
	margin-left:145px !important; 
	padding:3px !important; 
	background:rgb(230,230,230); 
	border:solid 1px rgb(150,150,150); 
	text-align:center; 
	color:rgb(150,150,150); 
	font-size:100%;
}

.contactform input.button:hover 
{
	cursor:pointer; 
	border:solid 1px rgb(80,80,80); 
	background:rgb(220,220,220); 
	color:rgb(80,80,80);
}

.contactform .successLabel
{	
	color:Green; 
	font-weight:bold; 
	clear:both; 
	float:left; 
	margin-left:145px !important; 
	margin-top: 10px;
}

.contactform .failureLabel
{
	color:Red; 
	clear:both; 
	float:left; 
	margin-left:145px !important; 
	margin-top: 10px;
}

.contactform ul 
{
	clear:both; 
	float:left; 
	margin-left:145px !important; 
	margin-top: 15px;
}

.mandatory
{
	font-weight:bold;
}

.mandatoryField
{
	border:1px solid #ff7f00;
	background-color:#eeeeee;
}

.lblFirstname
{
	float: left;
	width: 130px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 100%;

}

.lblLastname
{
	float: left;
	width: 73px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 100%;
}

.fieldFirstname
{
	float:left;
	margin-bottom:10px;
	width:90px;
	border:solid 1px rgb(200,200,200); 
}

.fieldLastname
{
	width:100px;
	float:left;
	margin-bottom:10px;
	border:solid 1px rgb(200,200,200); 
}

