/*
  UNSUBSCRIBE.CSS
  (c) HAPPYneuron 2015
*/





#content{
	padding-left: 55px;
	padding-right: 20px;
}
.table, #success{
	width: 450px; 
	margin: 15px auto 30px auto; 
	padding: 10px 0px 10px 10px; 
	border: 1px solid #C2C2C2;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: #F5F5F5;
}

.table .feedback{ 
	font-style:italic; 
	color: red; 
	text-align: center;
	padding-bottom: 15px;
}

.table hr{ 
	border: 0px; 
	border-top: 1px solid #C2C2C2;
	margin: 10px 10px 10px 10px;
}
	
.table .col label{ padding-right: 15px; }
.table .col input{ width: 300px; }

.table .boxRow{ margin-top: 5px; }
.table .boxRow input{ margin-right: 5px; }

.table .btn{ 
	margin-top: 25px; 
	text-align: center;
}

.table button
{
	background: #FF0046;
	color: white;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	width: 82px;
	height: 26px;
	border: 0;
	font-size: 16px;
} 
.table button:hover{ background-position: 0px -26px; }



.choices{ display: table; }
.choices .boxRow{ display: table-row; }
.choices .colBox, .choices .col{ display: table-cell; }



/*# sourceMappingURL=_maps/unsubscribe.css.map */
