/* Layout */

#facebox{
	position: absolute;
	top: 170px !important;
	left: 50% !important;
	z-index: 100;
	width: 399px;
	margin-left: -200px;
	color: #636363;
	}
	#facebox .body{
		height: 355px;
		padding: 0 57px 0 77px;
		background: url("../img/facebox/bg_fixed.png") repeat-y;
		zoom: 1;
		}
		#facebox .content{
			padding: 50px 0 15px 0;
			}
	#facebox .loading{
		text-align: center;
		}

/* Content */

	#facebox h2{
		margin: 0 0 1.5em 5px;
		font: normal 1.3125em/1 Tahoma, Helvetica, sans-serif;
		color: #333;
		}
	#facebox p{
		margin-bottom: 1em;
		}
	#facebox label{
		display: block;
		margin-bottom: .25em;
		font-size: .8125em;
		}
	#facebox input{
		width: 240px;
		font-size: 1.375em;
		}
	#facebox .submit{
		width: auto;
		margin: 1em 0 0 75px;
		}
	#facebox br{
		display: none;
		}
#facebox_overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	}
.facebox_hide{
	z-index: -100;
	}
.facebox_overlayBG{
	z-index: 99;
	background-color: #000;
	}
* html #facebox_overlay{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
* html #facebox .body{ background: url("../img/facebox/ie6/bg_fixed.png") no-repeat; }