
#modalBackdrop {width:100%; height:100%; position:fixed; z-index:1; top:0px; left:0px; background-color:#000000; -moz-opacity:0.4; opacity:0.4; filter:alpha(opacity=40);}

.modalWindow { position:absolute; top:-3000px; left:-3000px; z-index:99; display:none; border:0px; }

.modalBox{ float:left; overflow:hidden; position:relative; }

.modalWindow .modal_body { float:left; display:inline; overflow:hidden; width:350px; border: bold 0px #ff0000; }

.modalWindow .modal_body .modal_c { float:left; display:inline; overflow:hidden; width:350px; border:0px solid #575757; padding:0px; /*background-color:#fff;*/ }

.mContent{float: left;display:inline;clear:both;width:100%;height:auto;overflow:visible;}
.mContent_inner{float: left;display:inline;clear:both;width:344px;margin:0px 0px;text-align:left;
    direction:ltr;font-size:12px;
	background-color: transparent;
	/*border-right: 3px solid #560000; border-left: 3px solid #560000;*/
	overflow:hidden;
	z-index:99;
}


