#layover {
	width: 240px;
	bottom:0;
	right:100px;
	position:fixed;
	z-index:10;
	text-align: left;
}

#layover fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#layover #close {
	position: absolute;
	cursor: pointer;
	text-decoration: underline;
	bottom: 30px;
	left: 15px;
	color: #0055A2;
	font-size: 10px;
}

#layover .layover-disclaimer {
	position: absolute;
	cursor: pointer;
	text-decoration: underline;
	bottom: 15px;
	left: 15px;
	color: #0055A2;
	font-size: 10px;
}

.layover .form_item {
	height: 386px;
	background: url(images/_layover-bg.png) no-repeat;
}

.layover .form_item .submit {
	background: url(images/_layover-submit.png) 0px 0px;
}

.layover .form_item .title {
	color: #0055A2;
	text-transform: uppercase;
	font-weight: bold;
}

.layover .form_item .desc {
	color: #0055A2;
	top: 120px;
	font-style: italic;
}

.layover .form_item label {
	color: #0055A2;
}

.layover .form_item form {
	top: 160px;
}

.form_item {
	background: url(images/_sidebar_form_bg.png) no-repeat;
	height: 328px;
	padding: 0px 10px;
	margin-bottom: 20px;
	position: relative;
}

.form_item .submit {
	position: absolute;
	top: 180px;
	right: 12px;
	height: 23px;
	width: 100px;
	border: none;
	cursor: pointer;
}

.form_item .title {
	position: absolute;
	top: 75px;
	left: 95px;
	width: 140px;
	color: #82bd19;
	font-size: 12px;
	line-height: 1.1em;
}

.form_item .desc {
	position: absolute;
	top: 127px;
	left: 95px;
	width: 140px;
	color: #58abd2;
	font-size: 12px;
	line-height: 1.1em;
}

.form_item .loop {
	position: absolute;
	top: 12px;
	left: 20px;
	height: 51px;
	width: 51px;
	background: url(images/sidebar_form_loop.jpg);
}

.form_item form {
	position: absolute;
	top: 140px;
	left: 20px;
}

.form_item label {
	color: #58abd2;
	font-size: 12px;
}

.form_item input {
	width: 200px;
	margin-right: 20px;
	font-size: 10px;
}