a.bottom { 
    text-decoration: none;
    color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
a.bottom:hover {
text-decoration: none; color: #FFFFFF;
}
body {
background-color: #000000;
margin: 0px;
}
span{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
div#top {
margin-left: auto;
margin-right: auto;
width: 760px;
height: 142px;
background-image: url("/graphics/trackertopbar.jpg");
}
div#form{
width:60%;
}
div#formsection{
width:500px;
display:block;
padding:5px;
}
div#formsection label{
width: 28%;
display:block;
font-weight: bold;
position:relative;
float:left;
}
div#formsection input, div#formsection textarea, div#formsection select{
width: 50%;
display:block;
position:relative;
}
div#container{
padding-left: 25px;
}
div#formarea{
margin-top: 10px;
}
div#container button{
margin-top:20px;
background-color:transparent;
border: none;
background-image:url('/graphics/submitbutton.gif');
height:35px;
width:106px;
}
div#container button:hover{
background-image:url('/graphics/submitbuttonselected.gif');
}
div#formarea label{
width: 28%;
display:block;
font-weight: bold;
position:relative;
}
div#formarea input, div#formarea textarea, div#formarea select{
width: 50%;
display:block;
position:relative;
}
div#error{
padding:10px;
background-image: url("/graphics/uf_error.png");
width:730px;
margin-bottom:10px;
border-top: 1px solid #DF7D7D;
border-bottom: 1px solid #DF7D7D;
}
div#yes{
padding:10px;
background-color:#81CD9F;
width:95%;
margin-bottom:10px;
border-top: 1px solid #43A572;
border-bottom: 1px solid #43A572;
}
div#msg{
padding:10px;
background-image: url("/graphics/uf_focused.png");
width:95%;
margin-bottom:10px;
min-height: 1em;
border-top:1px solid #EFE795;
border-bottom:1px solid #EFE795;
}