/*
// (C) Stephen Daly
// www.stephendaly.org
// Date: 11/3/2008
*/
/* Div to disable background */
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
div.popupWindow
{
    position: absolute;
    padding: 1px;
    z-index: 1005;
    display: none;
    background-color: #fff;
    border: 1px solid #F5A265;
    overflow: auto;
}
div.popupBody
{
    padding-left: 15px;
	margin: 30px 0 0 0;
}
#popupTop
{
	height: 20px; 
	text-align: right; 
	padding-right:15px
}

table.popupBody
{
	width: 100%;
	vertical-align: top;
}