@charset "utf-8";
/* CSS Document */

/* attributes of the container element of textbox */
.loginboxdiv{
margin:0px;
height:20px;
width:157px;
background:url(images/login_bg.png) no-repeat bottom;
}

/* attributes of the input box */
.loginbox
{
background:none;
border:none;
margin:0;
padding: 2px 7px 0px 7px;
font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.loginbox2
{
background:none;
border:none;
margin:0;
padding: 2px 7px 0px 7px;
font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
white-space:nowrap;
}


.style33 {color: #666666; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }

.style35 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #84B7F4;
}

.style31 {font-size: 18px; color: #5871B3; }

a:link {color: #6699FF}     /* unvisited link */
a:visited {color: #85a9f7}  /* visited link */
a:hover {color: #CA3433}   /* mouse over link */
a:active {color: #CA3433}   /* selected link */
