﻿/* File Created: 四月 12, 2016 */
#mo_regist{ width:980px;  margin:auto; padding:20px; border-radius:20px; background-color:White; min-height:500px; position:relative;  border: 1px solid #ececec; }

#mo_regist .mo_registContent{ width:400px; margin:40px auto; }

#regist_tip{ padding-left:110px; line-height:40px;  color:Red; }
#mo_regist .mo_registContent .regist_item{ height:40px; line-height:40px; margin-bottom:5px; }

#mo_regist .mo_registContent .regist_item .label_name{ display:block; float:left; width:100px; height:40px; padding-right:10px; text-align:right; font-family:"微软雅黑"; font-weight:bold; }
#mo_regist .mo_registContent .regist_item .registInput{  padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:250px; height:35px; border:1px solid rgba(128,128,128,0.5); line-height:35px; border-radius:6px; }
#mo_registEmailCode{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:120px; height:35px; border:1px solid rgba(128,128,128,0.5); line-height:35px; border-radius:6px; }
#mo_reSendEmail{ float:left; cursor:pointer;  height:35px; width:120px; line-height:35px; margin-left:10px;  border:1px solid rgba(128,128,128,0.5); border-radius:6px; }
#mo_reSendEmail:hover{  box-shadow:0 0 5px gray; }

#mo_regist .mo_registContent .regist_item .must{ padding-left:5px; color:Red; font-weight:bold; font-size:18px; }

#to_regist_re{ display:block; float:left; width:100px; height:40px; margin-left:160px; cursor:pointer; font-weight:bold; background:#00B1F7; color:White; line-height:40px; text-align:center; border-radius:10px; }
#to_regist_re:hover{ box-shadow:0 0 5px gray; }

.ignoreEmail{ padding-left:8px; cursor:pointer; position:relative; bottom:-10px;  text-decoration:underline; }

/*审核人员下拉*/
#adminSelect{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:262px; height:35px; border:1px solid rgba(128,128,128,0.5); line-height:35px; border-radius:6px; }

