/**
 * 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('../imagesGrey/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; -webkit-box-shadow: 0px 1px 10px rgba(0,0,0, 0.4); -moz-box-shadow: 0px 1px 10px rgba(0,0,0, 0.4); box-shadow: 0px 1px 10px rgba(0,0,0, 0.4); }

#popupInner { border: 1px solid #ccc; border-top-color:#ddd; border-right-color:#888; border-bottom-color:#777; background: #ffffff; }

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

#popupTitleBar { background:#d9d9d9; color:#555; 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('../imagesGrey/modal_logo.gif'); float:left;}

.popupClose { width:15px; height:15px; background: url('../imagesGrey/modal_close.gif')}

#popupTitleText { font-family: Arial, Helvetica, sans-serif; font-size:11px; float:left; color:#000; margin-left:5px }
