@charset "utf-8";

#titleBox
{
margin-left: -35px;
background: transparent url(../images/shark.png) no-repeat;
border: 0px;
height: 220px;
}

#titleBox H1
{
margin-left: 30px;
margin-top: 70px;
background: transparent;

}


#loginBox
{
position:relative;
width: 560px;
margin-top: -40px;
left: 10px;
text-align: right;
}
#loginBox font {
	font-family: MicroExtendFLFRegular, Verdana, Tahoma, Arial;
	font-size: 1em;
	font-weight: normal;
	color: #797979;
	margin: 0;
	padding: 0;
}
#loginBox font b {
	color: #0466FC;
	font-weight: normal;
}


.mainbox
{
border: 1px solid #aaa;
background: #eee url(../images/boxTitleBg.png) repeat-x;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mainbox input[type="text"] 
{
width: 150px;
}

.mainbox H1
{
margin-top: 0px;
color: white;
font-size: 14px;
text-indent: 20px;
border-bottom: 1px solid white;
}



#shoutbox .textbox
{
border-left: 1px solid black;
margin-left: 10px;
margin-bottom: 10px;
overflow: auto;
height: 250px;
}
#shoutbox .text
{
margin-left: 10px;
font-size: 8px;
}

#shoutbox .text A
{
font-size: 9px;
}

#shoutbox .input
{
    margin-left: 15px;
}
#shoutbox em
{
    font-size: 0.7em;
}


