/*
	Style:  CSS for genericBanners.html
	Author: Eric Clemmons
*/

h3 {
	background: transparent url(images/bar_blue.png) no-repeat bottom center;
	width: 760px;
	height: 31px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
h3.enabled {
	background-position: top center;
	cursor: pointer;
}

h3 span {
	color: #aaa;
	padding-left: 15px;
	padding-right: 15px;
}
h3.enabled span { color: #ff0; }

div.step {
	padding: 10px;
}
div.step_content {
	position: relative;
	top: -2px;
	margin-left: 10px;
	width: 740px;
	background: #d9e7f2;
	border: 1px solid #ccc;
	border-top: 0px;
	border-bottom-color: #eaeaea;
}
div.step_content.disabled {
	display: none;
}

div.step fieldset {
	border: 0px;
	padding: 0px;
}

fieldset input {
	display: block;
	float: left;
	margin-right: 10px;
	clear: left;
	position: relative;
	top: 0.5em;
}
fieldset label {
	display: block;
	clear: right;
	width: 200px;
	height: 30px;
	padding-left: 30px;
	line-height: 30px;
}

fieldset legend {
	display: none;
	background: #ffd;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #aaa;
}

fieldset #multiple_services_continue {
	clear: both;
	margin-top: 10px;
	display: block;
	width: 105;
	height: 20px;
	background: transparent url(images/continue_small.png) top left no-repeat;
	border: 0px;
	text-indent: -2000px;
	overflow: visible;
	outline: none;
}
	fieldset #multiple_services_continue:hover {
		background-position: 0px -20px;
		outline: none;
	}
	fieldset #multiple_services_continue:active {
		outline: none;
		background-position: 0px -40px;
	}
	
div.step textarea {
	display: block;
	width: 100%;
	height: 200px;
}

div.step h4 {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
}

label.phone { background: transparent url(images/logos/phone.png) left center no-repeat; }
label.cable { background: transparent url(images/logos/television.png) left center no-repeat; }
label.satellite { background: transparent url(images/logos/satellite.png) left center no-repeat; }
label.internet { background: transparent url(images/logos/high_speed_internet.png) left center no-repeat; }
label.newspapers { background: transparent url(images/logos/newspaper_delivery.png) left center no-repeat; }
label.appliances { background: transparent url(images/logos/appliance_rental.png) left center no-repeat; }
