/*** The style of Login interface ***/
body {
	margin: 0;
	padding: 0;
	background: url(../images/loginBg.png) repeat-x;
	text-align: center;
}

#logoDiv {
	margin-top: 2px;
	padding: 0;
	width: 207px;
	height: 70px;
	left: 0;
	top: 0;
	position: absolute;
	background: url(../images/loginLogo.png);
}

#linkDiv {
	width: 350px;
	right: 40px;
	top: 20px;
	position: absolute;
	font-size: 12px;
	color: #ffffff;
}
#linkDiv a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#linkDiv a:hover,#linkDiv a:active {
	color: #ffff00;
}
#centerDiv {
	text-align: left;
	width: 534px;
	height: 379px;
	margin-top: 175px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/loginCenter.jpg);
}

#infoDiv {
	font-size: 12px;
	color: #555555;
	line-height: 27px;
	padding-top: 121px;
	padding-left: 35px;
}

#infoTable span{
	cursor:help;
}

#loginDiv {
	font-size: 12px;
	color: #555555;
	line-height: 27px;
	top: 150px;
	float: right;
	margin-top: -165px;
	margin-right: 15px;
}

#LoginTable{
	text-align: left;
	border-collapse: collapse;
	border:0;
	width: 275px;
}
#LoginTable tr{
	height:26px;
}
#registerDiv {
	width: 100px;
	margin-left: 415px;
	margin-top: 47px;
	*margin-top: 44px;
}
#registerDiv a{
	font-size: 12px;
	color: #001eb5;
	text-decoration: none;
}
#footerInfo {
	margin-top: 140px;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

#vcode{
	width:60px;
	border:1px solid #82bded;
}

.loginButton {
	border: 0;
	width: 84px;
	height: 23px;
	cursor:pointer;
	background: url(../images/loginButton.png) no-repeat;
}


.required {
	font-size: 13px;
	color: #ff0000;
}

.error {
	margin-top: 5px;
}

.error td {
	background: url(../images/icons/error.gif) no-repeat 0px 7px;
	font-size: 13px;
	color: #ff0000;
	padding-left: 20px;
}

.inputStyle {
	height: 16px;
	width: 120px;
	margin: 0px;
	border: 1px solid #82bded;
}

.validateImg {
	height: 20px;
	padding: 0;
	border: 0;
	margin: 0;
	cursor:pointer;
}
.tip1,.tip2,.tip3,.tip4,.tip5,.tip6{
	background-image:url(../images/icons/hover.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 80px;
	line-height:21px;
	text-align: left;
	padding: 2px 10px;
	font-size:12px;
	margin-top:-100px;
	*margin-top:-80px;
	z-index: 2;
	position: absolute;
	display: none;
}
.tip1,.tip3,.tip5{
	left:260px;
	_left:200px;
}
.tip2,.tip4,.tip6{
	left:355px;
	_left:295px;
}

#bx {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/insurance.gif) repeat-y scroll 0 14px;
	padding-left:16px;
}

#ybt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/ybt.gif) repeat-y scroll 0 12px;
	padding-left:16px;
}

#yyt {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/yyt.gif) repeat-y scroll 0 14px;
	padding-left:16px;
}
