html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,font,img,ins,kbd,q,samp,strong,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
input{margin:-1px -1px -1px 0}
html>body input{margin:0}
*+html>body input{margin:-1px}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #e0f0fb;
}

h3 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 5px 0;
}

a:link, a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}

textarea { 
	width: 99%; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	overflow: auto;
}

input[type="radio"] {
	margin: 3px 3px 0 5px;
}

#content {
	margin: 10px auto 0;
	text-align: left;
	width: 768px;
	border: 1px solid #ccc;
	background: #fff url('images/banner.gif') no-repeat top;
}

#form-box {
	margin-top: 125px;
	padding-left: 20px;
	font-size: 12px;
}

#form-table {
	margin-top: 0px;
}

#form-table td {
	padding: 1px 1px 5px 1px;
}

#rules-box {
	margin: 0 auto;
	text-align: left;
	width: 725px;
	border: 1px solid #999;
	padding: 20px;
	background: #fff;
}

#images-sidebar {
	float: right;
	margin-left: 15px;
}

#images-sidebar img {
	margin-bottom: 30px;
}

#demo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	font-weight: bold;
}

#dev {
	background: #ddd;
	border-bottom: 1px solid;
}

#dev span {
	position: absolute;
	right: 10px;
	cursor: pointer;
	background: #ccc;
}

/* FORM */

.state {
	width: 4em;
}

.phone-a {
	width: 3em;
}

.phone-b {
	width: 4em;
}

.error, .error label, #error-box ul {
	color: #f33 !IMPORTANT;
}

#error-box {
	padding: 10px;
	background: #eebb1c;
	border: 1px dashed #000;
	font-size: 14px;
	width: 425px;
	margin-bottom: 25px;
}

/* RULES PAGE */

#rules {
	padding: 1em;
	background: #fff;
}

#rules h1 {
	text-align: center;
}

#rules p {
	margin: 1em 0;
}

/* THANK YOU PAGE */
	
#thanks {
	margin: 0 auto;
	text-align: left;
}

#thanks-text {
	color: #000;
	font-size: 13px;
	text-align: left;
	margin: 0 20px 20px;
}

#thanks-text .congrats {
	margin-top: 15px;
	font-weight: bold;
}
