body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff;
}
a
{
    color:#00f;
}
a img
{
    border: none;
}

/* Div to disable background */
#backgroundFilter
{
    position: fixed;
    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 */
#popupWindow
{
    position: fixed;
    width: 515px;
    height: 530px;
    padding: 1px;
    z-index: 2005;
    display: none;
    background-color: #FFF8E8;
    border: 1px solid black;
	overflow-x: hidden;
	overflow-y: auto;
	
	left: 50%;
	margin-left: -250px; 
	top: 50%;
	margin-top: -250px;
	


}
#topRight
{
    width:100px;
    float:right;
}
#popupBody
{
    width:515px;
    margin: 20px 0 0 0;
}