/* moodalbox CSS */
body #modalBody {
	width: 100%;
	height: 100%;
	background: none;

}
#containerModal {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
}

div#mb_center {
	background: url(/Common/Img/modalBG.png) no-repeat center top;
}
div#mb_center { behavior: url(/Common/Scripts/iepngfix.htc); }
div#mb_contents {
	width: 760px;
	height: 500px;
	visibility: hidden;
	background: url(/Common/Img/modalBG.png) no-repeat center top;
}
div#mb_contents { behavior: url(/Common/Scripts/iepngfix.htc); }
#modalContent {
	padding: 40px 10px 20px 10px;
}
#contentScroll {
	overflow: auto;
	height: 500px;
	padding-right: 10px;
	background: #ffffff;
}
#modalContent img { padding: 0px 10px 10px 0px; }
.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
text-align: left;
	width: 760px;
	background: url(/Common/Img/modalBottomBG.png) no-repeat center top;
}
* html div#mb_bottom { background: url(/Common/Img/modalBottomBG.gif) no-repeat center top; }

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 20px;
background: transparent url(../img/closelabel.gif) no-repeat center;
	padding-right: 50px;
}

div#mb_caption {
margin-right: 71px;
	padding-left: 40px;
}