h1 {
	background: url(../images/titles/title_subscription_help_slammed.png) no-repeat;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_about_slammed.png');
}

.note {
	font-weight: bold;
	color: #ff977f;
}

#box_wrap {
	margin-top: 20px;
/*	height: 13.8em;*/
}

#box_wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#box_wrap {
    display: inline-block;
}

html[xmlns] #box_wrap {
    display: block;
}

* html #subscribe,
* html #unsubscribe,
* html #change_info {
	display: inline; /* Need this for the IE6 duplicate characters bug. */
}

#unsubscribe a,
#change_info a {
	margin-left: 10px;
	visibility: hidden;
}

.next_step {
	color: #fdd447;
	font-weight: bold;
	border: 1px solid #fdd447;
	padding: 0 0 2px 4px;
	background: url(../images/black30per_bg_slammed.png);
}

* html .next_step {
	background: #387c9f;
}

/*====================
Subscribe
====================*/

#subscribe_loading {
	visibility: hidden;
}

#subscribe {
	background: #abcb5e url(../images/join_us_bg.gif) no-repeat;
	border: 1px solid #6a8c16;
	width: 286px;
	float: left;
	margin-right: 24px;
	position: relative;
	z-index: 1; /* Need this for IE6 and IE7 so that the response div get's over Jill's Latest Entry div. */
}

/*#subscribe_image {
	position: absolute;
	left: 0;
	top: 0;
}*/

#subscribe_text {
/*	margin: 5px 10px 10px;*/
	margin: 40px 13px 10px;
}

/*#subscribe_text h4 {
	color: #F6D800;
	padding-left: 100px;
	font-size: 1em;
	line-height: 130%;
}

#subscribe_text h4 span {
	font-size: .9em;
	color: #f2f2f2;
}*/

#subscribe form {
	margin-top: 5px;
}

#subscribe input.text,
#subscribe input.text_error {
	width: 165px;
	margin-bottom: 0;
}

.asterisk {
	color: #f2f2f2;
	font-size: 1.3em;
}

#mc_lists {
	border: 1px solid #6a8c16;
	margin: 10px;
	background: url(../images/black30per_bg_slammed.png);
	padding: 2px 4px;
}

* html #mc_lists {
	height: 1%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/green60per_bg_slammed.png');
}

#subscribe #mc_lists a {
	margin-left: 0;
}

#subscribe #mc_lists a:link,
#subscribe #mc_lists a:visited,
#subscribe #mc_lists a:active {
	color: #ff977f;
}

#subscribe #mc_lists a:hover {
	color: #f2f2f2;
}

#subscribe a {
	font-size: .89em;
	margin-left: 12px;
	overflow: hidden;
}

#subscribe a:link,
#subscribe a:visited {
	color: #305288;
}

#subscribe a:hover,
#subscribe a:active {
	color: #E8ECF3;
}

#subscribe span.chevron {
	color: #305288;
}

#response_slot_subscribe,
#response_slot_unsubscribe,
#response_slot_info {
	position: absolute;
	top: 4px;
	left: 23px;
	display: none;
}

/*====================
Unsubscribe
====================*/

#unsubscribe_loading {
	visibility: hidden;
}

#unsubscribe {
	background: #5bbfe9 url(../images/unsubscribe_bg.jpg) no-repeat;
	border: 1px solid #2A4B87;
	width: 286px;
	float: left;
	margin-right: 24px;
	position: relative;
	z-index: 1; /* Need this for IE6 and IE7 so that the response div get's over Jill's Latest Entry div. */
}

#unsubscribe_image {
	position: absolute;
	top: 5px;
	left: 10px;
}

#unsubscribe_text {
	margin-top: 38px;
	padding: 10px;
}

#unsubscribe ol {
	margin-left: 20px;
	padding-left: 0;
}

#unsubscribe table {
	width: 100%;
}

#unsubscribe input.text,
#unsubscribe input.text_error {
	width: 165px;
	margin-bottom: 0;
}

#unsubscribe_lists_td {
/*	display: none;*/
}

