/* 
* @Author: anchen
* @Date:   2015-03-30 14:28:10
* @Last Modified by:   anchen
* @Last Modified time: 2015-06-16 16:17:13
*/
        .regmain{
            width:1140px;
             height:470px;
            margin:10px auto;
            background:white;
            border:1px #E2E2E2 solid;
        }
        .reg-title{
            height: 43px;
            background:#FAFAFA;
            color:black;
        }
        .reg-title span{
            padding: 20px;
            height: 40px;
            line-height: 40px;
            font-size:16px;
            color:#999999;
        }
       #regtable td{
        font-size:15px;
        color:#999999;
      }
      #regtable td input {
        width: 270px
      }
      .regform_r{
        margin:80px 10px;     
        float:left;
        width: 230px;
      }
      .regform_l{
        float:left;
        border-right:1px #53BFE5 dashed;
        width: 700px;
        margin:15px 40px;      
        }
      .reg-tab{
        margin-top:10px;
        height: 30px;
        }
      .reg-tab a{
        font-size:17px;
        padding: 15px;
        color:#cccccc;
      }
       .reg-tab a.current{
        color:#53BFE5;

      }
      .reg-tab a:hover{
        text-decoration: none;
      }