* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	}

body {
	padding: 20px;
	font-family: 'Arvo', sans-serif;
	font-size: 13px;
	line-height: 175%;
	color: #777;
	-webkit-text-size-adjust: none;
	}

a {
	color: #000;
	}

img {
	border: none;
	vertical-align: bottom;
	}

h1 {
	padding: 8px 0 16px;
	font-size: 18px;
	color: #000;
	text-align: center;
	}

footer.close {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
	}

footer.close input {
	min-width: 64px;
	height: 40px;
	padding: 0 16px;
	border: none;
	background-color: #eee;
	-webkit-box-shadow: 0 -8px 16px rgba(0,0,0,.05) inset, 0 -1px 0 rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 -8px 16px rgba(0,0,0,.05) inset, 0 -1px 0 rgba(0,0,0,.1) inset;
	-ms-box-shadow: 0 -8px 16px rgba(0,0,0,.05) inset, 0 -1px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 -8px 16px rgba(0,0,0,.05) inset, 0 -1px 0 rgba(0,0,0,.1) inset;
	font-size: inherit;
	font-weight: bold;
	color: #555
	line-height: 36px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	}