/** general styles*/
.content {
	margin-bottom: 0;
	font-size: 12px;
	float: left;

}
#footer {
	margin-top:0px;
	font-size: 11px;
}

.hide {
	position: absolute;
	left: -999px;
}

#header {
	font-size: 12px;
}

/** top text*/
.top-text {
	padding:13px 10px 8px 20px;
}

.back-link {
	font-weight: bold;
	float: left;
}

.back-link a {
	background: url(/images/icon-left-arrow.png) 0 .4em no-repeat;
	padding-left:8px;
}

.help-text {
	float: right;
	width: 470px;
	text-align: right;
}

.help-text img {
	float:left;
	padding: 1px 15px 0 0;
	text-align: right;
}

.top-text-container:after,
.module-content:after,
.main-content-footer:after,
.card-thumbnails:after {
	display: block;
	clear: both;
	content: "";
}

/** main content
  *
  */
  
.main-content {
	background: url(/credit-cards/cardbuilder/images/bg-main-content.png) 0 0 repeat-x;
	padding: 25px 0 5px 0;
}

.main-content .content-header {
	padding: 0 20px 18px 20px;
}
	
.main-content .content-header h1 {
	display: inline;
	padding-left: 5px;
	font-size: 30px;
	font-weight: bold;
}

.main-content .content-header h2 {
	display: inline;
	padding-left: 35px;
	font-size: 19px;
	font-weight: normal;
}

.apply {
	float: right;
	margin-top: -7px;
	font-size: 14px;
	color: #576166;
}

.apply img {
	padding-right:7px;
	vertical-align: middle;
}

/**
 * Error message box
 */
.error-box img {
    margin-bottom:15px;
}

.error-box-inner {
    text-align: center;
}

.error-box p.primary { 
    font-size: 1.5em;
    font-weight:bold;
}
 
.error-box p.secondary {
    font-weight:normal;
}

.error-box p {
    margin-bottom:1em;
}

html.in-obtrusive body.in-obtrusive #step-three #flash-module{
	height: 1px;
}

#footer {
	clear: both;
}
