.Estilo1 {
	color: #FFFFFF;
	font-size: 9px;
}

#errmsg {
	margin: 1em;
	padding: 1em;
	color: #C30;
	background-color: #FCC;
	border: 1px solid #F00;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 10000;
	background-color: #000!important;
}

#MB_overlay[id] {
	position: fixed;
}

#MB_window {
	position: absolute;
	top: 0;
	border: none;
	text-align: left;
	z-index: 10000;
	color: #000;	
}

#MB_window[id] {
	position: fixed!important;
}

#MB_frame {
	padding-bottom: 0px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	top:30px;
	background-color: #EFEFEF;
	height: 100%;
	width:460px;
}

#MB_header {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#MB_content {
	border-top: 1px solid #F9F9F9;
	padding: 0px 0px;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	color: #000;
}

#MB_close {
	display: block;
	position: absolute;
	right: 25px;
	top: 0px;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	color: #0C77CF;
}

#MB_close:hover {
	color: #FFF
}

#MB_loading {	
	font-size: 12px;
}

.MB_alert {
	margin: 10px 0;
	text-align: center;
}
