a img {border:0}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #dcdcdc;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 556px;
    /*height: 300px; */
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #fffdb9;
    border: 1px solid #a8b8c7;
}
#topLeft
{
    width:540px;
    float:left;
}
#topRight
{
    width:16px;
    float:left;
}
#popupBody
{
    width:540px;
    margin: 30px 0 0 20px;
}
#popupBody a {text-decoration:none; display:inline-block; width:100px; line-height:16px; margin:5px 0 5px 0}
#popupBody a:hover {text-decoration:underline}
