html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,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}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
input{margin:-1px -1px -1px 0}
html>body input{margin:0}
*+html>body input{margin:-1px}
p{margin:10px 0}

* {
	font-family: Georgia, "Times New Roman", serif;
}

body {
	background: #f2efe8;
	font-size: 12px;
	text-align: center;
	color: #5e2a15;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
}

a {
	color: #3c3b38;
}

#container {
	width: 652px;
	margin: 32px auto 0;
}

#content {
	margin-top: 40px;
}

#entry-form {
	background: url(/southland/images/background.png) repeat-y top left;
	width: 312px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 88px;
}

#entry-form table {
	margin-top: 24px;
}

#entry-form td {
	padding: 0 5px 12px 0;
}

#entry-form-top {
	background: url(/southland/images/form_top.jpg) no-repeat top left;
	width: 464px;
	height: 136px;
	margin: 42px auto 0;
}

#entry-form-bottom {
	background: url(/southland/images/form_bottom.png) no-repeat top left;
	width: 400px;
	height: 89px;
	margin: 0 auto;
}

#demo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	font-weight: bold;
}

#thanks {
	background: url(/southland/images/background_thanks.jpg) no-repeat top left;
	width: 224px;
	height: 190px;
	text-align: center;
	padding: 120px 88px 0;
	margin: 0 auto;
}

#rules p {
	text-align: left;
	line-height: 1.1em;
}

#form-submit {
	margin: auto;
	padding-top: 10px;
	width: 211px;
	height: 38px;
}

input.text {
	font-size: 12px;
	padding: 1px;
	height: 1em;
	width: 155px;
}

input.radio {
	margin-top: 2px;
	margin-bottom: 2px
}

input.select {
	margin-top: 2px;
	margin-bottom: 2px
}

.state {
	width: 4em;
}

.zip {
	width: 10em;
}

.check {
	height: 2em;
}

.error, #error-box ul {
	color: #ee0077;
}

#error-box {
	border: #000 2px dashed;
	margin: 5px;
	padding: 5px;
}

.centered {
	text-align: center;
}

.rules-text {
	line-height: 1.2em;
	font-size: 11px;
}

.bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right-text {
	float: right;
	width: 205px;
	padding-right: 80px;
}

.fieldname {
	width: 69px;
	overflow: hidden;
}

.clear {
	clear: both;
	height: 15px;
}
