#formoverlay{ visibility: hidden;  position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#formoverlay a img{ border: none; }
#formoverlay-content { display: none; position: relative;}

#outerContainer{ position: relative;  width: 524px; height: 530px; margin: 0 auto; 
}
#outerContainer .top {
	height: 31px;
	background: transparent url(../images/formoverlay_top.gif);
}
#outerContainer .middle {
	background-color: #3c3e3b; 
	padding-top: 18px;
}
#outerContainer .bottom {
	clear: both;
	height: 5px;
	background: transparent url(../images/formoverlay_bottom.gif) no-repeat top left;
}
#contentContainer{ position: relative; margin: 0px 45px 0px 45px; text-align: left;}
#contentContainer h2 { margin-top: 0px; }
#contentContainer h3 { font-size: 13px; margin-bottom: 25px;}
#contentContainer p { margin: 10px 0; }
#contentContainer strong { color: #fff; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#formoverlay-content table {
	margin-left: 21px;
	margin-top: 20px;
}
#formoverlay-content table tr td {
	padding-bottom: 5px;
}
#formoverlay-content .form_line_btn {
	width: 380px;
}
#formoverlay-content ul {
	padding:40px 0;
}

#formoverlay-content ul li {
	list-style: none;
	float: left;

}
#formoverlay-content ul li.last {
		float: right;
	}
#formoverlay-content ul li a {
color:#EA7522;
font-weight:bold;
}

#formOverlayClose {
	position: absolute;
	right: 45px;
	text-align: right;
	top: 18px;
	width: 100px;
color:#C1C1C1;
font-size:10px;
font-weight:bold;
	
}

#formOverlayClose:hover {
	color: #fff;
}
