.modalView{
	width: 600px;
	background: #FFF url(assets/modal_bottom_bg.jpg) repeat-x center bottom;
	padding: 15px 15px 10px 15px;
	position: relative;
	float: left;
	text-align: center;
}

.modalView .navControls{
	position: relative;
	margin: 5px auto -25px;
}

.modalView .navControls a{
	margin: 0 10px;
}

.modalView .navControls a span{
	color: #F37F18;
	font-weight: bold;
	font-size: 1.2em;
}

.closeModal{
	float: right;
	background: #E67817;
	padding: 2px 4px;
	margin: 5px 0 0 0;
	color: #FFF;
	font-weight: bold;
}

a:hover.closeModal{
	background: #F37F18;
}

#facebox{
	position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  margin: 0 0 0 -80px;
}
 
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
