html {background:#F2F2F2;text-align:center;margin:0px;padding:0px;}
#main {font:11px Verdana, Geneva, sans-serif;color:#444;text-align:center;width:500px;padding:0px;height:250px;top:50%;position:absolute;left:50%;margin-top:-175px;margin-left:-250px;}
#vm_paynow_logo {border:none;}
#vm_paynow_form {margin-top:20px;margin-bottom:20px;}
#vm_paynow_form .placeholder {font:11px Verdana, Geneva, sans-serif;color:#AAA;}
#vm_paynow_form input {font:11px Verdana, Geneva, sans-serif;border:solid 1px #DDD;-webkit-border-radius:8px;border-radius:8px;text-align:center;padding:6px;color:#444;width:140px;}
#vm_paynow_form select {font:11px Verdana, Geneva, sans-serif;border:solid 1px #DDD;-webkit-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;padding:6px;color:#999;width:140px;}
#vm_paynow_btn {display:none;}

/**** PAYPAL STYLE *****/
.paypal-button button:before {
	background: #ffaa00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaa00 0%, #ffaa00 80%, #fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa00), color-stop(80%,#ffaa00), color-stop(100%,#fff8fc)) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaa00 0%,#ffaa00 80%,#fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaa00 0%,#ffaa00 80%,#fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaa00 0%,#ffaa00 80%,#fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaa00 0%,#ffaa00 80%,#fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#fff8fc',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 11px;
	border-radius: 11px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.paypal-button button:after {
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fed994)) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fed994',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 40px 40px 38px 38px;
	border-radius: 40px 40px 38px 38px;
    content: " ";
    height: 60%;
    left: 0;
    position: absolute;
    top: 0;
	-moz-transform: translateX(1px);
	-webkit-transform: translateX(1px);
	-o-transform: translateX(1px);
	-ms-transform: translateX(1px);
	transform: translateX(1px);
    width: 98%;
    z-index: -1;
}
.paypal-button button.large {
    font-size: 14px;
    padding: 4px 19px;
}
.paypal-button button {
    background: none repeat scroll 0 0 #ffa823;
    border: 1px solid #ffa823;
	-webkit-border-radius: 13px;
    border-radius: 13px;
    color: #0e3168;
    cursor: pointer;
    font-family: "Arial",bold,italic;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    z-index: 0;
}