div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: transparent;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 400px;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: transparent;
}

.mb_loading {
background: transparent;
}

#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 {
display: none;
}

div#mb_caption {
margin-right: 71px;
display: none;
}

div#mb_contents {
	background: #111;
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 62.5% !important;
	color: #fff;
	width: 439px;
	height: 319px;
	border: 15px solid #FFF;
	overflow: auto;
	visibility: hidden;
	filter:alpha(opacity=96) !important;
	-moz-opacity:.96 !important;
	opacity:.96 !important;
}
div#mb_contents h1 {
	display: block;
	width: 318px;
	height: 34px;
	background: url('images/hdr-tellsomethinggood.gif') no-repeat;;
	text-indent: -9999em;
	margin: 20px auto 0 auto;
}
div#mb_contents #close {
	text-align: right;
	margin: 5px 5px 0 0;
}
div#mb_contents #close a {
	background: url('images/icn-x.gif') 100% 50% no-repeat;
	color: #fff;
	padding: 0 18px 0 0;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

div#mb_contents form {
	width: 316px;
	margin: 15px auto;
}

div#mb_contents form #formtop {
	margin: 0 0 10px 0;
}

div#mb_contents form #formtop input {
	width: 148px;
}

div#mb_contents form #formtop input, div#mb_contents textarea {
	color: #222;
	font-size: 1.2em;
	font-family: Arial, Verdana, sans-serif !important;
	border: 1px solid #fff;
	padding: 2px 1px;
}

div#mb_contents #yourname {
	width: 148px;
	margin-right: 15px;
	float: left;
}

div#mb_contents #emailaddress {
	width: 148px;
	float: left;
}

div#mb_contents #yourname label {
	background: url('images/hdr-yourname.gif') no-repeat;
	width: 60px;
	height: 10px;
	display: block;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

div#mb_contents #emailaddress label {
	background: url('images/hdr-emailaddress.gif') no-repeat;
	width: 81px;
	height: 10px;
	display: block;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

div#mb_contents #tips label {
	background: url('images/hdr-tips.gif') no-repeat;
	width: 267px;
	height: 12px;
	display: block;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

div#mb_contents textarea {
	width: 100%;
	height: 60px;
}

div#mb_contents #submitbtn {
	float: right;
	margin: 6px 0 0 0;
}

#success {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#formtop:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#formtop {display:inline-block;}
/* Hide from IE Mac \*/
#formtop {display:block;}
/* End hide from IE Mac */