/* CSS Document */
.registerDiv
{
    height:580px;
    background-color:#F9F7F5;
    width:980px;
    margin:auto;
}
.remendMessage
{
     color:#dc5563;
     font-size:14px;
     
}
.registerTable
{
    color: #4C4C4C;
    font-size: 18px;
    position: relative;
    top:50px;
    margin:auto;
    width: 60%;
    text-align: left;
}
.registerTable tr
{
    height:80px;
}
.registerTable .registerTableT
{
   width: 300px;
}
.registerTable td:first-child
{
    text-align:right;
    width: 81px;
}
.registerButton
{
    width:314px;
    height:42px;
    background:none;
    border:none;
    background-image:url(../images/registerblue.png);
    margin-top: 40px;
    margin-right: 20px;
}
.registerText
{
    height:40px;
    width:250px;
    margin-left: 25px;
    font-size:16px !important;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #808080;
    text-indent: 0.5em;
}

.registerText:focus
{
    border:1px solid #FF7500;
    
}
