/*
	Written by jitendra
*/
.custom_formtemple label{
	display: block;
	margin-bottom: 5px;
	float: left;
	min-width: 100px;
}
.field {
	float: left;
	width: 60%;
	position: relative;
	margin-bottom: 10px;
}
.custom_formtemple input[type=text] {
	max-width: 220px;
	width:100%
}
._msg{
	color: #00ADEE;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.custom_formtemple textarea{
	width:100%;
	max-width:400px
}
.custom_formtemple input[type=text],
.custom_formtemple textarea{
	display:block;
	margin-bottom:5px;
}
.custom_formtemple input[type=submit]{
	
}
.cform_container {
	padding-top: 30px;
}
.clear{
	clear:both;
}
.captchacontiner {
	height:50px;
}
.cccapcha {
	position: absolute;
	top: -4px;
	left: 70px;
}