﻿/* this misc.css file holds stuff that... well... you know... */
#mc_signup_container {
	margin-bottom: 20px;
}

.toptenitem {
	clear: both;
	margin-bottom: 20px;
}

.toptenitem img {
	margin-right: 15px;
}

.bodysetup {
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #011724;
	font-family: Arial, Verdana;
	font-size: 12pt;
}


#captureForm .container {
	border: 1px solid #000000;
}
#captureForm fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#captureForm .content {
	background-color: #033351; ;
	padding: 20px;
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;;
	color: #e3f4fe;
}

#captureForm .headerBar {
	background-color: #011724; ;
	padding: 20px;
	border-bottom: 0px solid #000000;
	height: 40px;
}

#captureForm .headerText {
	color: #e3f4fe; ;
	font-size: 32px; ;
	font-family: Verdana; ;
	font-weight: bold; ;
	text-align: left;
}
#captureForm p, #captureForm label, #captureForm .formText {
	line-height: 150%; ;
	font-family: Arial; ;
	font-size: 12px; ;
	color: #e3f4fe;
}
#captureForm div.errorText {
	font-size: 12px; ;
	line-height: 150%; ;
	font-weight: bold; ;
	color: #ff8c00; ;
	font-family: Arial; ;
	background-color: #033351; ;
	padding: 5px;
	margin: 3px;
}
#captureForm a:link, #captureForm a:active, #captureForm a:visited, #captureForm a {
	color: #e3f4fe;
}
/* General Form Formatting */
#captureForm #mergeTable {
	width: 100%;
}
#captureForm .required {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#captureForm .formText {
	vertical-align: top;
}
#captureForm .mergeRow td {
	padding: 12px;
	border-top: 1px solid #ccc;
}
#captureForm input, #captureForm textarea, #captureForm select {
	padding: 4px;
}
#captureForm input:focus, #captureForm textarea:focus, #captureForm select:focus {
	background: #ffc;
}
#captureForm .errorText {
	font-weight: bold;
	color: #FF6600;
}
/* FAQ-tastic */
.faq .alt
{
/*background-color: #f5f5f5;*/
background-color: #033351;
padding-top: 4px;
}