﻿.l {
    float: left;
}

.td_title1 {
    color: red;
}

.iwindowbodywrapper {
    padding: 30px;
    font-size: 14px;
    color: #666666;
}

    .iwindowbodywrapper a {
        color: #1E84D6;
    }

        .iwindowbodywrapper a:hover {
            text-decoration: underline;
        }

.iwindowbodywrapperb {
    margin: 0px;
    padding: 0px 10px;
}

.iwindowbodywrapper .wtitle {
    color: #1E84D6;
    font-weight: bold;
    font-size: 14px;
}

.wbutton1 {
    cursor: pointer;
    background-color: #0378D8;
    width: 150px;
    height: 35px;
    border: 1px solid #0378D8;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    outline: none;
    border-radius: 4px;
}


.wbutton2 {
    cursor: pointer;
    width: 150px;
    height: 35px;
    border: 1px solid #0378D8;
    font-size: 14px;
    text-align: center;
    color: #0378D8;
    font-weight: bold;
    outline: none;
    background: #fff;
    border-radius: 4px;
}

.wbutton3 {
    cursor: pointer;
    background-color: #0378D8;
    width: 50px;
    height: 30px;
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.wbutton4 {
    cursor: pointer;
    background-color: #999999;
    width: 50px;
    height: 30px;
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.wbutton5 {
    cursor: pointer;
    background-color: #0378D8;
    width: 150px;
    height: 35px;
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
    line-height: 35px;
}

.wbutton1:hover, wbutton2:hover, wbutton4:hover, wbutton5:hover, wbutton6:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.wico {
    background: url(/images/v/iwindows/an1.gif);
}

.ico-suc {
    background-position: 0 0;
    width: 67px;
    height: 68px;
    display: block;
}

.ico-info {
    background: url(/images/v/iwindows/an1.gif);
    width: 67px;
    height: 68px;
    display: block;
}

.ico-warn {
    background-position: -70px 0;
    width: 67px;
    height: 68px;
    display: block;
}

.ico-undefined {
    display: block;
    position: relative;
    background-position: 0 -104px;
    width: 66px;
    height: 58px;
    display: block;
}

.DropControl {
    padding: 5px 0;
    margin-right: 10px;
    vertical-align: middle;
    padding-left: 5px;
}

a.user:visited {
    text-decoration: none;
    color: #666;
}

a.user:link {
    color: #315AAA;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1px;
}


.radiolists tr {
    height: 25px;
}

.radiolists input[type="radio"],
.radiolists input[type="checkbox"] {
    display: none;
}

    .radiolists input[type="radio"] + label:before {
        content: "\a0";
        display: inline-block;
        width: 8px;
        height: 8px;
        line-height: 8px;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
        padding: 3px;
        border: 1px solid #ddd;
        background: #fff;
    }

    .radiolists input[type="radio"]:checked + label:before {
        background: url("/images/v4/radio.jpg") no-repeat;
        border: 1px solid #0378d8;
    }

.error-logo, .success-logo {
    width: 120px;
}

.wbutton1 + .wbutton2 {
    margin-left: 15px;
}

input[type=button]:disabled,
input[type=submit]:disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}