/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/

/* POPUP WINDOW */

a img
{
    border: none;
}

#popupWindow
{
    position: absolute;
    padding: 1px;
    z-index: 1005;
    display: none;    
}
#topRight
{
    width:23px;
    float:right;
}
#popupBody
{
    width:380px;
    margin: 30px 0 0 0;
}