
#popBox
{
    position: fixed;
    width: 720px;
    z-index: 100;
    text-align: left;
    background: #faf7fa;
    border: 2px solid #597ac8;
}
#pop_main
{
    height: inherit;
    display: block;
}
#pop_title
{
    font-size: 15px;
    font-weight: bold;
    color: #1f44bf;
    padding: 15px 0 0 16px;
}
#pop_close
{
    float: right;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 8px 15px 0 0;
}
#pop_foot
{
    height: 36px;
    text-align: right;
    vertical-align: bottom;
    padding: 8px 20px 8px 15px;
}
#pop_foot input.button
{
    padding: 10px 15px;
    font-weight: bold;
    border: 0;
    margin: 0px 5px;
    background: #39A4F2;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
#pop_foot input.button:hover
{
    background: #188CE1;
}
#pop_foot input.button[name=pop_btnYes]
{
    background: #FF8400;
}
#pop_foot input.button[name=pop_btnYes]:hover
{
    background: #ff5722;
}
#pop_foot input.button[name=pop_btnNo]
{
    background: #39A4F2;
}
#pop_foot input.button[name=pop_btnNo]:hover
{
    background: #188CE1;
}
#pop_mask
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0.6;
}
#popBox a
{
    text-decoration: underline;
}
#pop_cont
{
    line-height: 23px;
    font-size: 13px;
    color: #555555;
    overflow-y: scroll;
}

.alert #pop_icon
{
    /*width: 180px;     height: 120px;     background: url(http://www.r355.com/Images/Icon_Hint.gif) center 18px no-repeat;*/
    float: left;
}
.alert #pop_cont
{
    float: none;
    /*margin-left: 140px;*/
    padding: 18px 2em 0 0;
    font-family: '微软雅黑';
}
.window #pop_icon
{
    display: none;
}
.window #pop_cont
{
    padding: 1em;
}


.light_sort
{
    color: #FF8400;
    margin-right: 1em;
}
.light_address
{
    color: #FF8400;
    font-weight: bold;
    margin-left: 2em;
}
.light_userName
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FF6C00;
    margin: 0 1em 0 .5em;
}
.light_pop
{
    color: #F49500;
    font-weight: bold;
    font-size: 13px;
    margin-top: 1em;
}
.light_green
{
    font-weight: bold;
    color: #65A10F;
}
.light_num
{
    font-weight: bold;
    color: #F24B1E;
    margin: 0 3px;
}
.light_link
{
    color: #EB7304;
    text-decoration: underline;
}

.HotTextLink:link
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0d52c4;
    text-decoration: underline;
}
/* 未访问的链接 */
.HotTextLink:visited
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0d52c4;
    text-decoration: underline;
}
/* 已访问的链接 */
.HotTextLink:hover
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #b10f15;
    text-decoration: underline;
}
/* 鼠标在链接上 */
