/********************************************************************************************************************
* Contact Form with Captcha using Ajax, Jquery and PHP
* This script is brought to you by Vasplus Programming Blog by whom all copyrights are reserved.
* Website: www.2website.info
* Email: savithoeurn@gmail.com or info@2website.info
* Please, this script must not be sold and do not remove this information from the top of this page.
*********************************************************************************************************************/





/** main body content **/
#wrapper { width: 700px; margin: 0 auto; padding-top: 35px; }


/** form stuff */

 label { font-size: 1.2em; color: #4a4a4a; display: block; margin-bottom: 2px; }

 .err { color: #ff0000; border-radius: 4px; display: none; position: relative; left: 330px; top: 25px;}
 .capter { left: 280px !important; }
 .txarea { left: 340px !important; }
 .topp { left: 350px; }

 #captchaimg { 
 display: block; 
 border: 1px solid #a1a1a1; 
 margin-bottom: 7px; 
 margin-top: 10px; 
 width: 150px; 
 float:left;
 }

 .sendbtn { display: block; font-size: 26px; padding: 3px 6px; }

 .textinput { 
	display: block; 
	outline: none; 
	width: 360px; 
	border: 1px solid #ddd; 
	padding: 7px 11px; 
	margin-bottom: 25px; 
	font-size: 1.4em; 
	color: #888;
	}
 .textcaptcha { display: block; outline: none; width: 146px; border: 1px solid #ddd; padding: 7px 11px; margin-bottom: 5px; font-size: 1.4em; color: #888; float: left;}
 .textinput:focus, form .textcaptcha:focus { color: #565656; border-color: #c6c6c6; }

 .msgtextarea { display: block; outline: none; font-size: 1.5em; padding: 3px 11px; width: 360px; height: 180px; border: 1px solid #ddd; color: #888; margin-bottom: 20px; }
 .msgtextarea:focus { color: #565656; border-color: #c6c6c6; }

#captcah_03 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color:  #FF0000;
  margin: 3px 0px 0px 158px;
  width: 232px;
  font-size: 14px;
}
#change_captcha {
	cursor: pointer;
	font-size: 14px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.break {
	clear: both;
}
 .refesh{
	color: #0086f8;
}
.blog_captcha {
	margin: 0 0 0 34%;
}
#change_captcha img { 
	width: 30px;
	height:30px;
	border: none !important;
	padding: 0 !important;
	 box-shadow:0px 0px 0px #bbb;
}
.blog_captcha1 {
	margin: 0 0 0 249px;
}