/***********************************************************************************************************
* Send Email with Cc, Bcc and File Attachment using Ajax, Jquery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: info@vasplus.info

**********************************Copyright Information*****************************************************
* This script has been released with the aim that it will be useful.
* Please, do not remove this copyright information from the top of this page 
* If you want the copyright info including the to be removed from the script then you have to buy this script.
* This script must not be used for commercial purpose without the consent of Vasplus Programming Blog.
* This script must not be sold.
* All Copy Rights Reserved by Vasplus Programming Blog
*************************************************************************************************************/



/*Form Wrapper*/
.vpb_main_wrapper
{

}

/*Upload button Style*/
.vasplusfile_adds{

min-width:540px; width:auto;height:20px;font-family:Verdana, Geneva, sans-serif; font-size:12px;padding:7px; padding-left:10px; padding-right:10px;border: 1px solid #6CF;outline:none;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius:2px; line-height:20px;

}
.vpb_textAreaBoxInputs:focus {outline:none;border: 1px solid #6CF;box-shadow: 0 0 10px #6AB5FF;-moz-box-shadow: 0 0 10px #6AB5FF;-webkit-box-shadow: 0 0 10px #6AB5FF;
}


/*Textarea Boxes and Input Boxes Style*/
.vpb_textAreaBoxInputs {resize: none; min-width:560px; width:auto;height:35px;font-family:Verdana, Geneva, sans-serif; font-size:11px;padding:7px; padding-left:10px; padding-right:10px;border: 1px solid #6CF;outline:none;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius:2px;}
.vpb_textAreaBoxInputs:focus {outline:none;border: 1px solid #6CF;box-shadow: 0 0 10px #6AB5FF;-moz-box-shadow: 0 0 10px #6AB5FF;-webkit-box-shadow: 0 0 10px #6AB5FF;}


/*Error Message Style*/
.info { min-width:510px; width:auto;border: 1px solid #999; padding:12px 20px 12px 20px; font: bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8;}


/*Vasplus Button*/
.vpb_general_button 
{
background-color: #B9CAEE;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9CAEE), color-stop(100%, #63a62f));
background-image: -webkit-linear-gradient(top, #B9CAEE, #7DACDB);
background-image: -moz-linear-gradient(top, #B9CAEE, #7DACDB);
background-image: -ms-linear-gradient(top, #B9CAEE, #7DACDB);
background-image: -o-linear-gradient(top, #B9CAEE, #7DACDB);
background-image: linear-gradient(top, #B9CAEE, #7DACDB);
border: 2px solid #7DACDB;box-shadow: 0 2px 3px #A2A2A2;-moz-box-shadow: 0 2px 3px #A2A2A2;-webkit-box-shadow: 0 2px 3px #A2A2A2;
-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
color: #fff;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
text-align: center;
text-shadow: 0 -1px 0 #72A5D8;
min-width: 70px;
width: auto;
padding:9px;
padding-left:13px; padding-right:13px;padding-bottom:7px;
text-decoration:none;
float:left;
}
.vpb_general_button:hover 
{
background-color: #83A2E0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83A2E0), color-stop(100%, #4673D0));
 background-image: -webkit-linear-gradient(top, #83A2E0, #4673D0);
 background-image: -moz-linear-gradient(top, #83A2E0, #4673D0);
 background-image: -ms-linear-gradient(top, #83A2E0, #4673D0);
 background-image: -o-linear-gradient(top, #83A2E0, #4673D0);
 background-image: linear-gradient(top, #83A2E0, #4673D0);
 border: 2px solid #4673D0;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
 -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
 color: #fff;
 font-family:Verdana, Geneva, sans-serif;
 font-size:14px;
 text-align: center; 
 text-shadow: 0 -1px 0 #2D58B3;
 min-width: 70px;
 width: auto;
 padding:9px;
 padding-left:13px; padding-right:13px; padding-bottom:7px;
 text-decoration:none;
 float:left; 
}