@charset "utf-8";
/* CSS Document */

html,body{
	padding:0; margin:0;
	background-color:#4a4a58; color:#FF0000;
	background-image:url(../images/login_bg.png); 
	background-repeat:repeat-x;
	height:100%;
	min-width: 980px;
	}
	
/* Login */
#divtop{
	width:100%;
	height:247px;
}

#divtopleft{
	width:50%;
	padding-left:15px;
	margin-top:65px;
	float:left
}

#divtopright{
	width:40%;
	float:right;
	margin-top:3px;
	text-align:right;
}

#divmiddle {
	height: 202px;
	width:100%;
	margin-top:40px;
	text-align: center;
	font-family: Tahoma;
	font-size: 15px;
}

#txtusername {
	font-style:italic;
	color:#333;
	width:210px;
}

#txtpwd {
	font-style:bold;
	color:#333;
	width:210px;
}
