.content-left {
	float: left;
	width: 215px;
}

.content-right {
	float: right;
	width: 620px;
}


.prospectus-form-blocker {
	display: none;
	position: fixed;
	_position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000;
	z-index: 998;
}

.prospectus-form {
	display: none;
	position: absolute; /* IE6 */
	left: 50%;
	top: 50%;
	padding: 20px;
	background: #ffffff;
	z-index: 999;
}

.prospectus-form h3 {
	margin-bottom: 20px;
}
