/*html, body {
height:100%;
min-height:100%;
}
body {
color:#363D42;
background:url("images/bg-body.png") repeat-x fixed 0 0 #E1E1E1;
font-family:Arial;
font-size:12px;
margin:0;
padding:0;
height:100%;
}*/
.divider {
z-index:1;
}
.header {
color:#404040;
font-size:23px;
font-weight:bold;
padding:20px;
}
.balance {
float:right;
margin-right:50px;
}
.balance > .header {
font-size:15px;
font-weight:bold;
margin-bottom:5px;
padding:0;
border-bottom:2px groove #808080;
}
.subheader {
background-color: #ACF0F2;
color:#1A4770;
font-size:16px;
font-weight:bold;
text-align:left;
width:204px;
padding:5px 10px;
border-style:solid;
border-color:#1A4770;
border-width:10px 10px 0;
-moz-border-radius:15px 15px 0 0;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
border-radius:15px 15px 0 0;
}
.paymenttable {
}
#payments {
background-color:#ACF0F2;
/*margin-right:20px;*/
max-height:308px;
padding:10px;
width:204px;
border-style:solid;
border-color:#1A4770;
border-width:0 10px 10px;
overflow-y:auto;
overflow-x:hidden;
-moz-border-radius:0 0 15px 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-radius:0 0 15px 15px;
}
#paymentoptions {
background-color:#ACF0F2;
/*margin-right:20px;*/
max-height:308px;
padding:10px;
width:204px;
overflow-y:auto;
overflow-x:hidden;
border-style:solid;
border-color:#1A4770;
border-width:0 10px 10px;
-moz-border-radius:0 0 15px 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-radius:0 0 15px 15px;
}
#paymentpage {
width:100%;
}
#cc,#zong,#ugc,#offsite {
background-color:#ACF0F2;
-moz-border-radius:0 0 15px 15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-radius:0 0 15px 15px;
border-width:0 10px 10px;
border-style:solid;
border-color:#1A4770;
}

.pointer {
position:absolute;
/*background-color:#a0a0a0;*/
background-image: url('images/arrow.png');
width:20px;
height:24px;
margin: 2px;
z-index:0;
display:none;
}
.button {
background: url('images/button.png') repeat-x;
width:200px;
height:60px;
padding:0px;
cursor:pointer;
margin-bottom: 20px;
border:2px solid #d0d0d0;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}
.button:hover {
border:2px outset #00ff00;
}
.button:last-child {
margin-bottom:0px;
}
.button_selected {
position:relative;
top:-50px;
height:40px;
width:40px;
background:url('images/check.png');
}
.center {
margin-left:auto;
margin-right:auto;
vertical-align:middle;
text-align:center;
}
.points {
font-size:16px;
font-weight:bold;
text-align:center;
}
.promo {
background-color: #ffff00;
font-weight:bold;
padding:0 5px 0 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.price {
color:#006000;
font-weight:bold;
}
label {
display:block;
font-weight:bold;
margin:5px 0;
float:left;
font-size:15px;
}
input {
padding: 2px;
border:1px solid #ddd;
font: normal 15px Verdana, sans-serif;
color:#777;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
input[type="text"]:hover {
background-color:#99ccff;
}
input[type="password"]:hover {
background-color:#99ccff;
}

input[type="submit"] {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
background: #ffffff url(/_images/menu/button.png) repeat-x scroll -1px -1px;
margin-top:-2px;
border: 1px solid #999;
color: #6E6E6E;
display: inline-block;
font: bold 1em Arial, Sans-serif;
padding: 3px;
cursor:pointer;
height: 24px;
}
input[type="submit"]:hover {
color:#0086f1;
text-decoration:none;
}
