* {margin:0; padding:0;}

body {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background: #fff url(../images/bg.gif) repeat-x;
}
a, a:visited, a:active {
	color: #3e508c;
}
a:hover {
	text-decoration: none;
}
#product {
	padding-top:60px;
}
#container {
	width: 1200px;
	border: 0;
	margin: 0 auto;
}
h1 {
	font: 50px Times, Serif;
	padding-top: 20px;
	color:#202a51;
}
#logo {
	padding-top: 20px;
	padding-right: 70px;
}
#rules {
	width: 700px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border: 4px #cfbd80 solid;
}
.error {
	border: 1px #990000 solid;
	text-align: center;
	color: #990000;
}
.toptitle {
	height: 105px;
	font-size: 16px;
}
.copytext {
	padding: 0 20px 10px 30px;
	font-size: 110%;
}
form {
	background:#fff;
	padding:1em;
	border:1px solid #cfbd80;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:27em;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input[type=text] {
	padding:0.15em;
	width:13em;
	border:1px solid #cfbd80;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#cfbd80;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #cfbd80;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

input[type=checkbox] {
	padding: 0;
	margin: 0;
}
.checkbox2 {
	padding-top: 10px;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}