@CHARSET "UTF-8";
.comfloatR{ float:left;position:relative; }

div#otpshow {
    margin-top: 10px;
}

.checkbox {
	font-weight: 600;
    color: #666;
    font-size: 14px;
    /* line-height: 18px; */
    margin: 5px 5px 5px 0;
}


input[type=radio] {
	background: url(../../../img/dp276/btn_xz_def@2x.png) no-repeat 0 0;
	width: 16px;
    height: 16px;
    background-size: 16px;
    border: 0;
    outline: 0;
}
input[type=radio]:checked{    
	background: url(../../../img/dp276/chenggong@3x.png) no-repeat 0 0;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

ul.notes li {
    margin-bottom: 5px;
}
a.rootbook,a.applyform{
	text-decoration: none;
}
INPUT[type='radio']{
	box-shadow: none;
    -webkit-box-shadow: none;
}
input[type='radio']:focus{
	 box-shadow: none;
    -webkit-box-shadow: none;
}


.login_view_bk {
    background: url(../../../img/dp276/login_view.PNG) repeat-x;
    width: 200px;
    height: 300px;
    background-size: contain;
}

.login_view {
    position: relative;
    float: right;
    right:210px;
}

div.waitCenterFixed1 div{
	color: #FF5151;
	font-size:18px;
	padding: 20px 0px 0px 60px;
	border: 1px solid #FDBA08;
	background: url("../../../images/wait.gif") 35px 22px no-repeat #FCF9D0;
	font-weight: bold;
	position: relative;
	left: -50%;
	width:300px;
	height:50px;
}


div.waitCenterFixed1 {
	position: fixed;
	top: 38%;
	left:50%;
	_position: absolute;		/*IE6 用absolute模拟fixed*/
	_top: expression(documentElement.scrollTop + documentElement.clientHeight*0.5 + "px");
}