/* =========== Header ========== */
.cardinal_capital_sub_header {
	height: 105px;
	width: 980px;
	position: relative;
}

.cardinal_capital_sub_header_image {
	height: 127px;
	width: 310px;
	position: absolute;
	right: 0;
	bottom: -2px;
	background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{83071ece-63df-4a5e-a4e6-b13836c0f02b}_subheader.png) no-repeat right bottom;
}

/* =========== Typography ========== */
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	line-height: 36px;
}
.quote span {
	display: block;
	font-size: 130px;
	font-style: normal;
	font-weight: bold;
	float: left;
	margin-top: 32px;
	padding-right: 10px;
}

/* =========== Sprites ========== */
.image_success_check {
	height: 160px;
	width: 250px;
	background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{b329c91d-5246-4fc6-8ce2-7a582da31446}_success_check.png) no-repeat;
}

.image_video {
	height: 264px;
	width: 470px;
	display: block;
	background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{d34e3a78-4a8b-415e-b215-4240c367597f}_video.png) no-repeat;
}

.image_download {
	height: 431px;
	width: 370px;
	display: block;
	background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{8b064af7-53b9-4b13-82fe-e968d82e9e90}_download.png) no-repeat;
}

/* =========== Forms ========== */

#success { display: none; }

.inline_fieldset .field_set label { width: 123px; }
.inline_fieldset .field_set label.inline { 
	width: 280px;
	text-align: left;
}

span.value {
	position: absolute;
	color: #b6b6b6;
}

.small_field input[type="text"] { width: 128px !important; }
.lte_ie7 .small_field input { width: 108px !important; }

.checkbox {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.lte_ie7 .checkbox {
	display: inline;
	zoom: 1;
}

.select {
	display: inline-block;
	width: 240px;
}
.lte_ie7 .select {
	display: inline;
	zoom: 1;
}
.select:hover {
	background-image: linear-gradient(bottom, #dfdfdf 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #dfdfdf 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #dfdfdf 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #dfdfdf 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #dfdfdf), color-stop(0.73, #FFF));
}

.select select {
	left: 0;
	cursor: pointer;
}

#submit {
	width: 100%;
	font-size: 24px;
}

/* Validation */
.error { background: url(http://img.en25.com/eloquaimages/clients/Boxnet/{2e6592e9-9128-4148-bc76-74aa07082d40}_error.png) no-repeat 236px center; }
.small_field .error { background-position: 104px center; }

span.error { display: none !important; }
