html {
height:100%;
}
body{margin:0;padding:0;font-size:12px;height:100%;background:#fff url(images/login/bodybg.gif) repeat-x top left;}
.bodyBG {height:100%;background: url(images/login/bodybg.jpg) no-repeat top left;}
.logo{height:118px;width:486px;
margin-top:8em;
background-image:url(images/login/logo.png) !important;/* FF IE7 */
background-repeat: no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/themes/default/images/login/logo.png" );/* IE6 */
_background-image: none; /* IE6 */
}
.loginBox{ position:relative; width:318px;height:193px;padding:0px 0 0 150px;
background-image:url(images/login/loginBox.png) !important;/* FF IE7 */
background-repeat: no-repeat;background-position: right bottom;
_background-image: none; /* IE6 */
}
.nameInput {width:287px;height:33px;margin-bottom:25px;
background-image:url(images/login/nameInput.png) !important;/* FF IE7 */
background-repeat: no-repeat;background-position:left bottom;
_background-image: url(images/login/nameInput.gif); /* IE6 */
}
.passwordInput {width:287px;height:33px;margin-bottom:25px;
background-image:url(images/login/passwordInput.png) !important;/* FF IE7 */
background-repeat: no-repeat;background-position:left bottom;
_background-image: url(images/login/passwordInput.gif); /* IE6 */
}
.error {margin-top: 5px;}
.black{width:240px;height:24px;_height:18px;border:none; margin:3px 0 0 3px;color:#333;}    
.gray{width:240px;height:24px;_height:18px;border:none; margin:3px 0 0 3px;color:#999;}  
.button{float: left;width: 90px;text-align: right; margin-right: 30px;}
.errorMsg { position:absolute; top:112px; left:150px; color:#fff; width: 180px; background-color: #333; padding: 3px 0 5px 10px;}
.validateCodeInput {
	float: left;
	margin-bottom:10px;
	padding-top:10px;
	width:190px;
	height:24px;
}
.validateCodeInput img{
	float: left;
}
.validateCodeInput a {
	float: left;
	width:50px;
	height:20px;
	margin-top: 10px;
}
.validateCodeInput input{
	float: left;
	border: 1px #ccc solid;
	height: 21px;
	line-height:24px;
	width:60px; 
	margin-right:5px;
	padding:0;
}