
	fieldset {
		margin:1.0em 0;
		}
		legend {
			font-size:18px;
			padding-bottom:2px;
			color:#083558;
			}
	form {

		}
		form label {
			display:block;
			font-weight:bold;
			padding-top:20px;
			padding-bottom:4px;
			font-size:14px;
			width:250px;
			}
		form small{
		font-size:14px;
		font-weight:normal;
		text-transform: capitalize;
		color:#e24000;
		}
		
		form input, form textarea {
			font-size:1.2em;
			padding:0.25em;
			display:block;
			font-family: Arial, Helvetica, sans-serif;
			width:450px;
			background: #e1e1e1;
			}
			.text, #recaptcha_response_field{
			-moz-border-radius: 5px 5px 5px 5px;
				border:1px solid #ccc;
			}	
			#btnSubmit{
			background:url(../images/btn-submit.png) no-repeat;
			float:right;
			position:relative;
			right:5px;
			width:93px;
			height:35px;
			border:none !important;
			cursor:pointer;
			color:#fff !important;
			margin:7px 25px 0 0;
			font-weight:bold;
			}
			#btnSubmit:hover{
			background:url(../images/btn-submit.png) no-repeat 0 -35px;
			}
			label.error { color:#ff3300; font-size:12px; font-weight:normal; padding:0;}
			.required {  }
/*---------------------contact us page---------------------*/
.list-contact ul li{
list-style:none;
width:220px;
height:230px;
margin:0;
float:left;
text-align:center;
}
.list-contact ul li p{
	line-height:1.5em;
}
.list-contact ul li a{
font-size:18px;
font-family:custom;
}
.list-contact ul li a:hover{
color:#FF0000;
}
.view-contact h2{
padding-bottom:10px;
}
.news-group{
overflow:hidden;
}
.news-group .label{
display:inline;
}
.view-contact .btn-forward{
margin-right:30px;
}

.fieldmsg textarea{
width:450px;
}
	.recaptcha a{
	}
	.recaptcha a:hover{
	color: red;
	}
	.recaptcha label{
	font-weight:normal!important;
	font-size:12px!important;
	width:450px !important;
	}
	#recaptcha_image{
	margin:10px 0 5px;
	background: #ffffff;
	padding:20px 0 20px 0;
	}
	#recaptcha_response_field{
	margin-top:10px;
	}
	.contact_details{
	width:				450px;
	float:				left;
	overflow:			hidden;
	margin:				0 auto;
	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:13px;
		}
		
		.contact_details strong{
		font-size:14px;
		color:#152909;
		font-weight:bold;
		}
	.mailsent{
	width:700px;
	padding:10px;
	}
	
	.form-field-name lable{
	margin-top:0;
	padding-top:0;
	}
	.news-group{
	padding:10px 0 0 0;
	}
	.news-group div{
	font-size:18px;
	}
	.news-group label{
	width:150px;
	float:left;
	}
	.news-group input{
	width:20px;
	background:none;
	margin:20px 0 0 0;
	}

/*----------------------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;
}

