
#loading_image {
	display: none;
	z-index: 9999;
	position: relative;
}
.loading_img {
	position: absolute;
	left: 205px;
	top: 165px;
}
#form-container {
  box-sizing: border-box;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 20px 25px;
}
.form-header {
	margin: 0 0 30px 0;
	padding: 5px 25px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	background: #0e86cd;
	line-height: 1.4em;
}
#form-inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 25px;
}
form {
	margin: 0;
  padding: 0;
}
table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
td {
  padding: 0 0 10px 0;
  vertical-align: top;
}
td.labels {
  text-align: right;
}
td.details {
  padding: 15px 0 10px 0;
}
.note {
  color: #444;
  font-size: 11px;
} 
label {
  box-sizing: border-box;
  display: block;
  float: right;
  width: auto;
  font-size: 12px;
  line-height: 30px;
  color: #0e86cd;
  padding: 8px 10px 0 0;
  text-align: right;
  line-height: 1.4em;
  white-space: nowrap;
}
input[type="text"],
input[type="email"] {
  box-sizing: border-box;
  width: 100%;
	max-width: 300px;
  height: 30px;
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #111;
	border-radius: 5px 5px 5px 5px;
}
select {
  box-sizing: border-box;
  width: 100%;
	max-width: 300px;
  height: 30px;
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #111;
	border-radius: 5px 5px 5px 5px;
}
/* #submit { */
/* 	border: 1px solid #dcdcdc; */
/*   margin: 15px 0 0 0; */
/* 	padding: 5px 10px; */
/* 	border-radius: 5px; */
/* 	color: #777; */
/* 	font-weight: bold; */
/* 	font-size: 16px; */
/* 	cursor: pointer; */
/* 	text-shadow: 0 1px #fff; */
/* 	background: #ffffff; */
/* 	background: -moz-linear-gradient(top,  #ffffff 2%, #ededed 7%, #dcdcdc 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(7%,#ededed), color-stop(100%,#dcdcdc)); */
/* 	background: -webkit-linear-gradient(top,  #ffffff 2%,#ededed 7%,#dcdcdc 100%); */
/* 	background: -o-linear-gradient(top,  #ffffff 2%,#ededed 7%,#dcdcdc 100%); */
/* 	background: -ms-linear-gradient(top,  #ffffff 2%,#ededed 7%,#dcdcdc 100%); */
/* 	background: linear-gradient(to bottom,  #ffffff 2%,#ededed 7%,#dcdcdc 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); */
/* } */
/* #submit:hover { */
/* 	background: #ffffff; */
/* 	background: -moz-linear-gradient(top,  #ffffff 2%, #dcdcdc 7%, #ededed 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(7%,#dcdcdc), color-stop(100%,#ededed)); */
/* 	background: -webkit-linear-gradient(top,  #ffffff 2%,#dcdcdc 7%,#ededed 100%); */
/* 	background: -o-linear-gradient(top,  #ffffff 2%,#dcdcdc 7%,#ededed 100%); */
/* 	background: -ms-linear-gradient(top,  #ffffff 2%,#dcdcdc 7%,#ededed 100%); */
/* 	background: linear-gradient(to bottom,  #ffffff 2%,#dcdcdc 7%,#ededed 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); */
/* } */
div.error {
  display: none;
  padding: 10px 15px;
  margin: 10px;
  color: red;
}
form label.error {
  display: block;
	width: 100%;
	/*line-height: 1.8;*/
	text-align: left;
	cursor: hand;
  color: red;
  font-weight: bold;
}
#result, #message {
	display: none;
	background-color: #dbf8bb;
	padding: 10px;
	margin: 10px 5px;
	color: #00a75a;
}
.validimage {
  margin-left: 185px; margin-top: 30px;
}
.small-unsubscribe-text {
  margin: 0px 0 0 144px;
  font-size: 11px;
}
#unsubscribe-form{margin-top: 15px;}

/* USED FOR HONEYPOT */
#user-enter-data { display: none !important; }

h3.unsubscribe {
	padding:15px;
	color:#fff;
	background-color:#e80303;
	text-align:center;
	border-bottom: 1px solid #e5e5e5;
}
label.unsubscribe {
	float:left;
	color:black;
}
/*# sourceMappingURL=subscribe_form.css.map */