body {
color: #99cccc;
background: #000000 url("../images/bg-screen.jpg");
background-repeat: repeat-x;
background-position: top center;
font-family: Tahoma, sans-serif;
font-size: 12px;
font-style: normal;
margin-left: 0px;
margin-right: 0px;
margin-top: 2px;
}

table, td {
font-size: 12px;
}

a:link { color: #ffffff; text-decoration: none;}
a:visited { color: #ffffff; text-decoration: none;}
a:hover { color: #ccffff;}
a:active { color: #000000; }

.info:link {color: #333333;}
.info:visited {color: #333333;}
.info:hover {color: #99cccc;}
.info:active {color: #669999;}
.copyright{
color: #333333;
font-size: 9px;
}

.screen-resolution {
font-size: 11px;
font-weight: bold;
}

.screen {
font-size: 10px;
}

h1 {
font-size: 13px;
font-weight: normal;
color: #999999;
font-weight: bold;
margin-top: 0px;
margin-bottom: 4px;
}

h2 {
font-size: 13px;
color: #006666;
margin-bottom: 5px;
margin-top: 10px;
text-align: center;
}

h3 {
font-size: 13px;
color: #339999;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}

form {
display: inline;
}

img{
border: none;
}

.resolution{
background: url("http://www.screen-resolution.com/images/black.png") repeat;
width: 800px;
height: 728px;
margin: 0 auto;
}

.field {
background-color:transparent;
color: #ccffff;
font-family: Tahoma, sans-serif;
font-size: 9pt;
border: 1px solid #002525;
font-weight: normal;
margin-left: 3px;
}

.field2 {
background-color:transparent;
color: #000000;
font-family: Tahoma, sans-serif;
font-size: 9pt;
border: 1px solid #002525;
font-weight: bold;
margin-left: 3px;
}

.button {
background-color: #003333;
color: #99cccc;
font-family: Tahoma, sans-serif;
font-size: 8pt;
border-top: 1px solid #66cccc;
border-left: 1px solid #339999;
border-right: 1px solid #001618;
border-bottom: 1px solid #001618;
font-weight: bold;
padding: 1px;
}

.resolution-button{
background-image:url('http://www.screen-resolution.com/images/resolution_button.png');
width:100px;
height:28px;
text-align:center;
float:left;
color:#FFFFFF;
font-size:14px;
line-height:28px;
cursor:pointer;
}

.center{
text-align: center;
}
.left{
text-align: left;
}
.right{
text-align: right;
}

.floatleft{
float: left;
}
.floatright{
float: right;
}

.pad5{
padding: 5px;
}
.pad10{
padding: 10px;
}
