﻿/*用户注册*/
.register, .agreement { width: 100%; margin: 10px auto 30px; }
.registers { display: inline-block; margin: 30px 60px; width: 180px; height: 200px; text-align: center; }
.registerper { background: url("image/registerper.gif") no-repeat center center; }
.registercom { background: url("image/registercom.gif") no-repeat center center; }
.registertrain { background: url("image/registertrain.gif") no-repeat center center; }
.regitems { margin: 0px; }
.regitems li { height: 25px; clear: both; margin-bottom: 10px; }
.regitems li.success { height: 60px; text-align: center; padding: 30px 0; }
.regitems li.clear { margin: 0px; height: 10px; }
.regitems label { width: 220px; float: left; text-align: right; line-height: 20px; color: #3399cc; padding-right: 20px; }
.title { font-size: 12px; background-color: #f5f5f5; text-indent: 30px; border-bottom: 1px solid #d5d5d5; height: 35px; line-height: 35px; }
.buttonli { height: 30px; margin-left: 280px; cursor: pointer; }
.inp { width: 240px; float: left; }
.info { width: 380px; float: left; }
.textbox { width: 220px; height: 22px; line-height: 22px; font-size: 12px; border: 1px solid #666666; padding: 0px; }
.textvalidate { width: 120px; }
.imgvalidate { width: 80px; margin-right: 20px; float: left; cursor: pointer; vertical-align: bottom; }
.defaultmsg, .warningmsg, .failedmsg, .successmsg { line-height: 20px; height: 20px; width: 380px; overflow: hidden; color: #888888; }
.warningmsg { border: 1px solid #FFBABE; text-indent: 25px; background: #FFEAF7 url(image/msg_warning.gif) no-repeat 2px 2px; }
.failedmsg { border: 1px solid #FF6600; text-indent: 25px; background: #FFF2E9 url(image/msg_failed.gif) no-repeat 2px 2px; }
.successmsg { text-indent: 25px; background: #E6FFE6 url(image/msg_success.gif) no-repeat 2px 2px; }
.btregister { width: 120px; height: 25px; line-height: 18px; border: 3px double #333333; cursor: pointer; }
.tareaagree { width: 960px; height: 250px; border: 1px solid #aaaaaa; background: #f5f5f5; text-align: left; font-size: 12px; line-height: 180%; }

.itemshide { display: none; }


