@charset "UTF-8";
/* CSS Document */

/* Initital/Default State */
.banner_container {
	background: url(../img/bottom_banner1.jpg) no-repeat 0 0;
	position: relative;
	width: 962px;
	height: 95px;
	margin: 2px auto 22px auto;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-align: left;
}
.banner_container.step_2 {
	background: url(../img/bottom_banner2.jpg) no-repeat 0 0;
	height: 180px;
}
#message {
	position: absolute;
	left: 434px;
	top: 26px;
}
#message_2 {
	position: absolute;
	left: 233px;
	top: 47px;
}
#primary {
	position: absolute;
	left: 396px;
	top: 49px;
}
.banner_container.step_2 #primary {
	top: 71px;
}
#secondary {
	position: absolute;
	left: 324px;
	top: 72px;
}
.banner_container.step_2 #secondary {
	top: 93px;
}
#only_at_bfc {
	background: transparent url(../img/bfc_banner/only_at_bfc.png) no-repeat;
	_behavior: url(/templates/js/iepngfix.htc);
	text-indent:-999px;
	width: 137px;
	height: 0;
	padding-top: 96px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
#receive_coupon {
	background: transparent url(../img/bfc_banner/receive_coupon.gif) no-repeat;
	width: 456px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
#join_club {
	background: transparent url(../img/bfc_banner/join_club.gif) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding-top: 12px;
	width: 105px;
}
#join_share {
	background: transparent url(../img/bfc_banner/join_share.gif) no-repeat;
	width: 417px;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 2px;
}
/* Form Styles */
.banner_container label {
	color: #fff;
	display: inline-block;
}
.form .col_a {
	width: 117px;
	text-align: right;
}
.form .col_a label {
	margin-right: 6px;
}
.form .col_b {
	width: 141px;
}
.form .col_c {
	width: 135px;
}
.form .col_d {
	width: 55px;
}
#secondary .col_a {
	width: 322px;
	padding-right: 8px;
}
.banner_container input.text {
	width: 128px;
}
.btn {
	height: 26px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
#submit_name,
#submit_email {
	background: transparent url(../img/bfc_banner/btn_go.png) no-repeat;
	_background: transparent url(../img/bfc_banner/btn_go.gif) no-repeat;
	width: 41px;
	display: block;
	margin-bottom: -9px;
}
#message.add_margin {
	margin-bottom: 5px;
}
#secondary label {
	font-size: 12px;
	font-weight: bold;
}
#banner_close {
	display: block;
	background: transparent url(../img/bfc_banner/close.gif) no-repeat;
	width: 53px;
	height: 0;
	padding-top: 13px;
	overflow: hidden;
	position:absolute;
	right:18px;
	top:18px;
}
#confirmation {
	background: transparent url(../img/bfc_banner/confirmation.gif) no-repeat;
	width: 256px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
}
#errorMessage {
	font-size: 12px;
	font-weight: bold;
	color: red;
}