﻿#J_lowerRightCornerShowBox {
    display: none;
    text-align: left;
    width: 250px;
    height: auto;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.J_lowerRightCornerPerBox
{
    padding: 5px 8px;
    width: 250px;
    height: auto;
    min-height: 70px;
    max-height: 260px;
    border: 2px solid rgba(114, 157, 191, 1);
    background: rgba(114, 157, 191, 1);
    border-radius: 15px;
    position: relative;
    bottom: 3px;
    right: 5px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    margin-top:3px;
}
.lowerRightCornerPerBoxRow
{
    width: 100%;
    height: 15px;
    padding: 0px;
}
.lowerRightCornerPerBoxTitle
{
    width: 130px;
    height: 5px;
    line-height: 5px;
    float: left;
    margin-left: 15px;
}
.J_lowerRightCornerCloseDiv
{
    width: 40px;
    text-align: right;
    height: 24px;
    line-height: 24px;
    float: right;
}
.J_lowerRightCornerContent
{
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
}
