#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #333;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#MB_wrapper {
  position:absolute;
  z-index:150;
}
#MB_window {
  position:relative;
  border:5px solid #A7AAB1;
  border-top:0px solid;
  background-color:#FFF;
  text-align:left;
}

#MB_frame {
	position:relative;
	border:1px solid #333;
	height:100%;
}

#MB_header {
  margin:0;
  height: 28px;
  background-color: #333;
}

#MB_content {
  padding:7px;
  overflow:auto;
  background-color: #D4D8E1;
}

#MB_caption {
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#MB_close {
  display:block;
  position:absolute;
  right:0; top:0;
  padding:3px 5px;
  color:#FFF;
  font-weight:bold;
  font-size:20px;
  text-decoration:none;
}
#MB_close:hover {
	background:transparent;
	color:#FF9;
}

/*** SEND TO FRIEND FORM ***/
fieldset#formFieldset {
	background-color: #fff; 
	border: 1px dotted #333; 
	padding: 0 5px;
	margin: 0;}

fieldset#formFieldset p {
	font-size:11px;
	margin-bottom:1em;}

dl.forms {
	float: left;
	width: 100%;}

dl.forms form {
	margin: 0;
	padding: 0;}

dl.forms dt {
	margin: 0;
	padding: 10px 0 0 0;
	clear: left;
	float: left;
	width: 175px;}

dl.forms label { font-weight: bold; }

dl.forms dd {
	margin: 0;
	padding: 10px 0 0 0;}

dl.forms dd.help {
	padding-top: 2px;
	font-size: 90%;
	color: #999;}

dl.forms input, dl.forms textarea {
	width: 300px;}

dl.forms textarea { height: 75px; }

input.button { width: auto; }

dt.radio input { width: auto !important; }
dt.radio { text-align: right; margin-left: -5px !important; padding-right: 5px !important; }

p.email {
	position: absolute;
	top: 0;
	right: 5px;}

p.email a {
	background: url(/images/email.png) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 90%;
}

p.submitButton { text-align: right; }
p.submitButton input { padding: 5px; margin: 1em 92px 0 0; border: 1px solid #333; }

/***ERRORS LISTING***/
ul#errors {
	list-style: none;
}

ul#errors li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/images/error.gif) no-repeat 0 50%;
	line-height: 1.5em;
	color: #CC0033;
}