#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
	width: 557px !important;
	height: 626px !important;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background: transparent url(/images/modalbox_background.png) 0 0 no-repeat;
	height: 100%;
}
* html #MB_frame {
	background-image: url(/images/modalbox_background.gif);
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/modalbox_background.png', sizingMethod='scale');*/
	}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	overflow: hidden;
	padding: 40px 85px 0;
	color: #FFF;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content {  }
#MB_header {
padding: 60px 60px 0;
text-align: right;
height: 2em;
overflow: hidden;
}
#MB_caption { color: #000; display: none; }
#MB_close { color: #FFF; position: relative; z-index: 10000000; top: 0; right: 0; display: inline; float: right; padding: 5px; }
#MB_close:hover { color: #F2007A; }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/*	Contact Form 
*/
#contact_form .form-row {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
#contact_form fieldset input,
#contact_form fieldset textarea {
	float: left;
	font: 12px/12px Verdana, sans-serif;
	color: #000;
	padding: 4px 6px 0;
}
#contact_form fieldset label {
	line-height: 24px;
	float: left;
	width: 10em;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
#contact_form fieldset input {
	width: 241px;
	height: 20px;
	background: url(/images/modalbox_form1.gif) 0 0 no-repeat;
	border: none;	
}
#contact_form fieldset textarea {
	width: 241px;
	height: 110px;
	background: url(/images/modalbox_form2.gif) 0 0 no-repeat;
	border: none;
}
#contact_form .button {
	width: 129px;
	height: 30px;
	background: url(/images/modalbox_submit.gif) 0 0 no-repeat;
	border: none;
	padding: 30px 0 0;
	overflow: hidden;
	text-indent: -999em;
	float: right;
	cursor: hand;
}
#contact_form>.button { /* For non-IE browsers*/
  height: 0px;
}