

.accdiv-bgimg
{
    position:fixed;
	background:#66F;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
}

.accdiv
{
	position:fixed;
	width:440px;
	left:50%;
	top:50%;
	margin-left:-220px;
	margin-top:-250px;
	padding-top:10px;
	background:#FFF;
	padding-bottom:20px;
	display:inline-block;
}

.accdiv .login_logo
{
	margin:0 auto;
}

.accdiv .login_title
{
	float:left;
    width:440px;
	height:40px;
	line-height:40px;
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

.accdiv .div_box
{
	float:left;
    width:440px;
	margin-top:30px;
}

.accdiv .div_box .resultspan 
{
	float:left;
    width:300px;
    height:30px;
	line-height:30px;
	margin-left:70px;
	color:#F00;
}

.accdiv .div_box .input_box 
{
	float:left;
    width:300px;
    height:41px;
    border:1px solid #a6a6a6;
    margin-bottom: 20px;
	margin-left:70px;
}
.accdiv .div_box .input_box .txtttspan
{
	float:left;
	width:80px;
	text-align:right;
	margin-top:10px;
}

.accdiv .div_box .input_box .ipttxt
{
	float:left;
	width:200px;
	height:25px;
	line-height:25px;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-size:14px;
}

.accdiv .div_box .check_box 
{
	float:left;
    width:300px;
    height:41px;
    margin-bottom: 20px;
	margin-left:70px;
}

.accdiv .div_box .check_box  .check_input 
{
	float:left;
    width:200px;
    height:41px;
    border:1px solid #a6a6a6;
}

.accdiv .div_box .check_box  .check_input  .txtttspan
{
	float:left;
	width:80px;
	text-align:right;
	margin-top:10px;
	margin-left:5px;
}
.accdiv .div_box .check_box  .check_input  .checkcodetxt
{
	float:left;
	width:100px;
	height:25px;
	line-height:25px;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-size:14px;
}

.accdiv .div_box .check_box .checkcodeimg
{
	float:left;
	width:91px;
	margin-left:5px;
	height:40px;
	cursor:pointer;
}

.accdiv .btnSubmitInput
{
	float:left;
	width:300px;
	margin-left:70px;
	height:40px;
	background:#f15352;
	border:#f15352 1px solid;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	color:#FFF;
	font-size:20px;
}

.accdiv .Logintxt
{
	float:left;
	width:300px;
	margin-left:50px;
	height:40px;
	margin-top:20px;
	text-align:right;
}