#ultbar {
	position: fixed;
	background-color: #79121A;
	height: 108px;
	width: 100% !important;
	font: 13px/150% Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #fff !important;
	left: 0;
	bottom: -105px;
	z-index: 100 !important;
}
#ultbar strong,
#ultbar h2 {
	font-weight: bold;
}
#ultbar > div {
	position: relative;
	height: 100% !important;
	width: 934px;
	margin: 0 auto;
	background: url(/assets/images/ultimate_bar/background.png) no-repeat center 0;
}
#ultbar h1#ultbar-tab {
	float: right;
	height: 32px;
	width: 183px;
	font-size: 15px;
	font-weight: bold !important;
	text-align: center;
	text-transform: uppercase;
	margin: -32px 0 0 0;
	overflow: hidden;
}
#ultbar h1#ultbar-tab a {
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	text-indent: -999em;
	background: #0E4165 url(/assets/images/ultimate_bar/sign_up_here.png);
}
#ultbar h2 {
	height: auto;
	font-size: 18px !important;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 0;
	text-indent: -999em;
}
#ult-promo p {
	text-indent: -999em;
}
#ultbar form {
	float: right;
	position: relative;
	width: 465px;
	margin-top: 13px;
}
#ultbar form select {
	padding: 2px;
}
#ultbar form p {
	float: left;
	position: relative;
	width: 270px;
	height: auto;
	margin: 0 0 11px 0;
	padding-right: 5px;
}
#ultbar form label {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	width: 44%;
}
#ultbar form input[type="text"],
#ultbar form select {
	width: 55%;
}
#ultbar form p#ult-submit {
	position: absolute;
	right: 0;
	top: 62px;
	width: 177px;
}
#ultbar form input[type="text"],
#ultbar form select {
	float: right;
	padding: 3px;
	width: 150px;
	border: 1px solid #CCC;
	background-color: #efefef;
}
#ult-close-btn,
#ult-hide-btn {
	position: absolute;
	top: 36px;
	right: 37px;
	height: auto;
	width: 146px;
	margin: 0 !important;
	font-size: 13px;
	font-style: normal;
}
#ult-hide-btn {
	top: 18px;
}
#ult-close-btn a,
#ult-hide-btn a {
	height: auto;
	width: auto;
	padding-left: 18px;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
	background: url(/assets/images/ultimate_bar/btn_x.png) no-repeat center left;
}
#ult-nelson {
	float: left;
	margin: 0 5px 0 0;
}
#ult-promo {
	float: left;
	height: auto;
	width: 462px !important;
}
#ult-promo * {
	line-height: 120%;
}
#ultbar .required + label {
	position: absolute;
	font-size: 12px;
	font-weight: bold !important;
	font-style: italic;
	width: 2px;
	color: #FF0;
	top: 2px;
	right: 0;
	padding: 0;
}
@media only screen and (max-device-width: 480px) {
	#ultbar {
		display: none !important;
		visibility: hidden !important;
	}
}
@media handheld {
	#ultbar {
		visibility: hidden !important;
	}
}