﻿@charset "utf-8";
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
#DialogBySHFLayer
{
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:fixed;
    z-index:1000;
    background-color:#333333;
    filter:alpha(Opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
}
/*弹出的提示框*/

#DialogBySHF
{
    position:absolute;
    border-radius:3px;
    background-color:#fff;
    z-index:9999;
    border: 4px solid rgba(0,0,0, .2);
}

#DialogBySHF #Title
{
    margin:0;
    width:96%;
    height:35px;
    background-color:#f3f3f3;
    padding:0 2%;
    color:#333;
    font-family: 'microsoft yahei';
    font-size:14px;
    text-align:left;
    cursor:move;
    line-height:35px;
    border-radius:3px 3px 0 0;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;   
}
#DialogBySHF #Close
{
    position:absolute;
    right:7px;
    top:6px;
    width: 20px;
    height: 20px;
    background: url("../img/user/tsicon.png") no-repeat -130px top;
    cursor: pointer;
}
#DialogBySHF #Container
{
    padding:0px 5px 5px 5px;
    font-size:12px;
    color: #666;
    /*width:390px;
    height:355px;*/
}

.popWindowTit{
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.popWindowTxt{
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

#DialogBySHF #Container table td
{
    vertical-align:middle;
}
#DialogBySHF #Container table #TipLine
{
    padding:0 30px 0px 105px;
    font-family: 'microsoft yahei';
    position: relative;
}
.tsicon1{
    position: absolute;
    top: 26px;
    left: 50px;
    width: 46px;
    height: 46px;
    display: block;
    background: url("../img/user/tsicon.png") no-repeat left -51px;
}
#Dia logBySHF #Container table #BtnLine
{
    width: 57px;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 12px;
    line-height: 25px;

}
#DialogBySHF #Container input{
    margin:6px 11px;
    width: 57px;
    height: 25px;
    line-height: 23px;
    border: none;
    cursor: pointer;
    font-size:12px;
    font-family: 'microsoft yahei';
}
#DialogBySHF #Container .DoneBtn
{
    background: url("../img/user/tsicon.png") no-repeat left top;
    color: #fff;
    text-align:center;
    margin-left: 105px;
}
#DialogBySHF #Container .cancelBtn
{
    background: url("../img/user/tsicon.png") no-repeat -57px top;
    color: #333;
    text-align:center;
}

