/* CSS For WINI Sweepstakes */
/* Coded by Portent Interactive */
/* www.portentinteractive.com */

/* Housecleaning */
html, body, form, h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* General Rules */
body {
	text-align: center;
	background-image: url(img/bg-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body#thanks {
	background-image: none;
}

h1 {
	font-size: 24px;
	padding-bottom: 10px;
}

h2 {
	font-size: 20px;
	padding-bottom: 8px;
}

h2.winner {
	padding-top: 15px;
}

h3 {
	font-size: 18px;
	padding-bottom: 5px;
}

p {
	padding: 0 0 20px 0;
	line-height: 20px;
}

ul {
	padding: 0 0 8px 40px;
	line-height: 20px;
	list-style: none;
}

ul li {
	padding-left: 17px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom: 12px;
	display: inline-block;
}

ol {
	margin: 0;
	padding: 0 0 8px 40px;
	line-height: 20px;	
}

a {
	text-decoration: underline;
	color: #5a9302;
}

a:hover {
	color: #4a4a4a;
}


div.clear {
	clear: both;
}

/* Structural rules */
#wrap {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#left-content {
	width: 420px;
	position: relative;
	left: 10px;
	float: left;
}

#right-content {
	width: 190px;
	position: relative;
	left: 40px;
	float: left;
	text-align: center;
}

#thanks-content {
	padding: 0 10px;
}

/* Header Rules */
#header {
	padding-bottom: 25px;
	display: block;
	width: 650px;
	height: 100px;
}

#header img {
	display: block;
}


/* Left Content Rules */
h2.fillform {
	padding-top: 35px;
}

p.reqd {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a9302;
	font-style: italic;
	font-size: 16px;
}

#gogreen08 label {
	font-size: 16px;
	font-weight: bold;
	color: #4a4a4a;
	display: block;
	padding-bottom: 3px;
}

#gogreen08 input.textin, #gogreen08 select.textin, #gogreen08 input.city, #gogreen08 input.state, #gogreen08 input.zip, #gogreen08 input.phone {
	height: 20px;
	border: 1px solid #999;
	width: 196px;
	padding: 4px 2px 1px 2px;
	font-size: 14px;
	color: #4a4a4a;
	font-family: Arial, sans-serif;
}

#gogreen08 select.textin {
	height: 25px;
	width: 200px;
	padding: 2px;
}

#gogreen08 input.city {
	width: 132px;
}

#gogreen08 input.state {
	width: 46px;
}

#gogreen08 input.zip {
	width: 64px;
}

#gogreen08 input.phone {
	width: 114px;
}

#gogreen08 table td {
	padding-right: 14px;
	padding-bottom: 20px;
}

#gogreen08 table td.rightmost {
	padding-right: 0;
}

#gogreen08 input.check {
	float: left;
}

#gogreen08 p.check {
	float: left;
	padding-left: 10px;
	width: 380px;
}

#gogreen08 p.check strong {
	color: #5a9302;
}

#gogreen08 #btn-sbmt {
	width: 182px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p.copyright {
	color: #999;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	padding: 17px 0;
}

#rules {
	font-size: 10px;
	color: #999;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 10px;
}

/* Right Content Rules */
#right-content img {
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* Thanks Content Rules */
#thanks-content strong {
	color: #5a9302;
}

#thanks-content em {
	color: #5a9302;
}
