/**
 * POPUP CONTAINER STYLES
 */
#popupMask { position: absolute; z-index: 200; top: 0px; left: 0px; width: 100%; height: 100%; /*opacity: .4;*/ filter: alpha(opacity=40); 
	background-color:transparent !important; background-color: #000000;
	background-image: url('../images/modal_mask.png') !important; background-image: none; 
	background-repeat: repeat; display:none }
#popupContainer { position: absolute; z-index: 201; top: 0px; left: 0px; display:none; padding: 0px; }

#popupInner { border: 1px solid #bdc5cf; border-top-color:#bdc5cf; border-right-color:#bdc5cf; border-bottom-color:#bdc5cf; background: #ffffff; }

#popupFrame { margin:0px; border:0px none; width:100%; height:100%; position:relative; z-index: 202; }

#popupTitleBar { background:#fff url('../images/modal_titlebar_bkg.gif') bottom repeat-x; color:#000; font-weight:bold; height:13px; padding:5px; border:0px; position:relative; z-index:203; }

#popupTitle { float:left; font-size:0.8em; }

#popupControls { float:right; cursor:pointer; /*cursor: hand;*/}

.popupLogo { width:19px; height:15px; background: url('../images/modal_logo.gif'); float:left;}

.popupClose { width:15px; height:15px; background: url('../images/modal_close.gif')}

#popupTitleText { font-family: Arial, Helvetica, sans-serif; font-size:11px; float:left; color:#000; margin-left:5px }