/******* Form Styles *******/

#regForm {
	margin-bottom: 20px;
	}
	
#regForm h2 {
	padding-left: 5px!important;
	padding-top: 0!important;
	}

#regForm fieldset {
	border: none;
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	clear: both;
	}
	
.fsContainer {
	width: 460px;
	margin: 10px;
	background: #FFFFFF url(../stat/fs_bg.gif) 0 0 repeat-y;
	clear: both;
	}
	
#formContainer p {
	margin: 10px 0;
	}	

#regForm legend {
	padding-bottom: 5px;
	margin-left: -2px;
	margin-left: expression('-7px');
	}

#regForm label {
	display: block;
	width: 120px;
	vertical-align: top;
	float: left;
	}
	
#formContainer input { 
	padding: 0 2px; 
	height: 16px;
	border: x1px solid #A5ACB2; }
	
#regForm textarea, #regForm select  {
	border: x1px solid #A5ACB2;
	}
	
textarea {
	padding: 0 2px;
	}
	
#regForm input[type="text"]:focus, textarea:focus {
	background: #F5F6BE; 
	}
	
#regForm span {
	color: #DE213A; 
	}
	
#valFirstname, #valSurname, #valTelephone, #valEmail {
	font-weight: bold;
	color: #DE213A;
	display: none;
	}
	
#submit_but {
	background: url(../btns/submit_bg.gif) 0 0 no-repeat;
	/*border: 1px solid #DE213A;*/
	width: 90px;
	height: 17px;
	text-align: center;
	display: block;
	padding-top: 3px;
	color: #fff;
	margin: 10px;
	text-decoration: none;
	font: bold 11px arial,tahoma, sans-serif;
	}

/*#submit_but:hover { 
	background: url(../btns/submit_bg_hover.gif) 0 0 no-repeat; 
	color: #2A3F31; 
	text-decoration: none; 
	}*/

#recipients {
	width: 110px;
	}
	
.fs_detail {
	float: left;
	clear: both;
	}
	
#legDetails img, #legEnquiry img {
	margin-top: 10px;
	}

