#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 #B5BE4A;
  border-top:0px solid;
  background-color:#FFF;
  text-align:left;
}

#MB_frame {
	position:relative;
	border:1px solid #B5BE4A;
	height:100%;
}

#MB_header {
  margin:0;
  height: 28px;
  background-color: #B5BE4A;
}

#MB_content {
  padding:7px;
  overflow:auto;
}

#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: none; 
	padding: 0 5px;
}

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: 150px; }

input.button { width: auto; }

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%;
}

/***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;
}
