@charset "utf-8";
/* CSS Document */
#mainRegister, #mainLogin .form{width:400px; border:1px solid #dadada; border-bottom:0}
.clear{clear:both}
.contain_register .title{padding:7px 0 7px 10px; background:#ccc; border:1px solid #999; border-bottom:0; font-weight:bold; text-align:left}
.contain_register .title a{padding:5px 10px 5px;}
.contain_register .title a.acti{background:#690; color:#fff}
.contain_register .item{border-bottom:1px solid #dadada; padding:5px 0 5px 0}
.contain_register .double{text-align:center}
.contain_register .double .bnt{
	border:1px solid #ccc; background:#eee; text-transform:uppercase; padding:2px 10px 2px 10px; cursor:pointer;	
}
.contain_register .error{color:red}
.contain_register .item .left{width:150px; text-align:right; float:left; padding-top:5px}
.contain_register .item .left span{color:red}
.contain_register .item .right{width:245px; text-align:left; float:right}
.contain_register .item .right .txt{width:235px}
.contain_register .item .right .short{width:100px}
.contain_register .item .right span{font-size:11px; color:#999}
#mainLogin{width:580px}
#mainLogin .form{float:left}
#mainLogin .register{float:right; width:160px; padding:5px 0 0 15px; font-size:12px; font-weight:bold; text-align:left; line-height:25px}
#mainLogin .register a{padding:5px 10px 5px 10px; border:1px solid #ccc; border-radius:5px; background:#dadada; font-weight:300; color:#000}
