body{
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: center; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}

.marquee{
color: #ECECEC;
}

table{
font-size: 13px;
}

.addscore{
text-decoration: none;
color: #FF6501;
}

.addscore:hover{
text-decoration: none;
color: #333333;
}

.chatbox{
text-decoration: none;
color: #FF6501;
font-size: 10px;
}

.chatbox:hover{
text-decoration: none;
color: #333333;
font-size: 10px;
}


form{
padding:0 90px 20px;
margin:auto;
border:0px solid #ddd;
}

textarea{
margin:auto;
border:1px solid #999;
}

div{
clear:both;
position:relative;
margin:0 0 10px;
}


label{
cursor:pointer;
display:block;
}

input[type="text"]{
width:300px;
border:1px solid #999;
padding:5px;
-moz-border-radius:4px;
}

input[type="text"]:focus{
border-color:#777;
}

input[name="zip"]{
width:150px;
}

input[type="submit"]{
cursor:pointer;
border:1px solid #999;
padding:5px;
-moz-border-radius:4px;
background:#eee;
}

input[type="submit"]:hover,
input[type="submit"]:focus{
border-color:#333;
background:#eee;
}

input[type="submit"]:active{
margin-top:1px;
}


input[type="reset"]{
cursor:pointer;
border:1px solid #999;
padding:5px;
-moz-border-radius:4px;
background:#eee;
}

input[type="reset"]:hover,
input[type="reset"]:focus{
border-color:#333;
background:#eee;
}

input[type="reset"]:active{
margin-top:1px;
}
