a
{
    color:#00f;
}
a img
{
    border: none;
}

/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.5;
    display: none;
    z-index: 0;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    padding: 1px;
    z-index: 0;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
    
    margin-left:132PX;
    margin-top:-132px;
}
#topLeft
{
    width:357px;
    float:left;
}
#topRight
{
    width:23px;
    float:right;
    margin-top:-10px;
    color:White;
}
#popupBody
{
    width:380px;
    margin: 0px 0 0 0;
}