body 
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	
	
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
}

.divClr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .divClr {height: 1%;}
/* End hide from IE-mac */

.h1{
text-align:center;
color:#FFFFFF;
font-size:14px;
font-family:"Trebuchet MS", Verdana, Arial;
padding:0px;
margin:0px;
}

h2{
text-align:center;
color:#FFFFFF;
font-size:14px;
font-family:"Trebuchet MS", Verdana, Arial;
margin:0px 0px 10px 0px;
padding:0px 0px 5px 0px;
border-bottom:solid 1px #FFFFFF;
}

input{
background-color:#000000;
border-top:solid 2px #666666;
border-right:solid 2px #333333;
border-bottom:solid 2px #333333;
border-left:solid 2px #666666;
-webkit-border-radius:10px;
margin:0px 0px 0px 0px;
padding:2px 2px 2px 2px;
font-family:"Futura Condensed", Futura, Arial, Verdana;
font-size:14px;
color:#FFFFFF;
text-align:center;
}

.container{
background-color:#121212;
border-top:solid 2px #999999;
border-right:solid 2px #666666;
border-bottom:solid 2px #666666;
border-left:solid 2px #999999;
-webkit-border-radius:10px;
margin:5px 5px 5px 5px;
padding:10px 10px 10px 10px;
text-align:center;
font-family:"Trebuchet MS", Verdana, Arial;
font-size:12px;
color:#FFFFFF;
}

.container ul{
background-color:#000000;
border-top:solid 2px #999999;
border-right:solid 2px #666666;
border-bottom:solid 2px #666666;
border-left:solid 2px #999999;
-webkit-border-radius:5px;
padding:5px 5px 5px 5px;
}

.container li{
list-style:none;
width:50%;
float:left;
text-align:right;
padding:0px 0px 2px 0px;
}

.container .totals{
background-color:#001100;
}

.container .totals li{
float:none;
width:100%;
color:#006633;
font-size:18px;
}

.container .totals li input{
background-color:#001100;
color:#66FF00;
border:none;
font-size:18px;
}



.submit{
background-color:#33FF00;
border-top:solid 2px #99FF66;
border-right:solid 2px #336600;
border-bottom:solid 2px #336600;
border-left:solid 2px #99FF66;
width:49%;
margin:0px 0px 0px 0px;
font-size:14px;
height:40px;
-webkit-tap-highlight-color:#66FF33;
}


.reset{
background-color:#FF0000;
border-top:solid 2px #FF3333;
border-right:solid 2px #990000;
border-bottom:solid 2px #990000;
border-left:solid 2px #FF3333;
width:49%;
margin:0px 2% 0px 0px;
font-size:14px;
height:40px;
-webkit-tap-highlight-color:#FF3333;
}


.download{
background-color:#006699;
border-top:solid 2px #0099CC;
border-right:solid 2px #003366;
border-bottom:solid 2px #003366;
border-left:solid 2px #0099CC;
width:100%;
margin:0px 0px 0px 0px;
font-size:14px;
height:30px;
-webkit-tap-highlight-color:#0099CC;
}