/*******************************************************************************************************************
*  弹出框 dialog 样式
*******************************************************************************************************************/
.openDialog{
    font-size:13px;
    font-family: "微软雅黑",tahoma,arial,"宋体";
    box-shadow:0 3px 26px #000000;
}
.openDialog_border {
    border: 1px solid #2b579e;
}
.openDialog_header {
    background-color:#FFFFFF;
    padding: 0 10px;
    line-height: 30px;
    cursor: move;
    background: -moz-linear-gradient(top,#f3f3f3,#ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f3f3, endColorstr=#ffffff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f3f3f3, endColorstr=#ffffff)";/*IE8+*/
    background:-ms-linear-gradient(top, #f3f3f3, #ffffff);
    box-shadow:  0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.openDialog_title {
    line-height: 30px;
    float: left;
    width: 70%;
    _width: 70%;
    font-size: 13px;
    text-align: left;
    font-family: "微软雅黑",tahoma,arial,"宋体";
    color:#386389;
}
.openDialog_close {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    background:-moz-linear-gradient( top,#cde8ff,#9ecaf0);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cde8ff), to(#9ecaf0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cde8ff, endColorstr=#9ecaf0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cde8ff, endColorstr=#9ecaf0)";
    background:-ms-linear-gradient(top, #cde8ff, #9ecaf0);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    width: 48px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
}
.openDialog_main {
    background: -moz-linear-gradient( top,#ffffff,#f3f3f3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f3f3f3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f3f3f3)";
    background:-ms-linear-gradient(top, #ffffff, #f3f3f3);
    padding: 25px 20px;
    width: 480px;
    height: auto;
    border-top: 1px solid #acacac;
}
.openDialog_main .wi-label{
    margin: 0 2px 0 20px;
    width: 175px;
}
.openDialog_main label{
    width: 60px;
}
.openDialog_main .i-select{
    width: 100px;
}
.i-select{
    width: 100px;
}


.openTable{
    margin: 0 auto;
}
.NEW_SKYPE{
    height: 34px;
    line-height: 34px;
}
.openTable .OpenWindow_left{
    text-align: left;
    width: 150px;
    margin-left: 20px;
}
.openTable .OpenWindow_right span{
    height: 28px;
    margin: auto 0;
    vertical-align: middle;
}
.openTable .OpenWindow_right label{
    padding: 0 10px;

}
.openTable .i-text{
    width: 188px;
}
.openTable select{
    width: 195px;
}


.openDialog_footer {
    background: -moz-linear-gradient( top,#f3f3f3,#f3f3f3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#f3f3f3));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f3f3, endColorstr=#f3f3f3);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f3f3f3, endColorstr=#f3f3f3)";/*IE8+*/
    background:-ms-linear-gradient(top, #f3f3f3, #f3f3f3);

}
.openDialog_buttons{
    text-align: center;
}
.openDialog_buttons input{
    background: -moz-linear-gradient( top,#ffffff,#e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";/*IE8+*/
    background:-ms-linear-gradient(top, #ffffff, #e0efff);
    border:1px solid #afc0cc;
    color: #59809b;
    cursor: pointer;
    font-size: 16px;
    font-family: "微软雅黑",tahoma,arial,"宋体";
    height: 35px;
    width: 81px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.openDialog_buttons input:hover{
    background: -moz-linear-gradient( top,#e0efff,#ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff)";/*IE8+*/
    background:-ms-linear-gradient(top, #e0efff, #ffffff);

}
.openDialog_buttons input:active{
    background: -moz-linear-gradient( top,#47c360,#3ab052);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#47c360), to(#3ab052));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#47c360, endColorstr=#3ab052);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#47c360, endColorstr=#3ab052)";/*IE8+*/
    background:-ms-linear-gradient(top, #47c360, #3ab052);
    text-shadow: 1px 1px 1px rgb(152,212,164);
    color:#ffffff;

}
.openDialog_mask{
    background-color:#4d4d4d;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position:fixed;
    _position:absolute;
}
