﻿.popupPanel
{      
    background-image:url(../jqImages/popup-white.gif);
    background-repeat:no-repeat;
    width:556px; 
    height:408px;
    overflow:auto;
    /*display:none;*/
}

.popupHeaderPanel
{
	width:546px;
	height:30px;
	margin: 5px 5px 0px 5px;
	line-height:30px;
	font-size: 20px;
	font-weight:bold;
}

.popupContentPanel
{
	width:546px;
	height:318px;
	margin: 10px 5px 0px 5px;
	overflow:auto;
}

.popupFooterPanel
{
	width:546px;
	height:30px;
	margin: 10px 5px 0px 5px;
	line-height:30px;
}

.popupClose
{ 
    background-image:url(../jqImages/popup-close-button.gif);
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    height:25px;
    width:25px;
}

.popupModalBg
{
	background-color:#F2F2F2;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.popupH1
{
	font-size: 16px;
	font-weight:bold;
}

.popupTitle
{
	padding: 10px 0px 10px 0px;
}