@charset "utf-8";
/************************************ login ************************************/
#login{
    display:none;
    width:998px;
    margin-top:5px;
    font-size:14px;
    padding:10px 0;
    border-radius:3px;
    background:#fff;
    border:1px #0087e6 solid;
}
#login h1{
    color:#00F;
    text-align:center;
    height:35px;
    font-size:20px;
}
#login table{
    margin:0 auto;  
}
#login tr td{
    height:35px;
    padding-right:10px;
    line-height:35px;
    border-style:none;
}
#login tr td input{
    width:200px;
    height:25px;
    text-indent:5px;
    line-height:25px;
}
#login table tr td img{
    margin-top:5px;
}
#login table tr td .but{
    width: 80px;
    height:30px;
}
#login table tr td a{
    color:#fff;
    margin-left:10px;
}

span#ui-id-1{
    text-align:center;
}
#login p{
    color:#999;
    padding:15px 0 0 0;
    font-size:12px;
    text-align:center;
}

/************************************ reg ************************************/

#reg{
    width:998px;
    margin-top:5px;
    font-size:14px;
    padding:10px 0;
    border-radius:3px;
    background:#fff;
    border:1px #0087e6 solid;
}
#reg h1{
    color:#00F;
    text-align:center;
    height:35px;
    font-size:20px;
}

#reg table{
    margin:0 auto;
    
}
#reg tr td{
    height:35px;
    line-height:35px;
    padding-right:10px;
    border-style:none;
}
#reg tr td input{
    width:200px;
    height:25px;
    text-indent:5px;
    line-height:25px;
    border-radius:3px;
}
#reg table tr td img{
    width:200px;
    height:40px;
    margin-top:10px;
    display:inline-block;
}
#reg table tr td .but{
    width: 80px;
    height:30px;
}
#reg table tr td.note{
    font-size:12px;
}
#reg table tr td a{
    color:#fff;
    margin-left:10px;
}

.error{
	color: red;
}