/* the overlayed element */
div.overlay {
	padding: 20px 70px;
	display: none;
}

#overlay ol {
	overflow: hidden;
}

div.overlay#overlay ol h3 {
	font-size: 20px;
	color: #222;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	font-weight: bold;
}

div.overlay#overlay ol h3 span{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #999;
}

div.overlay#overlay ol li.choices {
	float: left;
	width: 330px;
	padding-right: 80px;
}

div.overlay#overlay ol li.choices ul {
	overflow: hidden;
}

div.overlay#overlay ol li.choices ul li {
	float: left;
	width: 165px;
	font-size: 12px;
	margin-bottom: 5px;
	color: #333;
}

div.overlay#overlay ol li.information {
	float: left;
	width: 320px;
	border-left: 2px solid #cecece;
	padding-left: 80px;
}

div.overlay#overlay ol li.information label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
}

div.overlay#overlay ol li.information input {
	width: 304px;
	height: 24px;
	margin-bottom: 12px;
	padding: 3px 8px 0;
	border: 0;
	background: url(/css/images/overlay/input.png) no-repeat 0 0;
	font-size: 12px;
	color: #2c5878;
	text-align: center;
}

div.overlay#overlay ol li.information table td.city {
	width: 202px;
}

div.overlay#overlay ol li.information table td.city input {
	background: url(/css/images/overlay/city.png) no-repeat 0 0;
	width: 202px;
}

div.overlay#overlay ol li.information table td.state {
	width: 36px;
}

div.overlay#overlay ol li.information table td.state input {
	background: url(/css/images/overlay/state.png) no-repeat 0 0;
	width: 20px;
	text-align: left;
}

div.overlay#overlay ol li.information table td.zip {
	width: 66px;
}

div.overlay#overlay ol li.information table td.zip input {
	background: url(/css/images/overlay/zip.png) no-repeat 0 0;
	width: 50px;
}

div.overlay#overlay ol li.information textarea {
	width: 304px;
	height: 72px;
	padding: 8px 8px 0;
	background: url(/css/images/overlay/textarea.png) no-repeat 0 0;
	border: 0;
	font-size: 12px;
	color: #2c5878;
	margin-bottom: 20px;
}

div.overlay#overlay ol li.information div.actions {
	text-align: right;
}

div.overlay#overlay ol li.information button.cancel-request {
	width: 85px;
	height: 24px;
	border: 0;
	background: url(/css/images/overlay/cancel.gif) no-repeat 0 0;
	text-indent: -9000px;
	cursor: pointer;
	margin-right: 10px;
}

div.overlay#overlay ol li.information button.cancel-request:hover {
	background-position: 0 -24px;
}

div.overlay#overlay ol li.information button.cancel-request:active {
	background-position: 0 -48px;
}

div.overlay#overlay ol li.information button.send-request {
	width: 138px;
	height: 24px;
	border: 0;
	background: url(/css/images/overlay/request.gif) no-repeat 0 0;
	text-indent: -9000px;
	cursor: pointer;
}

div.overlay#overlay ol li.information button.send-request:hover {
	background-position: 0 -24px;
}

div.overlay#overlay ol li.information button.send-request:active {
	background-position: 0 -48px;
}