html
{
	box-sizing:border-box;
}

*,:before,:after
{
	box-sizing:inherit;
}

body
{
	margin:0;
	background:/* Buff background #f6e9d8 */
#fff1e0;
	font-family:sans-serif;
	color:#eee;
	text-align:left;
	padding-top:6px;
	max-width:600px;
	margin:0 auto;
/* use this if you want the buff background padding: 10px; */
}

div
{
	display:inline-block;
}

.qText
{
	color:#333;
	text-align:center;
	display:block;
	max-width:400px;
	font-size:18px;
	margin:0 auto;
}

.qNote
{
	color:#333;
	display:block;
	text-align:left;
	max-width:400px;
	font-size:14px;
}

label
{
	color:#333;
	margin-bottom:-14px;
	display:block;
}

input[type=email]
{
	font-size:16px;
	height:30px;
	line-height:30px;
	padding:5px;
	border:1px solid #ddd;
	border-radius:5px;
	margin:0;
	width:320px;
}

.button > input
{
	font-size:16px;
	font-weight:bold;
/* height: 27px; */
/* line-height: 16px; */
	padding:6px 9px;
/*border:1px solid #eee;*/
	border:0 none;
	background:#6cf;
	color:#fff;
	border-radius:5px;
/* margin: 11px 0 0 0; */
	font-family:sans-serif!important;
	position:relative;
	top:-1px;
	text-align:center;
}