﻿body {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #808080;
    font-family: 微软雅黑;
}

ul, li, h1, h2, h3, h4, p, span, div, img, a, tr, td, em, b, dl, dt, dd, a:hover, a:visited, a:link, img a:hover {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inherit;
    text-transform: none;
    border: 0;
    text-decoration: none;
}

a {
    color: #6fb1f5;
}

    a:hover {
        color: #ff6a00;
    }

.btn {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #3189e3;
    border: 1px solid #16599d;
    cursor: pointer;
    border-radius: 5px;
}

    .btn:hover {
        background-color: #6fb1f5;
    }

.txt {
    width: 180px;
    height: 20px;
    border: 1px solid #6fb1f5;
    border-radius: 2px;
}

    .txt .long {
        width: 400px;
    }

    .txt .short {
        width: 100px;
    }

    .txt:hover {
        border: 1px solid #6fb1f5;
    }

/*共有部分 End*/


/*布局部分  Start*/
.w100 {
    width: 100%;
    margin: 0 auto;
    display: block;
}
    .w100 .header {
        width:100%;
        height:100px;
        float:left;
        background-color:#6fb1f5;
    }

    /*左侧 Start*/
    .w100 .Pleft {
        width: 20%;
        float: left;
    }

        .w100 .Pleft .nva {
            width: 100%;
            float: left;
        }

            .w100 .Pleft .nva h2 {
                width: 100%;
                height: 30px;
                line-height: 30px;
                text-indent: 10px;
                background-color: #6fb1f5;
                font-size:15px;
            }

            .w100 .Pleft .nva ul li {
                width: 100%;
                height: 30px;
                line-height: 30px;
                text-indent: 10px;
                background-color:#808080;
                border-bottom:1px dashed #FFFFFF;
            }
    /*左侧 End*/

    /*右侧 Start*/
    .w100 .Pright {
        width: 75%;
        margin-left: 5%;
        float: left;
    }
/*右侧 End*/
/*布局部分  End*/
/*=====================以下部分是Validform必须的====================*/
.Validform_checktip
{
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: red;
    font-size: 12px;
}

.Validform_right
{
    color: #71b83d;
    padding-left: 20px;
    background: url(../skin/default/valid_icons.png) no-repeat -40px -20px;
}

.Validform_wrong
{
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../skin/default/valid_icons.png) no-repeat -20px -40px;
}

.Validform_loading
{
    padding-left: 20px;
    background: url(../skin/default/icon_onload.gif) no-repeat left center;
}

.Validform_error
{
    background: #FEFBD3;
}

#Validform_msg
{
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

    #Validform_msg .iframe
    {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }

    #Validform_msg .Validform_title
    {
        position: relative;
        line-height: 35px;
        height: 35px;
        text-align: left;
        font-weight: bold;
        padding: 0 10px;
        color: #fff;
        background: #33B5E5;
    }

    #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited
    {
        line-height: 30px;
        position: absolute;
        right: 10px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }

    #Validform_msg a.Validform_close:hover
    {
        color: #ccc;
    }

    #Validform_msg .Validform_info
    {
        padding: 10px;
        border: 1px solid #bbb;
        border-top: none;
        text-align: left;
    }
/*=====================以上部分是Validform必须的====================*/
