
/* ---------------------------- [ RESET ] -----------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none; }
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after { content: ''; }
abbr,acronym { border: 0; }

body {
  background: #dbd4ba none repeat scroll 0%;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #444;
  text-align: center;
}

body div { text-align: left }

#content { 
  border: 1px solid #444;
  background-color: #fff;
  width: 790px;
  font-size: 12px;
  padding: 15px;
  margin: 20px auto;
  overflow: hidden;
  height: 1%;
}

html>body #content { height: auto }

h1 { 
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
	color: #444;
}
h2 { 
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}

#content img.promo { 
	float: left; 
	margin-right: 15px;
	border: 1px solid #78270a;
} 

div.promo { float: left; clear: right; }
.promo p { margin-bottom: 10px }
.promo .offer, .promo .thank_you { font-size: 12px; line-height: 14px; }
.promo ul { list-style: disc inside;
}
.contest { clear: both; float: left; width: 780px; margin-top: 25px;display:inline;}
html>body .contest { display:block}
.instructions {float: left; width: 330px }
.instructions input.text, #address { 
  margin: 10px 0; 
  width: 200px;
  border: 1px solid #000;
  padding: 3px;
}

#address {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.instructions input#submit { 
  border: 0;
  padding: 0;
  width: 112px;
  height: 35px;
}
.helptext { font-size: 10px }
.hidden * { visibility: hidden }

.widget {float: left; width: 250px; margin-left: 125px; }
.widget object { float: left; width: 250px; }

.center { text-align: center }
.step_one, .step_two, .step_three, .error {
  float: right;
  width: 270px;
  font-size: 12px;
  margin-right: 20px;
}
.step_two label { 
	font-size: 9px;
	margin-left: 4px;
}
.widget textarea {
  margin-top: 8px; 
  background-color: #FFF7E3;
  border: 1px solid #CCCCCC;
  font-size: 9px;
  height: 150px;
  overflow: auto;
  padding: 6px;
  width: 236px;
}

.step_two { margin-top: 15px }
.error { 
  font-weight: bold; 
  color: #ff7c00;
}

#content img { margin: 0 auto }

#fine_print {
  font-size: 9px;
  text-align: justify;
  float: left;
  margin-top: 50px;
  clear: both;
  width: 785px
}
