#subscribe_to_post {
  padding: 8px 6px 8px 6px;
  margin: 10px 0px;
  background-color: #FFA3E2;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
}
#subscribe_to_post span {
  display: block;
	margin-bottom: 6px;
  text-transform: uppercase;
	color: #fff;
}
#subscribe_to_post .field-box, #subscribe_to_post p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	color: #fff;
}
#subscribe_to_post .field-box {
	position: relative;
  left: 60px;
	-webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}
#subscribe_to_post div {
	color: #fff;
}
#subscribe_to_post .field-box #subscribe_to_post_email {
	padding: 5px 0px;
  width: 295px;
	border: none;
}
#subscribe_to_post input[type="text"]:focus {
	border: none;
	box-shadow: none;
}
#subscribe_to_post #submit {
  height: 30px;
  text-align: center;
	opacity: 0;
}
.subscr_options .form-item {
	margin-bottom: 10px;
}
.subscr_options .form-item label {
	display: block;
}
.subscr_options .description {
	color: #666;
  font-size: 10px;
  line-height: 14px;
}
.subscr_options #sub-subscribe-submit {
	font-family: Arial;
  background: #0073AA;
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  display: inline-block;
  padding: 4px 10px;
  border: none;
  cursor: pointer;
}
.subscr_options .subscr-box {
	display: none;
}
.subscr_options .subscr-box.active {
	display: block;
}
.subscr-tabs-content {
  background-color: #FFF;
  padding: 14px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.23);
	position: relative;
  z-index: 60;
	overflow: hidden;
}
.subscr-tabs ul {
	margin: 0;
  padding: 0;
  list-style: none;
}
.subscr-tabs ul li {
  display: inline-block;
  background-color: #FFF;
  padding: 7px 13px 7px 20px;
  margin-bottom: 0;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  border-radius: 0px 12px 0px 0px;
	-webkit-border-radius: 0px 12px 0px 0px;
	-moz-border-radius: 0px 12px 0px 0px;
  margin-left: -16px;
  z-index: 10;
  position: relative;
	box-shadow: 5px 0px 12px -5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 5px 0px 12px -5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 5px 0px 12px -5px rgba(0, 0, 0, 0.35);
}
.subscr-tabs ul li.active {
	background-color: #0073AA;
  color: #FFF;
  z-index: 50;
}
.subscr-tabs ul li.active:last-child {
  z-index: 5;
}
.subscr-tabs ul li:first-child {
	margin-left: 0;
	padding-left: 10px;
}
.subscr_options .subscr-box table {
	width: 100%;
	border: none;
}
.subscr_options .subscr-box table thead tr {
  font-family: Arial;
  font-weight: bold;
  background-color: #F9F9F9;
  color: #636363;
}
.subscr_options .subscr-box table thead tr th {
	padding: 3px 10px;
}
.subscr_options .subscr-box table tbody tr td {
	padding: 3px 10px;
  border-bottom: 1px dashed #E8E8E8;
}
.subscr_options .subscr-box table tbody tr td:nth-child(1),
.subscr_options .subscr-box table tbody tr td:nth-child(4),
.subscr_options .subscr-box table tbody tr td:nth-child(5) {
	text-align: center;
}
.subscr_options .subscr-box table tbody tr:last-child td {
	border-bottom: none;
}
.subscr_options .subscr-box table tbody tr:hover {
	background-color: #F9F9F9;
}
.export-link {
	margin-top: 18px;
	float: left;
}
.export-link a {
	font-family: Arial;
  background: #0073AA;
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  display: inline-block;
  padding: 4px 10px;
}
.clear-link {
	margin-top: 18px;
	float: right;
}
.clear-link a {
	font-family: Arial;
  background: #CE6464;
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  display: inline-block;
  padding: 4px 10px;
}
#subscribe_top_form #submit {
	opacity: 0;
	background: url(../images/envelope.png) 0px 0px no-repeat;
	text-indent: -9999px;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  top: 24px;
  right: 8px;
}