﻿.PopupDiv
{
    background-color: #DBDBDB;
    width: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid black;
}

.NewsTitleColor
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalContent
{
    vertical-align: top;
    color: #666666;
    font-family: Arial, SimSun;
}
.normalTitle
{
    font-weight: bold;
    font-family: Arial, SimSun;
}
.CommonTitle
{
    color: Black;
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}