#actions {
	float: right;
	clear: right;
	overflow: hidden;
}


#promotional {
	float: left;
	clear: left;
	overflow: hidden;
}

#promo_wrapper {
	width: 759px;
	overflow: hidden;
	margin-left:5px;

#landnextstepslabel {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	padding: 3px 8px 3px 18px;
	height:23px;
}

#landnextsteps {
	font-size: 11px;
	color: #aa0000;
	font-weight: bold;
	padding: 3px 8px 3px 18px;

}


#fulfillmenttable {
	margin: 8px 0px 8px 0px;
}

.fulfillment {
	padding: 8px;
	border: 1px solid #FFFFFF;
	background-color: #FFB400;
	vertical-align: top;
	border-collapse: collapse;
}

.fulfillmenttitle {
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}

.fulfilled {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	vertical-align: top;
	border-collapse: collapse;
}

/* Form Handling */

#form {
	position: relative;
}

.formcta {
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-top: 18px;
}

.formtable {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
}

.errortext {
	font-size: 11px;
	line-height: 12px;
	color: #0047b6;
	text-indent: -12px;
	margin: 6px 0px 12px 12px; 
}

.formcelllabel {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	text-align: right;
	padding: 3px 6px 3px 6px; 
	border-bottom: 1px solid #DDDDDD;
	width: 150px;
	height: 30px;
}

.formcellfield {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	padding: 3px 6px 3px 6px; 
	border-bottom: 1px solid #DDDDDD;
	height: 30px;
}

.formcelllabelerror {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: right;
	background-color: #CC0000;
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid #DDDDDD;
	width: 150px;
	height: 30px;
}

.formcellfielderror {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 3px 6px 3px 6px; 
	border-bottom: 1px solid #DDDDDD;
	height: 30px;
}

.formblank {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	padding: 3px 6px 3px 6px;
}

.formblankerror {
	background-color: #CC0000;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 3px 6px 3px 6px; 
}
