﻿.overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
}
.dialog
{
    display: none;
    overflow: hidden;
    position: absolute;
}

.fwin
{
}
.fwin td
{
    padding :0;
    border :0;
}
.fwin .t_l
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .t_c
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .t_r
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .m_l
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .m_r
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .b_l
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .b_c
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .b_r
{
    filter: alpha(opacity=30);
    background: #000;
    overflow: hidden;
    opacity: 0.3;
}
.fwin .t_l
{
    width: 8px;
    height: 8px;
}
.fwin .t_r
{
    width: 8px;
    height: 8px;
}
.fwin .b_l
{
    width: 8px;
    height: 8px;
}
.fwin .b_r
{
    width: 8px;
    height: 8px;
}
.fwin .t_c
{
    height: 8px;
}
.fwin .b_c
{
    height: 8px;
}
.fwin .m_l
{
    width: 8px;
}
.fwin .m_r
{
    width: 8px;
}
.fwin .t_l
{
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}
.fwin .t_r
{
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}
.fwin .b_l
{
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}
.fwin .b_r
{
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}
.fwin .m_c
{
    background: #fff;
    vertical-align :top ;
}
.fwin .m_c .tb
{
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.fwin .m_c .c
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.fwin .m_c .o
{
    text-align: right;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f2f2f2;
    height: 26px;
    border-top: #ccc 1px solid;
    padding-top: 8px;
}
.fwin .m_c .el
{
    width: 420px;
}
.fwin .m_c .el LI
{
    border-bottom: medium none;
    border-left: medium none;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: medium none;
    border-right: medium none;
    padding-top: 0px;
}
.fwin .flb
{
    padding-bottom: 8px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    padding-top: 10px;
    background :#f2f2f2;
    text-align :center ;
    border-bottom :solid 2px #cdcdcd;
}
.fwin .flb EM
{
    float: left;
    color: #095e99;
    font-size: 14px;
    font-weight: 700;
}
.fwin .flb EM A
{
    text-decoration: none;
}
.fwin .flb SPAN
{
    float: right;
    color: #999;
}
.fwin .flb SPAN A
{
    float: left;
    color: #333;
    margin-left: 8px;
    font-weight: 400;
    text-decoration: none;
}
.fwin .flb STRONG
{
    float: left;
    color: #333;
    margin-left: 8px;
    font-weight: 400;
    text-decoration: none;
}
.fwin .flb SPAN A:hover
{
    color: #999;
}
.fwin .flbc
{
    text-indent: -9999px;
    width: 20px;
    background: url(images/module_close.gif) no-repeat 5px 5px;
    float: left;
    height: 20px;
    overflow: hidden;
}
.fwin .flbc:hover
{
   /* background-position: 0px -20px;*/
}
.fwin .dialog_content
{
    overflow :hidden
}
.fwin .flb
{
    /*background :#f2f2f2;
    border-bottom :solid 1px #ccc;*/
}