
#divLogin{
	margin-bottom:10px;

}	
#divLogin .LoginHeader
{
	background: url(Login_header.gif) no-repeat;
	width:195px;
	height:26px;
	font-family: tahoma;
	font-size:  12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	line-height:26px;
	text-align:center;
}

#divLogin .LoginContent
{
	width:195px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background: url(Login_center.gif);
}
#divLogin .LoginFooter
{
	margin:0px;
	padding:0px;
	height:7px;
	background: url(Login_bootom.gif) no-repeat;
	width:195px;
}	

