#subscribeWarning {
	width: 1px;
	position: absolute;
	left: 5px;
	z-index: 100;
	top: -1000px;
}
#swButton,
#swText {
	background-color: #f79d3a;
}
#swText {
	box-shadow: 0 0 10px #fff;
	border-radius: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 15px;
	width: 730px;
}
#swText div {
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
}
#subscribeWarningHide {
	text-decoration: none;
	color: #1E67AD;
	border-bottom: 1px dashed #1E67AD;
	margin-right: 15px;
}
#subscribeWarningClose {
	text-decoration: none;
	color: #525252;
	border-bottom: 1px dashed #525252;
}

#swButton {
	cursor: pointer;
	border-radius: 0 0 5px 5px;
	padding: 2px 3px 3px 3px;
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#swButton img {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}