body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 14px;
	margin: 0px;
}
.header {
	height: 50px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #839893;
}

.pageCrumb {
	background: url(/images/bg-breadcrumb2.gif) repeat top;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

.innerwrapper {
	width: 950px;
	margin: 0px auto;
}

.wrapper {
	width: 950px;
	margin: 0px auto 25px auto;
	overflow: visible;
}

.promo {
	text-align: center;
}
.promo h1 {
	font-size: 46px;
	font-weight: normal;
	margin: 0px;
	color: #FFF;
}
.promo h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	color: #ADB8B5;
}
.plancontainer {
	margin-left: 10px;
}
.plan {
	float: left;
	margin-top: 20px;
	width: 160px;
	height: 200px;
	padding: 10px;
	border-right: 2px solid #000;
	text-align: center;
	background-color: #F0F0F0;
}

.popular {
	margin-top: 0px;
	width: 180px;
	height: 240px;
	background-color: #E3EBF4;
	font-weight: bold;
}

.popular_header {
	margin: -10px -10px 10px -10px;
	background-color: #69C;
	padding: 7px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.plan h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	color: #000;
}

.popular h1 {
	font-weight: bold;
}

.plan h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #69C;
	margin: 0px 0px 10px 0px;
}
.plan ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none outside none;
}

.popular ul {
	margin: 0px 0px 30px 0px;
}

.plan li {
	font-size: 18px;
}
.signup {
	padding: 7px 15px;
	background-color: #69C;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.clear {
	clear: both;
}
.freeaccount {
	font-size: 14px;
	color: #ADB8B5;
	margin: 7px 0px 0px 45px;
}
.freeaccount a { color: #ADB8B5; }
.separator {
	width: 100%;
	font-size: 18px;
	padding: 20px 0px;
	border-top: 1px solid #839893;
	border-bottom: 1px solid #839893;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #839893;
}
.separator strong { 
	font-weight: normal;
	color: #FFF;
}
.separator a {color: #839893; font-size: 18px;}
.questions {
	margin-top: 20px;
	padding: 20px;
	background-color: #1A1A1A;
	color: #ADB8B5;
}
.leftcol {
	width: 445px;
	float: left;
}
.rightcol {
	width: 445px;
	float: right;
	margin-left: 20px;
}
.fullcol {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #777;
	padding-top: 15px;
}
.post {
	margin: 0px 0px 28px 0px;
}
.post h3 {
	margin: 0px 0px 12px 0px;
	color: #69C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
}
.post p {
	font-size: 14px;
	margin: 0px 0px 11px 0px;
	line-height: 24px;
}
.post a { color: #ADB8B5; }

.listHighlight {
	color: #000;
	background-color: #FF0;
	padding: 2px;
}

/* flash */

.flash_notice {
	padding: 3px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11pt;
	background-color: #FFC;
	border-top: 1px solid #CFB52B;
	border-bottom: 1px solid #CFB52B;
}
.flash_message {
	padding: 3px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11pt;
	background-color: #D8FFD8;
	border-top: 1px solid #5F965D;
	border-bottom: 1px solid #5F965D;
}
.flash_warning {
	padding: 3px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11pt;
	background-color: #FFE0E0;
	border-top: 1px solid #C24444;
	border-bottom: 1px solid #C24444;
}

/* page errors */

.fieldWithErrors {
  padding: 2px;
  background-color: #c00;
  display: inline;
}
#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #fff;
}
#errorExplanation h2 {
  text-align: left;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  margin: -7px -7px 0px -7px;
  background-color: #c00;
  color: #fff;

}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  list-style: square;
}

/* content styles */

.signupRight {
	padding: 20px;
	float: right;
	width: 320px;
	display: block;
}

.signupLeft {
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 550px;
	font-size: 12px;
	line-height: 1.5em;
	overflow: visible;
}

.signupLeft legend {
	font-weight: normal;
}

.signupLeft h2 {
	display: block;
	margin: 25px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}

.signupLeft h3 {
	display: block;
	margin: 15px 0px;
	font-size: 12px;
	font-weight: normal;
}

.signupHeader {
	margin: -21px -20px 0px -20px;
	padding: 20px 20px;
	font-size: 18px;
	font-style: Arial;
}

