.content
{
width:1000px;
margin-left:10px;
margin-top:10px;
}
.clear
{
clear:both;
}

.logo
{
width:462;
height:29;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}
.welcome
{
margin-top:10px;
margin-bottom:5px;
font-size:14px;
font-weight:900;
color:#666666;
}
.topmenubutton, a.topmenubutton
{
display:block;
height:50px;
width:200px;
color:#FFFFFF;
background-color:#000066;
float:left;
text-decoration:none;
font-size:14px;
font-weight:900;
}
.formdiv
{
width:650px;
margin-top:10px;
background: -webkit-gradient(linear, bottom, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE );
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.entrymenubutton
{
display:block;
width:600px;
height:40px;
font-weight:900;
color:#FFFFFF;
background-color:#3366FF
}

a.leftadminlink
{
display:block;
background-color:#000066;
color:#FFFFFF;
margin-bottom:2px;
text-decoration:none;
font-size:12px;
padding:10px;
}

.noticetext
{
font-size:16px;
font-weight:900;
color:#0000FF;
}

#dr_form
{
font-size:12px;
}
#loading
{
display:none;
background-image:url(images/loading.gif);
background-repeat:no-repeat;
height:200;
width:200;
}

