﻿body,td{font-size:12px; color:#333333;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/* 用户登录框样式 */
.loginModel{
    border:1px solid #BCBCBC;
	background-color:#FAFAFA;
}
.modelTitle {
    height:23px;
    border-bottom:1px solid #BCBCBC;
	background-color:#EFEFEF;
	font-weight:bold;
	line-height:23px;
	text-indent:5px;
}
.code_blur,.psw_blur{
	background-image: url(../Images/MenberLogin.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
    border:1px solid #BCBCBC;
	padding-left:16px;
	width:91px;
}
.code_focus,.psw_focus{
	background-image: url(../Images/MenberLogin.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:1px solid #009900;
	padding-left:16px;
	width:91px;
}
.psw_focus{background-position:-3px -6px;}
.psw_blur{background-position:-3px -35px;}
.code_focus{background-position:-3px -64px;}
.code_blur{background-position:-3px -92px;}
.rndCode_blur {border:1px solid #BCBCBC; width:45px;}
.rndCode_focus {border:1px solid #009900; width:45px;}
.login_keyfont{ font-weight:bold; text-decoration:underline; margin:0 4px; color:#009900;}

/* 用户管理后台样式 */
.menber_Top
{
}