/* modal styles */

/* hack cause IE 6 is poopy 
html body {height:100%; margin:0; padding:0; position:relative; width:100%;} */

/* div which is appended via jQuery to contain the imported modal file */
#modalDiv {display:none; width:466px; position:fixed; left:50%; margin:0 auto 0; z-index:20;}

/* modal specific styles */
.modalContainer {background:#FFF; border:solid 1px #333333; color:#000; background:#B27D41;}
	.modalTitle {border-bottom:solid 1px #333333; background:#000 repeat-x left top; color:#FFF; font-weight:bold; overflow:hidden; padding:16px 8px 0 8px; height:35px; background-image:url(../../../images/external/mark/widget_title_background.jpg);}
		.modalTitle img {border:0;}
		.modalTitle ul {list-style:none; padding:0; margin:0;}
			.modalTitle ul li {float:left;}
				.modalTitle ul li.mClose {float:right; margin:-3px 0 0 0;}
	
.modalContent {
	background:#DAD1B9; 
	border:solid 1px #CDCDCD; 
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	margin:8px; 
}
	
/* style for transparent overlay */
#cssModalOverlay {background:#000; display:block; filter:alpha(opacity='70'); -moz-opacity:.70; opacity:.70; position:absolute; top:0; left:0; width:100%; height:100%; position:fixed;}

/* hack cause IE 6 is poopy    */
* html #cssModalOverlay {background:#000; display:block; filter:alpha(opacity='70'); -moz-opacity:.70; opacity:.70; position:absolute; top:0; left:0; width:100%; height:100%;}