 

/*General Pop-up Background*/
#vpb_pop_up_background
{
	display:none;
     position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	position:fixed;
	z-index:99999999;
}

 

/*Login Box*/
#vpb_login_pop_up_box {
	display: none;
	/*width: 470px;*/
	border: solid 1px #000;
	background-color: #020f2c;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	top: 20%;
	right: 38%;
	position: fixed;
	z-index: 9999999999;
}

#vpb_login_pop_up_box1
{
	display:none1;
	width:420px;
	 
	background-color: #FFF;
  
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	top: 1%; 
	 left:1%;
	 
	z-index:9999999999;
	 
}


/*Textarea Boxes and Input Boxes Style*/
.vpb_textAreaBoxInputs {min-width:260px; 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;}



/*Vasplus Button*/
.vpb_general_button {
	background-color: #104a35;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);*/
	border: 2px solid #cddbc2;
	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 #4c9021;*/
	min-width: 70px;
	width: auto;
	padding: 9px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 7px;
	text-decoration: none;
	float: right;
	margin-right: 30px;
}

.vpb_general_button1
{ 
    
     
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    min-width: 10px;
    width: auto;
    padding: 9px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 7px;
    text-decoration: none;
    top: 11px;
    position: absolute;
    left: 478px;
    background-image: url('../../Panel/images/close.gif');
    background-repeat: no-repeat;
}
.vpb_general_button:hover 
{
    background-color: #999;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);*/
    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;
    cursor: pointer; 
}