html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #6b6b6b;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	-moz-background-size: 100%;
	
	text-align: center;
	
	font: 1em "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
	width: 580px;
	margin: auto;
	width: 580px;
	margin: 2em auto;
	padding: 1em;
	background: #fff;
	text-align: center;
	line-height: 1.5em;
}

form#mc-embedded-subscribe-form {
	width: 580px;
	margin: 2em auto;
	padding: 1em;
	background: #fff;
	text-align: center;
	line-height: 1.5em;

}

input {
	font: 1em "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 300px;
	padding: .5em;
	margin: .5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	outline: 0;
}

input.btn {
	width: auto;
	background: #ccc;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}

input.btn:hover {
	background: #5cb6e5;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #5cb6e5;
}

h1 {
	margin:1em 0;
	padding:1em 0;
	background: url('transparency.png');
	text-align: center;

}

img {
	border: 0;
}

#mce-responses {
	clear: both !important;
	width: 350px;
	margin: 1em auto;
	text-align: center ;
}

.mce_inline_error {
	float: none !important;
	display: block !important;
	clear: both !important;
	border: 2px solid red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 1em "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: red !important;
	padding: .5em !important;
	width: 350px !important;
	margin: auto !important;

}

.mc_custom_error_style {
	width: 300px;
	margin: auto !important;
	
}



#mce-success-response {
	color: green;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: .5em;
	border: 2px solid green;
}


.error {
	color: red;
}