#unsubscribe_lists {
	border: 1px solid #2A4B87;
	margin: 10px;
	background: url(../images/black30per_bg_slammed.png);
	padding: 2px 4px;
}

* html #unsubscribe_lists {
	height: 1%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/green60per_bg_slammed.png');
}

/*====================
Change Info
====================*/

#info_loading {
	visibility: hidden;
}

#change_info {
	background: #ff977f url(../images/change_info_bg.jpg) no-repeat;
	border: 1px solid #994d3f;
	width: 286px;
	float: left;
	position: relative;
	z-index: 1; /* Need this for IE6 and IE7 so that the response div get's over Jill's Latest Entry div. */
}

#change_info_image {
	position: absolute;
	top: 5px;
	left: 10px;
}

#change_info_text {
	margin-top: 58px;
	padding: 10px;
}

#change_info ol {
	margin-left: 20px;
	padding-left: 0;
}

#change_info table {
	width: 100%;
}

#change_info input.text,
#change_info input.text_error {
	width: 165px;
	margin-bottom: 0;
}

/*====================
Response Dropdown
====================*/

#response_wrap ul {
	margin: 0 0 0 20px;
	padding: 0;
	color: #fdd447;
}

#response_wrap p.red_separator {
	border-bottom: 1px solid #b33d1f;
	padding-bottom: 7px;
	margin-bottom: 4px;
}

#response_wrap {
	position: absolute;
	width: 240px;
	top: 5px;
/*	left: 23px;*/
	overflow: hidden;
	z-index: 2;
	text-align: left;
}

.response_subscribe {
	left: 100px;
}

.response_unsubscribe {
	left: 300px;
}

.response_info {
	left: 500px;
}

#response_inner {
	position: absolute;
	width: 254px;
	top: 0;
	left: 2px;
}

#response_inner span.chevron {
	color: #fdd447;
}

#response_top {
	width: 236px;
	height: 8px;
	background: url(../images/response_top_slammed.png) no-repeat;
	font-size: 1px; /* Need this for IE6. Need to set font-size to 1px so div height can be set to size smaller than default font size. */
}

* html #response_top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/response_top_slammed.png');
}

#response_middle {
	width: 236px;
	background: url(../images/response_middle_solid_slammed.png) repeat-y;
}

* html #response_middle {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/response_middle_solid_slammed.png');
}

#response_middle_text {
	width: 204px;
	background: url(../images/response_middle_grad.gif) no-repeat;
	margin-left: 6px;
	padding: 5px 10px 0;
	position: relative;
}

#response_bottom {
	width: 236px;
	height: 21px;
	background: url(../images/response_bottom_slammed.png) no-repeat;
}

* html #response_bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/response_bottom_slammed.png');
}

.response_header {
	text-align: center;
	width: 202px;
	margin-bottom: 7px;
}

.error_div {
	color: #FDE9A3;
	margin: 10px;
	padding: 5px 0;
	font-size: bold;
	border-top: 1px solid #e35633;
	border-bottom: 1px solid #e35633;
}

#response_inner a {
	margin-left: 0;
	font-size: 1em;
}

#response_inner a.close_window {
	text-transform: uppercase;
	font-size: 0.8em;
}

#response_inner a:link,
#response_inner a:visited,
#response_inner a:active {
	color: #fdd447;
	font-weight: bold;
}

#response_inner a:hover {
	color: #ff977f;
	font-weight: bold;
}

.ph_yellow {
	background: url('../images/yellow25per_bg_slammed.png');
	border: 1px solid #fdd447;
}

* html .ph_yellow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/yellow25per_bg_slammed.png');
}

.ph_red {
	background: url('../images/red35per_bg_slammed.png');
	border: 1px solid #e35633;
}

* html .ph_red {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/red35per_bg_slammed.png');
}

.ph_blue {
	background: url('../images/blue60per_bg_slammed.png');
	border: 1px solid #163160;
}

* html .ph_blue {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/blue60per_bg_slammed.png');
}
