@charset "utf-8";
/* CSS Document */
#paypal{ width:auto; height:auto; position:absolute;
background:linear-gradient(#333, #888);
background:-moz-linear-gradient(#333, #888);
background:-webkit-linear-gradient(#333, #888);
display:block; border-radius:10px; float:none; margin:auto; padding:10px; font-family:Verdana, Geneva, sans-serif; box-shadow:3px 3px 5px #000;}

#submit{
    padding: 10px;
    width: 75%;
    background: orange !important;
    color: black;
    font-weight: bold;
    font: xx-large;
    text-shadow: 0px 1px 0px #fff;}
	
#paypal label{ width:auto; height:auto; display:block; padding:5px; color:#CCC; text-shadow:1px 1px 2px #000;}
#paypal input{ background: rgba(0, 0, 0, 0) linear-gradient(#fff, #999) repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #222;
    font-family: verdana;
    font-size: 1em;
    padding: 5px; margin-left:0px;}
	
#paypal [type=color]{ width:100%; height:40px; display:block; color:#FFF;}