.contact_sidebar {
	width: 320px;
	float: right;
	position: relative;
	margin-right: -360px;
	margin-left: 40px;
	margin-top: 0px;
}

.contact_block {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px;
	padding: 10px 0px;
	line-height: 1.5em;
	font-size: 14px;
	text-align: center;
	color: #5B5B5B;
}

.contact_block a {color: #5B5B5B;}

.contact_block hr {
	border: 0;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
	margin: 10px 0px;
}

.contact_block strong {
	color: #000;
}

.billing_sidebar {
	width: 320px;
	float: right;
	position: relative;
	margin-right: -360px;
	margin-left: 40px;
	margin-top: 20px;
}

/* plan signup styles */

.planHeader {
	background-color: #E3EBF4;
	border-top: 1px solid #5482AF;
	border-bottom: 1px solid #5482AF;
	color: #5482AF;
}

.signupPlan {
	padding: 20px;
	overflow: visible;
}

.signupPlan h2 {
	color: #5482AF;
}

.signupPlan h3 {
	color: #5482AF;
}

.signupPlanDetails {
	background-color: #E3EBF4;
	border-top: 1px solid #5482AF;
	border-bottom: 1px solid #5482AF;
	margin: 20px -20px;
	padding: 10px 20px;
	border-right: none;
	border-left: none;
}

/* package signup styles */

.packageHeader {
	background-color: #FCC;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	color: #900;
}

.signupPackage {
	padding: 20px;
	overflow: visible;
}

.signupPackage h2 {
	color: #900;
}

.signupPackage h3 {
	color: #900;
}

.signupPackageDetails {
	background-color: #FCC;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	margin: 20px -20px;
	padding: 10px 20px;
	border-right: none;
	border-left: none;
}

.signupPackage legend {
	color: #900;
}


/* form styles */

.formHeader {
	background: url(/images/action-bg.gif) repeat top;
	border: 1px solid #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px;
	color: #333333;
}
.formHeader a { color: #777; font-size: 11px; text-decoration: none;}
.formHeader a:hover { text-decoration: underline; }
.formBlock {
	width: 100%;
}
.formBlock th {
	width: 120px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px;
}
.formBlock th sup {
	color: red;
}
.formBlock td {
	padding: 5px;
}

.optionBlock {
	width: 100%;
}
.optionBlock th {
	background-color: #E9E9E9;
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding: 5px;
}
.optionBlock td {
	background-color: #F1F1F1;
	padding: 5px;
}

.formDescription {
	color: #666666;
	font-style: italic;
	font-size: 10px;
}

/* footer */
#footer {
	min-width:950px;
	width:100%;
	margin:-40px 0 0;
	position:relative;
	background:url(/images/signup/footer-bg.gif) repeat-x;
}
#footer p {
	margin:0 0 20px;
	color:#7b8e8a;
	width:100%;
	font-size:12px;
	float:left;
}
#footer .holder {
	margin:0 auto;
	width:930px;
	padding:57px 0 0;
}
#footer .holder h3 {
	margin:0 0 20px;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
}
#footer .holder h3 span {
	font-size:9px;
	color:#fff;
}
.banners {
	height:84px;
	padding:0 0 18px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.banners li {
	display:inline;
	height:84px;
	padding:0 33px 0 0;
}
.banners li.last {padding:0;}
.banners img {
	vertical-align:middle;
}

.footer-links {
	overflow:hidden;
	width:100%;
	margin:0 0 26px;
	white-space:nowrap;
	font-size:12px;
}
.footer-links h4 {
	margin:0 0 4px;
	font-weight:100;
	color:#fff;
	font-size:12px;
}
.footer-links div {
	float:left;
	padding:0 23px 0 0;
}
.footer-links div.last {padding:0;}
.footer-links ul {
	padding:0;
	margin:0;
	list-style:none;
}
.footer-links ul li {padding:0 0 4px;} 
.footer-links ul a,
#footer p a {
	color:#7b8e8a;
	text-decoration: none;
}
#footer p a {text-decoration:underline;}
#footer p a:hover {text-decoration:none;}
