* {
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    margin:0;
    padding:0;
    border:0;
    background-color:#FFFFFF;
    color:#616060;
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-weight:normal;
    font-size:13px;
    line-height:1.307em; /* 14x1.285=18 */
}
a {
    color:#4487d1;
}
a:visited {
    color:#4487d1;
}
a.ajax {
    text-decoration:none;
    border-bottom:1px dotted #4487d1;
}
p {
    padding:0.5em 0;
}
img {
    border:0;
}
/*input, select {*/
    /*border-width:1px;*/
/*}*/
h1, h2, h3, h4 {
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-weight:normal;
/*font-size:1em;*/
    padding:1em 0 0.5em 0;
    color:#543626;
}
h1 {
    padding-top:0;
    font-size:18px;
}
h2 {
    font-size:14px;
    font-weight:bold;
}
h3 {
    font-size:14px;
}

ul {
    margin:0;
    padding:0;
    border:0;
}
li {
    margin:0 0 0 2em;
    padding:0.5em 0;;
    border:0;
}
em {
    font-weight:normal;
}
.clear {
    width:100%;
    overflow:hidden;
}
.hidden {
    display:none;
}
.header {
    line-height:50px;
    height:50px;
    padding:0 20px;
    background:#F8F8F8 url("../../i/m1/b.png") repeat-x 0 bottom;
}

#overlay {
    background-color:#000000;
    opacity:0.5;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:20;    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
#payform {
    border:8px solid #cccccc;
    background-color:#ffffff;
    position:absolute;
    left:21%;
    top:31%;
    width:338px;
    z-index:21;
    padding:6px 16px;
}
#payItem, #payItemCost {
    font-weight:bold;
}
#payButtons {
    text-align:right;
}
#whatPay {
    color:#000000;
    font-size:11pt;
}
#balance {
    font-weight:bold;
}