#PopupBoxWrapper {
	Z-INDEX: 20; LEFT: 0px; VISIBILITY: hidden; WIDTH: 300px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; POSITION: absolute; TOP: 0px; HEIGHT: 400px; TEXT-ALIGN: left; FONT-VARIANT: small-caps
}
#PopupBoxHeader {
	/*CURSOR: move;*/ POSITION: relative;BACKGROUND-COLOR: #FFFFFF;
}
#PopupBoxHeader #PopupBoxCloseButton {
	WIDTH: 16px; CURSOR: pointer; POSITION: absolute; HEIGHT: 18px; right:0; margin:-20px 15px 0px 0; padding:0;
	
}
#PopupBoxHeader #PopupBoxCloseButton IMG {
	border:0; margin:0; padding:0; position:absolute; right:0; z-index:100;
}

#PopupBoxHeader .left{
	width:8px;
	height:32px;
	position:absolute;
	left:0;
	z-index:50;
	background:url(topleft.gif) no-repeat left;
}
#PopupBoxHeader .right{
	width:8px;
	height:32px;
	position:absolute;
	right:0;
	top:3px;
	z-index:50;
	background:url(topright.gif) no-repeat right;
}





#PopupBoxBody {
	BORDER-RIGHT: #efefef 1px solid; BORDER-TOP: #efefef 1px solid; OVERFLOW: hidden; BORDER-LEFT: #efefef 1px solid; BORDER-BOTTOM: #efefef 0px solid;BACKGROUND-COLOR: #FFFFFF;
}
#PopupBoxWrapper .bottom{
	display:block;
	height:20px;
	position:relative;
}
#PopupBoxWrapper .bottomleft{
	background:url(bottomleft.gif) no-repeat top;
	position:absolute;
	height:20px;
	width:8px;
	left:0;
}
#PopupBoxWrapper .bottomright{
	background:url(bottomright.gif) no-repeat top;
	position:absolute;
	height:20px;
	width:8px;
	right:0;
	top:0;
}
#PopupBoxWrapper .middle{
	background:url(bottombg.gif) repeat-x;
	display:block;
	height:20px;
	margin-right:8px;
	margin-left:8px;
}



#PopupBoxBody IFRAME {
	WIDTH: auto;HEIGHT: auto;
}
.MainContentBoxHeaderTab {
	 MARGIN: 0px; WIDTH: auto; TEXT-INDENT: 10px; HEIGHT: 32px;
}

.MainContentBoxHeaderTab span{
	BACKGROUND-COLOR: #f8f8f8;
	height:23px;
	display:block;
	margin-left:8px;
	border-top:#efefef solid 1px;
	padding-top:8px;
	margin-right:8px;
}



.MainContentBoxHeaderTab {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #294da5;  font-family:Arial, Helvetica, sans-serif; padding-top:3px;
	text-transform: uppercase;
}
.MainContentBoxHeaderTab TABLE {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-TRANSFORM:none; COLOR: #000000; TEXT-INDENT: 20px; font-family:Verdana, Arial, Helvetica, sans-serif;  padding-top:3px;
}
.MainContentBoxHeaderTab TD {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-TRANSFORM:none; COLOR: #000000; TEXT-INDENT: 20px; font-family:Verdana, Arial, Helvetica, sans-serif;  padding-top:3px;
}





/**************************************************/
/*#MainContentWrapper{ /*CSS for veil that covers entire page while modal window is visible
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
opacity: 100;
}
*/


/**************************************************/
/**********pop up forms****************************/
/**************************************************/
body.popup{
	color:#4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.84em;
	
}

.normalform{
	display:block;
	clear:both;
	padding-left:10px;
}
.normalform div{
	clear:both;
	margin-bottom:8px;

}
.normalform div label{
	float:left;
	padding-right:5px;
	width:120px;
}

input.submitbtn{
	background:#607cc0;
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:.8em;
	cursor:pointer;
}
