﻿.WidthAndCenter { width:950px; margin: 0 auto; }

#RegisterContainer
{
    height:696px;
    background-image:url(/Users/Images/Reg_BottomBg.jpg); background-repeat:no-repeat;
    background-position:center bottom;
}
#RegisterAreaTop  
{
    width:762px; height:50px; margin: 8px auto 0 auto;
    background-image:url(/Users/Images/Reg_TopLine.jpg); background-repeat:no-repeat;
    position:relative;
}
#RegisterAreaTop2
{
    width:762px; height:50px; margin: 8px auto 0 auto;
    background-image:url(/Users/Images/Reg_TopLine1.jpg); background-repeat:no-repeat;
    position:relative;
}
#RegisterAreaMiddle
{
    width:762px; margin: 0 auto; height:615px;
    background-image:url(/Users/Images/Reg_MidBg.gif);
    padding-top:10px;
    position:relative;
}
.NewItem
{
    width:750px;
    clear:both;
    padding-left:10px;
    padding-top:2px;
    font-size:13px;
}
.NewItem .ItemTitle
{
    width:110px; height:35px; 
    line-height:35px;
    text-align:right; vertical-align:middle;
    float:left;
    font-size:13px;
}
.NewItem .InputBox
{
    width:225px; height:22px; line-height:22px;
    border-width:0px;
    border:0 none;
    background-color:transparent;
    font-size:13px;
}
.NewItem .InputBoxBrief
{
    width:225px; height:58px;
    border-width:0px;
    background-color:transparent;
    font-size:13px;
}
.NewItem .NullBorder
{
    width:228px; height:27px;
    display: block;
    vertical-align:middle;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .InputBorder
{
    width:228px; height:27px;
    background-image: url(/Users/Images/Reg_Input.gif); background-repeat:no-repeat;
    display: block;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .InputBorderDouble
{
    width:228px; height:27px;
    background-image: url(/Users/Images/Reg_InputDouble.gif); background-repeat:no-repeat;
    display: block;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .InputBorder1
{
    width:228px; height:27px;
    background-image: url(/Users/Images/Reg_InputRed.gif); background-repeat:no-repeat;
    display: block;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .InputBorderBrief
{
    width:228px; height:62px;
    background-image: url(/Users/Images/Reg_InputBrief.gif); background-repeat:no-repeat;
    display: block;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .InputBorderBrief1
{
    width:228px; height:62px;
    background-image: url(/Users/Images/Reg_InputBriefRed.gif); background-repeat:no-repeat;
    display: block;
    padding: 5px 4px 3px 4px;
    float:left;
}
.NewItem .CheckCodeImgArea
{
    width:71px; height:23px;
    float:left;
    margin-left:5px;
    padding-top:5px;
}
.NewItem .ItemBrief
{
    width:334px; height:32px;
    font-size:12px; line-height:18px;
    float:left;
    margin-left:2px;
    vertical-align:top;
    background-image:url(/Users/Images/Reg_Notify0.jpg); background-repeat:no-repeat;
    padding-left:40px;
    padding-top:7px;
}
.NewItem .ItemBrief0
{
    width:334px; height:32px;
    font-size:12px; line-height:18px;
    float:left;
    margin-left:2px;
    vertical-align:top;
    padding-left:40px;
    padding-top:7px;
}
.NewItem .ItemBrief1
{
    width:334px; height:32px;
    font-size:12px; line-height:18px;
    float:left;
    margin-left:2px;
    vertical-align:top;
    background-image:url(/Users/Images/Reg_Notify1.jpg); background-repeat:no-repeat;
    padding-left:40px;
    padding-top:7px;
}
.NewItem .ItemBrief2
{
    width:334px; height:32px;
    font-size:12px; line-height:18px;
    float:left;
    margin-left:2px;
    vertical-align:top;
    background-image:url(/Users/Images/Reg_Notify2.jpg); background-repeat:no-repeat;
    padding-left:40px;
    padding-top:7px;
}
.CmdSubmit
{
    width:203px; height:47px;
    border-width:0px; background-color:transparent;
    font-size:14px; line-height:40px;
    background-image:url(/Users/Images/Reg_Submit.jpg); 
    background-repeat:no-repeat;
    cursor:pointer;
}
#Province
{
    border:0 none;
    width:105px;
    height:25px; line-height:22px;
    margin:1px 0 0 0;
    padding:0;
    font-size:13px;
}
#City 
{
    border:0 none;
    width:105px;
    height:25px; line-height:22px;
    margin:1px 0 0 9px;
    padding:0;
    font-size:13px;
}
#Agreement
{
    width:334px; height:22px;
    font-size:13px; line-height:18px;
    float:left;
    vertical-align:top;
    padding-left:3px;
    padding-top:28px;
    
}
#Agreement a { color:#0099cc;}

#RegisterAreaBottom
{
    width:762px; height:6px; margin: 0 auto 15px auto; 
    background-image:url(/Users/Images/Reg_Bottom.gif);
    position:relative;
}

/*RegisterAct*/
#SuccessArea  
{
    background-image:url(/Users/Images/Reg_SuccessBg.jpg); background-repeat:no-repeat; background-position:left top;
    width:100%; height:350px;
}
#SuccessInfo
{
    margin-left:350px; margin-top:30px;
    width:390px;
    font-size:14px; line-height:26px;
}
#SuccessTitle
{
    color:#009900; font-size:22px; line-height:30px;
}
.SplitLine { height:15px; }
