body,a,p,h1,h2,h3,img,table,ul,li,dl,dd,table,tr,td,input,div{margin: 0; padding: 0;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333; 
	line-height: 22px;
	overflow: hidden;
	background-color: #3b0100;
}
a,a:hover{text-decoration: none; outline: none;}
p{margin-bottom: 12px;}
ul,li,dl,dd{list-style: none;}
button,input{outline: none;}
img{border: none;}
.cls{clear: both;}

.box{width: 512px; border: #ebebeb 1px solid; margin: 0 auto; margin-top: 50px; background: #f8ebeb; border-radius: 5px;}
.box-title{text-align: center; padding: 10px 0; border-bottom:#ebebeb 1px solid;background: #fff;border-radius: 5px 5px 0 0;}
.box-text{padding: 10px 38px 20px 38px;background: #fff;}
.notice{margin-bottom: 10px;text-align: center;}
.note{margin-bottom: 10px;}
.username,.password{margin-bottom: 15px;}
.username input,.password input{display: block;width: 100%;border: #ebebeb 1px solid;border-radius: 3px;background: #f6f3f3; padding: 10px 0;box-shadow:inset 0 2px 2px 1px rgba(49,0,0,0.03); text-indent: 20px;}
.username input:focus,.password input:focus{outline: none;border: rgb(181,32,66) 1px solid;}
.other{margin-bottom: 20px;}
.other span{display: block;}
.other span.l{float: left;}
.other span.r{float: right; color: #004f81;}
.other span.r a{color: #003bb2;}
.allbtn{text-align: center;}
.btn{
	display: inline-block; 
	width: 136px; 
	background: #9d1a38; 
	border: #7b1e33 1px solid;
	border-radius: 3px; 
	color: #fff; 
	line-height: 40px;
	cursor: pointer;
}
.btn:hover{background: #ac2443;}
.btn:active{background: #931532;}
.register{
	display: inline-block; 
	width: 136px; 
	background: #47aef0; 
	border: #1693ea 1px solid;
	border-radius: 3px; 
	color: #fff; 
	line-height: 40px;
	cursor: pointer;
}
.register:hover{background: #50b8fa;}
.register:active{background: #3ea3e3;}
.error{padding: 10px 38px; line-height: 16px; color: #bf5561;}
.download{
	display: block;
	width: 100%;
	border: #ebebeb 1px solid;
	border-radius: 3px;
	padding: 10px 0;
	text-align: center;
}
.download a{
	text-decoration: underline;
	font-size: 14px;
    color: #48aeef;
    font-weight: bold;
}
