@charset "utf-8";
/* CSS Document */

#middle-left {
	width:962px;
}

/*Styles for the sign up for savings forms*/
.titleCheckout {
	font-size:18px;
	display:block;
	margin-bottom:5px;
	font-family: Verdana,Arial;
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}
#subWrapper {
	background: url(images/subBG.gif) repeat-y #660099;
	width:697px;
	margin:0px auto;
}
#contentColumn {
	width:494px;
	padding:10px;
	float:left;
}
#searchBox {
	background-color:#ccffff;
	height:30px;
/*	width:606px;*/
	width:100%;
	padding:0px;
	text-align:center;
/*	padding-left:45px;*/
}
#searchBox span.sufs {
	float:left;
	font-size:14px;
	color:#cc0000;
	font-weight:bold;
	margin:1px 8px 0 0;
}
#searchBox input.email {
	color:#666666;
	background-color:#f5f5f5;
	border:1px solid #666666;
	font-size:10px;
	width:120px;
	float:left;
	height:18px;
}

h2.green		{ font-size:14px; font-family: Verdana,Arial; color:#cc0000; font-weight:bold}
.clear {
	clear:both;
}


/*Sign up index form*/
.frmLbl {
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	width:120px;
	text-align:right;
	padding-top:5px;
}
.bigRed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#cc0000;
}
.redBold {
	color:#cc0000;
	font-weight:bold;
}
#signUpRightColumn {
	float:right;
	clear:none;
	width:252px;
}
#signUpLeftColumn {
	width:650px;
	float:left;
	clear:none;
}
#signUpWrapper {
	width:915px;
	margin-left:15px;
}
.requiredInput {
	background-color:CC3333;
}