@CHARSET "UTF-8";

@import
	url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700)
	;

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	background-color: #2E373C;
}
#global {
	width: 100%;
	text-align: center;
	padding-top: 200px;
}

#global #unsubscribeBox {
	width: 500px;
	margin: auto;
	background-color: #F6F6F6;
	text-align: center;
}

#global #unsubscribeBox .header {
	background-color: #21C2F8;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#global #unsubscribeBox .header.error {
	background-color: #FF373C;
}
#global #unsubscribeBox .header.confirm {
	background-color: #A0BF38;
}
#global #unsubscribeBox .content {
	color: #3F3E3E;
	font-weight: 300;
	font-size: 16px;
	padding: 10px;
}
#global #unsubscribeBox .recaptchaWrapper {
	display: inline-block;
	margin-bottom: 20px;
}

#global #unsubscribeBox input[type=text] {
	width: 80%;
}

#global #unsubscribeBox input {
	border: 1px solid #6F6F6E;
	font-size: 14px;
	padding: 2px;
}

#global #unsubscribeBox input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset;
	-webkit-text-fill-color: #333;
}

#global #unsubscribeBox input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;
	-webkit-text-fill-color: #333;
}

#global #unsubscribeBox input[type=submit] {
	color: #ffffff;
	font-size: 15px;
	background: #3f3e3e;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
	border: none;
	margin-top: 10px;
}

#global #unsubscribeBox input[type=submit]:hover {
	background: #3cb0fd;
	text-decoration: none;
}

.bold {
	font-weight: 700;
}

