#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0px;
  background: #D9E1F0;
  width: 390px;
  border:1px solid #000000;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: center;
}

#facebox .footer img {
	margin: 3px;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#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');
}

#facebox .header {
	background-color:#0074BE;
	background-image:url(/images/main/bluegradient.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #06608A;
	color:#FFFFFF;
	font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0;
	vertical-align:middle;
	text-align: right;
}

#facebox .header img {
	margin: 3px;
}

#facebox .header .blue_corner_left {
	background-image:url(/images/main/leftblue.gif);
	float:left;
	height:26px;
	margin:0 5px 0 0;
	width:5px;
}

#facebox .header .blue_corner_right {
	background-image:url(/images/main/rightblue.gif);
	float:right;
	height:26px;
	margin:0 0 0 5px;
	width:5px;
}

#facebox h1 {
	background-color:#0074BE;
	background-image:url(/images/main/bluetitle.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:26px;
	line-height:26px;
	padding: 0 8px;
}

#facebox form {
	display: block;
}

#facebox p, #facebox ul {
	display: block;
	padding: 5px 10px;
	background-color: #FFF;
}

#facebox form .facebox-form-item {
	padding: 5px 10px;
	background-color: #D9E1F0;

}

#facebox form .facebox-form-item label {
	display: block;
	margin: 0px 0 0 0;
}

#facebox form .facebox-form-item input {
	width: 372px;
	display: block;
}

#facebox form .facebox-form-item textarea {
	width: 370px;
	display: block;
}

#facebox .btn_med { 
	height: 33px;
	cursor: pointer; 
	width: 158px;
	line-height:33px; 
	color: #0074BE;
	margin: auto;
	text-align:center;
	background: url(/images/main/button_med.gif)
}

#facebox .content {
	margin: 0 0 10px 0px;
}

.clearFloats { clear: both; height: 0px; margin:0; padding: 0; }

