/* 
Document   : register
Created on : 2008-12-19, 13:37:22
Author     : hui
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body,td,th {
    font-size: 9pt;
    color: #000000;
    border:0;
    margin:0;
    padding:0;
    height:auto;
}
a:link {
    color: #0000FF;
}
a:hover {
    color: #000000;
}
.top{
    height:200px;
    background-image: url(../images/register.gif);
    width:auto;
}
.leftText img{
    vertical-align:middle;
    border:0;
    margin-right:1px;
    padding:2px 5px 2px 5px;
}
.texBox{
    width:150px;
    border:1px solid #000000;
    height:18px;
}
.textColor{
    color:#A0A0A0;
    font-size:9pt;
    padding:2px;
    line-height:18px;
    text-align:left;}
.textColor b{
    color:#A0A0A0;
    font-size:9pt;
    line-height:18px;
    font-weight:500;
}
.user_register{
    background-color:#FF8400;
    font-size:10pt;
    font-weight:bold;
    width:100px;
    height:20px;
    color:#FFF;
    padding:7px 5px 0px 5px;
    margin-bottom:20px;
    margin-top:20px;
    text-align:center;
}
.user_register_select{
    float:left;
    background-color:#FF8400;
    font-size:10pt;
    font-weight:bold;
    width:100px;
    height:20px;
    color:#FFF;
    padding:7px 5px 0px 5px;
    margin-bottom:20px;
    margin-top:20px;
    margin-right:5px;
    text-align:center;
}
.user_register_blank{
    float:left;
    background-color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    width:100px;
    height:20px;
    color:#000;
    padding:7px 5px 0px 5px;
    margin-bottom:20px;
    margin-top:20px;
    margin-right:5px;
    text-align:center;
}
.button_register{
    border:0;
    margin:0;
}
.button_register a{
    background-image:url(../images/button_y_bg_116X28.gif);
    width:116px;
    height:20px;
    display:block;
    padding-top:8px;
    text-align:center;
    color:#000000;
    text-decoration:none;
}
.button_register a:hover{
    background-image:url(../images/button_b_bg_116X28.gif);
    width:116px;
    height:20px;
    display:block;
    padding-top:8px;
    color:#000000;
    text-decoration:none;}

.button_register2{
    border:0;
    margin:0;
}
.button_register2 a{
    background-image:url(../images/button_b_bg_69X28.gif);
    width:69px;
    height:20px;
    display:block;
    padding-top:8px;
    text-align:center;
    color:#000000;
    text-decoration:none;
}
.button_register2 a:hover{
    background-image:url(../images/button_y_bg_69X28.gif);
    width:69px;
    height:20px;
    display:block;
    padding-top:8px;
    color:#000000;
    text-decoration:none;}
.topLink{
    position:absolute;
    right:10px;
    top:10px;
    color:#FFF;
}
.topLink a{
    color:#FFF;
    font-size:9pt;
    text-decoration:none;
}
.topLink a:hover{
    color:#000000;
    font-size:9pt;
}
.topLink img{
    vertical-align:	middle;
    padding:2px;
    border:0;
}
/*用户登陆*/
.login_title{
    font-size:12pt;
    font-weight:bold;
    text-align:left;
    padding:5px;
}
.textboxs{
    border:1px solid #CCC;
    height:22px;
    width:150px;
}
.button_01{
    border:1px solid #CCC;
    background-color:#E8E8DE;
    font-weight:600;
    padding:5px;
}
.textcolor{
    color:red;
    font-weight:bold;
}

.footer{
    border:0;
    width:auto;
    padding:5px;
    background-color: #3485CA;
    color:#FFFFFF;
    font-size:9pt;
    margin-top:20px;
    line-height:20px;
}
.footer a{
    color:#FFFFFF;
    font-size:9pt;
    text-decoration:none;
}
.footer a:hover{
    color:#FF8400;
    font-size:9pt;
    text-decoration:none;
}
