/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/

a
{
    color:#00f;
}
a img
{
    border: none;
}

/* Div to disable background */
#backgroundFilter
{
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: absolute;
}
/* POPUP WINDOW */
#popupWindow
{
    position: absolute;
    width: 99%;
    height: 400px;
    padding: 1px;
    z-index: 1005;
    top:12px;
    left:auto;
    margin-left:auto;
    margin-right:auto;
}
#topLeft
{
    width:357px;
    float:left;
}
#topRight
{
    width:100px;
    margin: 5px auto;
}
#popupBody
{
    width:380px;
    margin: 30px 0 0 0;
}