.contact{
padding:10px 20px;
}
.error { color:#ff3300; }
	.required { color:#ff3300; }
	fieldset {
		margin:1.0em 0;
		border-left:1px solid #dbdcda;
		padding-left:20px;

		}
		legend {
			font-size:1.3em;
			
			}
	small{text-transform:lowercase;}
	form {		float: right; 		width: 55%;

		}
		form fieldset div label {
			display:block;
			color: #252b55;
			font-weight:bold;
			padding-top:20px;
			padding-bottom:4px;
			font-size:12px;
			width:450px;
			}
		form input, form textarea {
			font-size:1.2em;
			padding:0.25em;
			display:block;
			font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
			color:#666;
			width:450px;
			background: #DFDFDF;
			}


			.text,#recaptcha_response_field{
			-moz-border-radius: 5px 5px 5px 5px;
				border:1px solid #CCCCCC;
				
				}	
				
		.submit, #btnSubmit{
			width:	153px;
			color:	#ffffff;
			cursor:	pointer;
			background:url(../images/submit.png) no-repeat;
			height:38px;
			font-weight:bold;
			float:right;
			margin-top:20px;
			font-family: "Lucida Fax";
			border:none;
			}
		#btnSubmit:hover{
		background:url(../images/submit_hover.png) no-repeat;
			color: #fffff;
			text-decoration: underline;
		
		}
		
		
/*---------------------contact us page---------------------*/
.contactPage{
background:#FFFFFF;
-moz-border-radius: 5px 5px 5px 5px;
border:1px solid #CCCCCC;
width: 970px;
}

.fieldmsg textarea{
width:450px;
}
	.recaptcha p{
	padding-top:10px;
	width:430px;
	}
	.recaptcha a{
	color:#5d5d5d;
	}
	.recaptcha a:hover{
	color: red;
	}
	#recaptcha_image{
	margin:10px 0 5px;
	background: #ffffff;
	padding:			20px 0 20px 0;
	}
	.contact_details{
	width:				40%;
	float:				left;
	overflow:			hidden;
	margin:				0 0px 20px 20px;
	font-size:12px;
	}
		.contact_map{
		border:				1px solid	#CCCCCC;
		float:				left;
		margin-top:			20px;
		}
		.contact_details address{
		padding-bottom:		10px;
		width:				270px;
		font-style:normal;
		font-size:14px;
		}
		
		.contact_details strong{
		color:#252b55;
		font-size:13px;
		}
	.mailsent{
	width:700px;
	padding:10px;
	}
/*----------------------ie6 alert------------*/	
#ie6alert {
	height:42px;
	background-color:#fffcd8;
	width:100%;
	color:#666;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:8px 0 0 0;
}

#ie6alert div {
	width:930px;
	margin:0 auto;
	background-image:url(../images/ie6_alert.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	position:relative;
}

#ie6alert strong {
	color:#c80000;
	display:block;
	font-size:14px;
}

#ie6alert ul {
	width:210px;
	float:right;
	background-image:url(../images/browsers.gif);
	background-position:left;
	background-repeat:no-repeat;
	position:absolute;
	top:-9px;
	right:0px;
	height:31px;
}

#ie6alert li {
	list-style:none;
	float:left;
	height:50px;
	text-indent:-9999em;
	margin:0 19px 0 0;
}

#ie6alert li a {
	display:block;
	width:30px;
	height:50px;
}

#ie6alert a {
	color:#c80000;
}

#ie6alert a:hover {
	color:#ff0000;
}

