@charset "UTF-8";
#leadGenFormCover{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-color: #000;
	z-index: 98;
	display: none;
}
#leadGenFormContainer{
	margin: 0 auto;
	width: 400px;
	background-color: #FFF;
	display: none;
	padding: 20px;
	border: 5px double #000;
}
#leadGenFormOverlayClose{
	position: absolute;
	top: 5px;
	right: 5px;
	clear: both;
	display: block;
	text-align: right;
	margin: 5px;
	cursor: pointer;
}
#leadGenFormContainer .formFooter{
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
#leadGenFormContainer .sendButton{
	float: right;
}

#leadGenFormContainer .formMessage{
	width: 80%;
}

#leadGenFormContainer .formContainer{
	margin-top: 5px;
}
#leadGenFormContainer .formContainer .sideTitle {
	width: auto;
}
