/********************************************************************************************************************
* 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:450px;
	margin: 0 auto;
	background-color: #333;
	text-align:center;
	padding-left:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-top:12px;
	padding-bottom:12px;
	color:#FFF;
}

/*Input and Textare Field Style*/
.vpb_input_fields {
	width:280px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	height:25px; 
	padding:3px; 
	padding-left:10px;
	padding-right:10px; 
	padding-top:2px; 
	border: 0px solid  #FFF;  
	background-color:#444;
	color:#999999;
	scrollbar-arrow-color: #333;
	scrollbar-face-color: #333;
	scrollbar-shadow-color: #444;
	scrollbar-track-color: #444;
	border-top:solid 2px #222;
	border-bottom: solid 1px #4A4A4A;
}	
.vpb_input_fields:focus { 
 	outline:none;
}

/*Captcha Box wrapper*/
.vpb_captcha_wrapper 
{
	width:280px;
	height:auto;
	padding:10px; 
	background-color: #444;
	border-top: solid 5px #333;
	text-align:center;
	position:relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	float: left;
}


/*Success Message Style*/
.vpb_success {
	width:398px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:11px; 
	padding: 5px 10px 5px 10px; 
	background:#444; 
	border:2px solid #56AD21; 
	line-height:15px; 
	margin-bottom:10px;
	color:#999999;
}


/*Error Messages Style*/
.vpb_info { 
	width:398px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding: 5px 10px 5px 10px; 
	background: #444;
	border: 2px solid #FF401B;  
	line-height:15px;
	margin-bottom:10px;
	color:#999999;
}



/*Vasplus Button*/
.vpb_general_button 
{
   background-color: #444;
   border: 0px solid #FFFFFF;
   color: #FFF;
   font-family: Tahoma, Geneva, sans-serif;
   font-size:14px;
   text-align: center;
   min-width: 70px;
   width: 84px;
   padding:9px;
   padding-left:13px; padding-right:13px;padding-bottom:7px;
   text-decoration:none;
   float:left;
   margin-right:20px;
}
.vpb_general_button:hover 
{
   background-color: #666;
   cursor: pointer; 
}