body, p, h1, h2, a, li{
    font-size: 10px;
    font-family: Verdana;
    color:#666666;
    text-decoration:none;
    margin:0 10px 10px 0px;
}

li {
list-style-position: outside;
list-style-type: disc;
margin-left:-25px;
margin-top:-13px;
}

h1{
font-size: 14px;
font-weight:bold;
margin-left:5px;
}

h2{
font-weight:bold;
margin-top:5px;
}

a{
font-weight:bold;
float:right;
margin:20px 0 0 0;
}

a:hover{
color:red;
text-decoration:underline;
}



input, .normal{
    background: url('../images/button.png') top left no-repeat;
    height: 20px;
    color:#666666;
    border: 0px;
    font-size:10px;
    font-family: Verdana;
    cursor: pointer;
    text-align:left;
    padding-left:6px;
     margin:-5px 0 10px 0;
    
}

.hover{
    background: url('../images/buttonHover.png') top left no-repeat;
    color:black;
    height: 20px;
    border: 0px;
    font-size:10px;
    font-family: Verdana;
    cursor: pointer;
    text-align:left;
    padding-left:6px;
    margin-bottom:10px;
}

#container {
width: 570px;
height:470px;
position: absolute;
left: 50%;
top: 50%;
margin-left:-285px;
margin-top:-235px;
}

#contentBox {
 width:396px; 
}

#downloadBox {
width:157px;
}


.content { 
margin:0px;
padding:0px;
border:1px solid #CCCCCC; 
}

.content table{ 
height:157px;
}


/* Rounded Corners Style */
.borderTL, .borderTR, .borderBL, .borderBR { width:7px;height:7px;padding:0px;border:0px;z-index:99; }
.borderTL, .borderBL { float:left;clear:both; }
.borderTR, .borderBR { float:right;clear:right; }
.borderBL { margin:-7px 0px 0px 0px; }
.borderBL { margin-left:-3px; }
.borderBR { margin:-7px 0px 0px 0px; }
.borderBR { margin-right:-3px; }
.borderTL { margin:-1px 0px 0px -1px; }
.borderTL { margin-left:-4px; }
.borderTR { margin:-1px -1px 0px 0px; }
.borderTR { margin-right:-4px; }


/* Mozilla Stylesheet */
html>body .borderBL { margin-left:0px; }
html>body .borderBR { margin-right:0px; }
html>body .borderTL { margin-left:-1px; }
html>body .borderTR { margin-right:-1px; }
html>body input { padding-left:2px; padding-bottom:1px; }
html>body .normal { padding-left:2px; padding-bottom:1px; }
html>body .hover { padding-left:2px; padding-bottom:1px; }
html>body li {margin-top:-10px;}




