/********************************************************************************************************************
* This script is brought to you by Vasplus Programming Blog by whom all copyrights are reserved.
* Website: www.vasplus.info
* Email: info@vasplus.info
* Please, do not remove this information from the top of this page.
*********************************************************************************************************************/


/*Main Form Wrapper*/
.vasplus_programming_blog_wrapper 
{
	width:600px;
	height:400px;
	margin-left:25px;
	border: solid 1px #cbcbcb;
	 background-color: #505153;
	 border:1px solid #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	text-align:center;
	padding-left:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	position:absolute;
	color:#fff;
}

/*Input and Textare Field Style*/
.vpb_input_fields {
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	 font-size:12px; font-weight:normal;
	 height:20px; 
	 padding:3px;
	 padding-left:5px;
	 padding-right:5px;
	 padding-top:2px;
	outline:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border:1px solid #777;
	 background-color: #505153;
	 color:#fff;
}	
.vpb_input_fields:focus { 
 outline:none; 
 border:1px solid #9aba2f;
}

/*Captcha Box wrapper*/
.vpb_captcha_wrapper 
{
	width:280px;
	height:auto;
	padding:5px; 
	border: solid 1px #777;
    background-color: #505153;	 
	text-align:center;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
}


.vpb_captcha_wrapper img
{
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
}

/*Success Message Style*/
.vpb_success { 
width:390px;
text-align:left;
border: 1px solid #777;
padding:5px;
font: bold 12px verdana #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#fff;
background:none;
margin-bottom:5px;}


/*Error Messages Style*/
.vpb_info { 
width:390px;
 text-align:left;
 border: 0px solid #777;
 padding:5px;
 font: bold 12px verdana #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#fff;
background:#F05E40;
margin-bottom:5px;}



/*Vasplus Button*/
.vpb_general_button 
{
 background-color: #9aba2f;  
  border: 0px solid #63a62f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  min-width: 70px;
  width: auto;
  padding:9px;
  padding-left:13px; 
  padding-right:13px;
  padding-bottom:7px;
  text-decoration:none;
  float:right;
  margin-right:5px;
  margin-top:-50px;
  -webkit-appearance:none;
  -moz-appearance:none;
  
}
.vpb_general_button:hover 
{
    background-color: #00A4B4;
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    cursor: pointer; 
}