/**
 * 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 #575757; border-top-color:#676767; border-right-color:#303030; border-bottom-color:#303030; background: #ffffff; }

#popupFrame { margin:0px; border:0px none; width:100%; height:100%; position:relative; z-index: 202; }

#popupTitleBar { background:#5f5f5f url('../images/modal_titlebar_bkg.gif') bottom repeat-x; color:#ffffff; 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:#fff; margin-left:5px }
