@charset "utf-8";
/* CSS Document */	

/*reset*/
body {width:100%;font-family:"微软雅黑","arial","sans-serif";text-align:left;margin:0;padding:0;}
html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,header,menu,section,nav,footer,marquee {margin:0;padding:0;outline:none;}
body{
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
input.normalInput {height:24px;line-height:24px;font-size:12px;color:#b2b2b2;border:none;padding:0 5px;}
input.normalBotton {width:auto;height:40px;line-height:40px;font-size:14px;color:#fff;text-align:center;border:none;background:#ff3737;display:block;margin:0 auto;padding:0 10px;}

button,input,select{-webkit-appearance:none;border-radius:0;}

a{text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}
a:focus{outline:none;-moz-outline:none;}

.clearBoth{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}
img { vertical-align:top; border:0; }
.fL { float:left; }
.fR { float:right; }
.pR { position:relative; }
.pA { position:absolute; }
.tL { text-align:left; }
.tC { text-align:center; }
.tR { text-align:right; }
.hide { display:none; }

.t0 { top:0; }
.r0 { right:0; }
.b0 { bottom:0; }
.l0 { left:0; }