@charset "utf-8";

/* MAIN TAGS */

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}

html {
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: auto;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFF;
}

div {
	overflow: hidden;
}

#content {
	width: 100%;
	height: auto;
	background-image: url('../images/bg_main.gif');
	background-repeat: repeat-x;
}

/* FORM */

#form {
	width: 600px;
	margin: 0 auto;
}

#form h1, #explanation h2, #explanation h3 {
	display: block;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
	width: 400px;
	margin: 0 0 20px;
}

#form form {
	display: block;
	width: 400px;
	margin: 0 100px;
}

#form p {
	display: block;
	clear: left;
	width: 400px;
	margin: 0 0 20px;
	padding: 10px 0 0 0;
	font-size: 0.8em;
}

#form img.main {
	margin: 20px 0 0 0;
}

#form input {
	display: block;
	width: 190px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding: 0 5px;
	margin: 0 0 10px 0;
	border: 1px solid #666;
	background-image: url('../images/bg_input.gif');
	background-repeat: no-repeat;
	float: right;
	clear: right;
	color: #000;
}

#form input.submit {
	border: none;
	height: 100px;
	width: 300px;
	padding: 0;
	margin: 20px 50px 60px;
	background-image: url('../images/btn_hide_email.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #333;
}

#form input.hidden {
	display: none;
}

#form input.submit:hover {
	background-position: 0 -100px;
}

#form label {
	display: block;
	width: 190px;
	height: 36px;
	color: #CCC;
	margin: 0;
	float: left;
	clear: left;
}

#form label span {
	display: block;
	font-size: 0.7em;
	color: #999;
}

/* RESULTS */

#results {
	width: 358px;
	margin: 0 100px 40px;
	padding: 0 20px 20px;
	background-color: #FFF;
	border: 1px solid #333;
}

#results h2 {
	height: 70px;
	width: 298px;
	background-image: url('../images/header_results.gif');
	text-indent: -9999px;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	left: -20px;
}

#results h3 {
	color: #666;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

#results h3 span {
	color: #333;
	font-size: 0.6em;
	display: block;
	letter-spacing: 0;
}

#results textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 150px;
	width: 346px;
	padding: 5px;
	margin: 0;
	color: #333;
	font-size: 1em;
	overflow: hidden;
	word-wrap: break-word;
	margin: 0 0 10px 0;
	background-color: #EEE;
	border: 1px solid #333;
	overflow: auto;
}

#results p {
	height: auto;
	width: 358px;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1em;
	margin: 0 0 10px 0;
}

/* DIVIDER */

#divider {
	width: 100%;
	height: auto;
	background-image: url('../images/bg_divider.gif');
	background-repeat: repeat-x;
	padding: 0 0 160px 0;
}

/* EXPLANATION */

#explanation {
	text-align: left;
	width: 600px;
	height: auto;
	margin: 0 auto;
}

#explanation h2 {
	color: #666;
	margin: 60px 0 10px;
	width: 600px;
}

#explanation h3 {
	width: 600px;
	color: #666;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 10px 0;
}

#explanation p {
	color: #CCC;
	margin: 0 0 10px 0;
}

#explanation p strong {
	font-weight: normal;
}

#explanation .hr {
	width: auto;
	height: 1px;
	margin: 60px 0 10px 0;
	background-image: url('../images/bg_divider.gif');
	background-repeat: repeat-x;
}

#explanation .copyright {
	line-height: 13px;
	vertical-align: middle;
	float: left;
	overflow: visible;
}

#explanation .link {
	float: right;
	height: 13px;
	width: 62px;
}

#explanation .link a {
	display: block;
	height: 13px;
	width: 62px;
	text-indent: -9999px;
	background-image: url('../images/plusgood.png');
	background-repeat: no-repeat;
}


