.userlogin
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:578px;
	height:235px;
	margin-top: -117px; 
	margin-left: -289px;
}
.login_bg
{
	background:url('../img/userlogin_bg002.gif');
}
.dot_line
{
	height:1px; 
	background:url('../img/dot_01.gif'); 
	overflow:hidden;
}

.input_login {
	border:1px solid #385b9b;
	background:#7b9fcb;
	width:178px;
	height:20px;
	padding:0 0 0 0;
}

.dontDisplay { display:none; }

.hover_underline a:hover{text-decoration: underline;}