html,body,div,h1,p {
	margin: 0 ; padding: 0;
}

html {
	background-color: #ccc;
}

a, a:visited {color: #000; text-decoration: underline;}
a:hover {color: #333; text-decoration: none;}
a:active {color: #888; text-decoration: none;}

.visuallyhidden {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	float: left;
}

#wrap {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(100,100,100,.2);
	max-width: 800px;
	margin: 30px auto 0 auto;
	padding: 60px 10px 90px 10px;
	border-radius: 5px;
}

#logo_wrap {
	width: 100%;
	max-width: 601px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#logo_wrap sup {
	position: absolute;
	right: 5px;
	top: 16px;
}

.sub {
	width: 90%;
	max-width: 555px;
	margin: 0 auto;
	padding: 0;
}

.screenreader_only {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; /* added line */
	width: 1px;
}

h1 {
	width: 100%;
	max-width: 601px;
	padding: 20.79867% 0 0;
	text-indent: -20000px;
	overflow: none;
	background: url('/images/logos/reviewmaker.jpg') top center no-repeat;
	background-size: 100% auto;
	margin: 0 auto 20px;
}

p {
	margin-bottom: 20px;
	font-family: "helvetica neue", helvetica, 'sans serif';
	font-weight: 200;
	font-size: 1.0em;
}

p.description {
	background-color: #f0f0f0;
	color: #444;
	padding: 30px;
	border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
}

p.description strong {
	color: #222;
}

.reaper_icon.next:before, .reaper_icon.next span.ie_icon {
	background-position: -204px -261px;
}

.reaper_icon.email:before, .reaper_icon.email span.ie_icon {
	background-position: -112px 0;
}

.reaper_icon:before {
	background: url('/images/16px_reaperUI_v3.gif') no-repeat scroll 16px 16px transparent;
	content: " ";
	display: inline;
	float: left;
	height: 16px;
	left: 0;
	margin: 0 8px 0 2px;
	padding: 0;
	position: relative;
	top: 1px;
	width: 16px;
}

.reaper_icon {
	position: relative;
}

.reaper_button {
	font-family: "helvetica", arial, 'sans serif';
	-moz-box-sizing: content-box;
	-moz-user-select: none;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	display: inline-block;
	font-size: .8em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
}

.reaper_button:hover { color: #666; border-color: #aaa; }
.reaper_button:active {
	border-top: 1px solid #777;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #777;

	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #efefef 0%,#eee 100%); /* W3C */

	color: #555;

	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.reaper_button:focus { /* background-color: #f0f0f0; */ outline: none;}
.reaper_button img { margin: 0pt 0pt -4px 5px; }

.right {
	float: right;
}

footer p {
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
	color: #888;
}
