﻿/*注册*/

.reg
{
    border: 1px solid #CCCCCC; /*width: 600px;
    background-position: right bottom;
    background-image: url('../../images/bom.jpg');  background-repeat: no-repeat;
    height: 620px;*/
    background-color: #FFFFFF;
    /*margin: 0px 40px 10px 40px;*/
    font-size: 12px;
    padding-bottom: 20px;
    width: 900px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #ccc;
}

.regbox{text-align:center; width:100%}
.regT
{
    margin-top: 40px;
    width: 900px;
    font-size: 25px;
    text-align: left;
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.regT span{cursor: pointer;}
.regT font
{
    vertical-align: 5px;
    font-size: 16px;
    color: #999;
}
.head
{
    padding: 10px; /* background-image: url('../../images/title.jpg');
    background-repeat: no-repeat;
    
    background-position: 20px 20px;*/
    height: 30px;
    text-align: left;
    
    margin-top: 5px;
}
.reg tr td
{
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.reg tr th
{
    font-weight: normal;
    width: 250px;
    text-align: right;
    color: #666;
}
.reg input
{font-size: 14px;
    width: 110px;
}
.reg #Button1
{
    width: 200px;
    height: 30px;
}

.reg #mainerrbox
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #FF0000;
    color: #FF0000;
   
}
.reg #sbox span ,.reg #mailsbox span
{
    background-position: left;
    background-image: url('../../images/err.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

/*Err*/
.errclass
{
    margin: 3px;
    font-size: 12px;
    color: #FF0000;
   
    padding: 2px;
}
div{margin:0 auto;}

.MODAL
{
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position:fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;

}

.altdiv
{
    z-index: 101;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #333333;
    width: 500px;
    height: 200px;
    background-color: #fff;
    margin-top: -100px;
    margin-left: -250px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #666;
    
}

.altdiv h2
{
    margin-top: 40px;
    letter-spacing: .1em;
}
.altdiv .button,.altdiv .button_blue
{
    font-size: 20px;
    margin-top: 30px;
}

.QQtopmenu
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    width: 900px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #ccc;
    background-color: #FFFFCC;
    display:none;
}
#regtable .line{margin:0px 80px 0px 80px;height:1px; background-color: #ccc;}

@media screen and (max-width:800px) 
{
    
    .reg
{
    border: 0px solid #CCCCCC; 
    background-color: #FFFFFF;
    /*margin: 0px 40px 10px 40px;*/
    font-size: 12px;
    padding-bottom: 20px;
    width:100%;
    border-radius: none;
    box-shadow: none;
}
  .regT
{
    margin-top: 40px;
    width: 100%;
    font-size: 25px;
    text-align: left;
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}

.head
    {
        padding: 10px; /* background-image: url('../../images/title.jpg');
    background-repeat: no-repeat;
    
    background-position: 20px 20px;*/
        height: auto;
        text-align: left;
        margin-top: 5px;
    }
    
    .reg tr th{width: 100px;}
    .QQtopmenu {
  
    width: 100%;
   
     margin-left: 0px;
     margin-right: 0px;
   
    border-radius: 10px;
    box-shadow: none;
   
}
#regtable .line{margin:0px 20px 0px 20px;height:1px; background-color: #ccc;}
    }