/* ########################## CUSTOM EMAIL FORM ############################### */
#custom_emailform .clear{clear:both;}
#custom_emailform .bold{font-weight:bold;}
#custom_emailform .big{font-size:18px;}
#custom_emailform .highlight{color:#72b2e2;}
#custom_emailform .end{margin-right:0;}

#custom_emailform_left{
	float:left;
	position:relative;
	width:195px;
}
#custom_emailform_left img{
	display:block;
	position:absolute;
}
#custom_emailform_left .i1{
	top:20px;
	left:0;
}
#custom_emailform_left .i2{
	top:220px;
	left:0;
}

#custom_emailform{	
	background-color:#000;
	color:#fff;
	float:right;
	font:normal 11px Verdana, Geneva, sans-serif;
	margin:0;
	padding-right:40px;
	text-align:left;
	width:505px;
}
#custom_emailform p{
	color:#ffffff;	
}
#custom_emailform a{
	color:#72b2e2;
	text-decoration:none;
}
#custom_emailform a:hover{
	color:#72b2e2;
	text-decoration:underline;
}

#custom_emailform div.block{
	float:left; 
	margin-bottom:5px; 
	margin-right:15px;
}
#custom_emailform div.end{margin-right:0;}

#custom_emailform span.star{color:#ed1f24;}
#custom_emailform div.title{
	border-bottom:1px solid #4c4c4c;
	color:#72b2e2;
	font:bold 11px Verdana, Geneva, sans-serif;
	margin:20px 0 10px;
	padding-bottom:2px;
	text-align:left;
	text-transform:uppercase;
	width:100%;
}
#custom_emailform span.text{
	color:#fff;
	font:normal 11px Verdana, Geneva, sans-serif;
	text-transform:none;
}
#custom_emailform input, #custom_emailform label{
	margin:0;
	padding:0;
	vertical-align:middle;
}
#custom_emailform label{
	display:inline-block;
	margin-right:10px;
	padding-bottom:3px;
	white-space:nowrap;
}
#custom_emailform input, #custom_emailform select{
	background-color:#333333;
	border:1px solid #666666;	
	color:#ffffff;
	display:block;
	font:11px normal Verdana, Geneva, sans-serif;
	height:18px;
	width:100%;
}

#custom_emailform textarea{
	background-color:#333333;
	border:1px solid #666666;	
	color:#ffffff;
	display:block;
	font:11px normal Verdana, Geneva, sans-serif;
	height:100px; 
	width:100%;
}

#custom_emailform .email_address,
#custom_emailform .category{
	width:250px;	
}
#custom_emailform .Verification_Code{
	width:250px !important;	
}


#custom_emailform .subject,
#custom_emailform .comments{
	width:99.5%;	
}

#custom_emailform .email_me_a_copy{margin-top:10px;}
#custom_emailform .email_me_a_copy input{
	display:inline;
	margin-right:5px;
	width:auto;
}

#custom_emailform div.captcha{
	float:none;
}
#custom_emailform div.captcha .Verification_Code{width:168px;}
#custom_emailform .submit{
	background:url(../images/custom_emailform/custom_emailform_btn.gif) no-repeat 0 0;
	border:none;
	color:#1b5fa9;
	cursor:pointer;
	display:block;
	font-size:0;
	height:24px;
	margin-top:10px;
	text-indent:-9999px;
	text-align:right;
	width:98px;	
}
