/* CSS Document */
#divUserInfo
{
   width:700px;
   margin:0 auto;      
}
#regtop
{
    text-align:center;
    padding:10px 0;   
}

.td1
{
    width:100px;
    text-align:right;
    color:Red;        
}

.td2
{
    width:200px;
    color:Red;
    padding:5px 10px;  
}

.td3
{
    width:auto;
    padding:0 5px;
}

.td4
{
    text-align:center;
    color:Red;
    font-size:16px; 
    padding:10px 0;     
}

.td5
{
    text-align:center;
    padding:8px;     
}
.txtbox, .checkcode
{
    border-style:groove;  
}
.txtbox
{
    width:180px;
}

.checkcode
{
    width:80px;    
}

