﻿div#contactWrap
{
    width: 1010px;
    margin: 0px auto;
    padding:30px 0;
}

#contactWrap h1
{
    margin-bottom: 10px;
    color: rgb(79,79,79);
    font-size: 20px;
    text-align: center;
}

#contactWrap h2
{
    margin-bottom: 20px;
    color: rgb(79,79,79);
    font-size: 16px;
    text-align: left;
    vertical-align:top;
}

#contactWrap .clm_top
{
    height: 20px;
    background-image: url('../_image/reg/col top.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#contactWrap .clm_mid
{
    background-image: url('../_image/reg/col_mid.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#contactWrap .clm_btm
{
    height: 20px;
    background-image: url('../_image/reg/col_btm.png');
    background-repeat: no-repeat;
    background-position: center top;
}

#contactWrap input
{
    font-family: 'Share Tech';
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



#contactWrap div#contactLogin
{
    padding: 20px 0;
    width: 300px;
}

#contactWrap span
{
    display: block;
    margin-bottom: 5px;
    color: rgb(79, 79, 79);
    font-size: 16px;
}

#contactWrap input[type=text], #contactWrap input[type=password]
{
    background-position: center center;
    display: block;
    margin-bottom: 10px;
    height: 25px;
    padding: 5px 10px;
    width: 280px;
    background-image: url('../_image/reg/tb_300_35.png');
    background-repeat: no-repeat;
    border: none;
    
}

#contactWrap textarea
{
    background-position: center center;
    display: block;
    margin-bottom: 10px;
    height: 110px;
    padding: 5px 10px;
    width: 280px;
    background-image: url('../_image/reg/txtarea.png');
    background-repeat: no-repeat;
    border: none;
    resize: none;
}

#contactWrap input[type=text]:focus, #contactWrap input[type=password]:focus
{
    border: none;
}

#contactWrap input[type=submit]
{
    background-position: center center;
    display: block;
    margin: 25px 0;
    height: 35px;
    width: 300px;
    background-color: none;
    background-image: url('../_image/reg/btn_300_35.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size:20px;

}

    #contactWrap input[type=submit]:hover
    {
        color: #e0e0e0;
    }

    #contactWrap input[type=submit]:active
    {
        color: #5ceaa0;
    }

#contactLogin .myhl_fp, #contactLogin .myhl_fp:link, #contactLogin .myhl_fp:visited, .myhl_fp:active
{
    display: block;
    color: rgb(79, 79, 79);
    margin-left: 80px;
    border: none;
    text-decoration: none;
}

    #contactLogin .myhl_fp:hover
    {
        color: rgb(121, 121, 121);
        text-decoration: underline;
    }





div#contactRegister
{
    width: 300px;
    padding: 20px 0;
}


    div#contactRegister .rbtn
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        div#contactRegister .rbtn label
        {
            margin-right: 15px;
        }

div#contact_forgot
{
    margin-top: 30px;
    width: 300px;
}

#reg_lgn
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    overflow: hidden;
}

#contactRegister_tbl
{
    width: 300px;
    padding: 25px 0;
    vertical-align: top;
}

#contactLogin_tbl
{
    width: 300px;
    padding: 25px 0;
    vertical-align: top;
}


div.div_hr
{
    background-position: top;
    height: 3px;
    width: 100%;
    margin-bottom: 20px;
    background-image: url('../_image/divider/divider_inset_hr.png');
    background-repeat: repeat-x;
}

div.div_vr
{
    background-position: left top;
    height: 380px;
    width: 3px;
    background-image: url('../_image/divider/divider_inset_vr.png');
    background-repeat: repeat-y;
    margin: 0 auto;
    margin-top: 100px;
}
#contactLogin img
{
    width:16px;
    margin:0;
    padding:0;
    margin-right:10px;
}
