
.leightbox {
	color: #000;
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: auto;
	padding: 1em;
	background-color: transparent;
	text-align: left;
	z-index:1001;
	overflow: none;	
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.form_holder {
				width: 310px;
				margin: auto auto;
				padding-left: 50px;
				padding-top: 45px;
				background: url('images/bg_top.gif') no-repeat top left;
				padding-bottom: 20px;
				position: relative;
				
}

.form_footer	{width: 360px; background: url('images/bg_bottom.gif') no-repeat top left; height: 15px; position: absolute; left: 0px; bottom: -14px;}
