/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,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,small,strike,strong,sub,sup,tt,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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 
	Clear fix
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body { 
	font:normal 11px/14px Helvetica, Arial, Verdana, sans-serif;
	color:#000; 
	background:#000; 
}

#container {
	position:relative;
	margin:0 auto;
	width:656px;
	background:#000 url(../img/bg-container.jpg) no-repeat center top; 
}

#content {
	background:#fff url(../img/bg-content.jpg) no-repeat bottom left;
	width:555px;
	padding:0 0 100px 80px;
}
#content .right {
float:left;
width:180px;
padding:0 40px 0 0;	
}
#content .left {
	float:left;
	width:280px;
	margin-right:35px;
}
.oregon_lottery {
	position:absolute;
	bottom:120px;
	right:138px;
	display:block;
}

.ie6 .oregon_lottery {
	right:60px;
}

#scratch-its {
	position:relative;
	left:-20px;
}

.description {
	margin-bottom:8px;
}

label {
	display:block;
}

input.text { 
	font:normal 16px/18px Helvetica, Arial, Verdana, sans-serif;
	width:270px;
	margin-bottom:10px;
}

input.zip { 
	font:normal 16px/18px Helvetica, Arial, Verdana, sans-serif;
	width:100px;
	margin-bottom:10px;
}

.first_name,.last_name { float:left; margin-right:20px; }

.first_name input,.last_name input {
	font:normal 16px/18px Helvetica, Arial, Verdana, sans-serif;
	margin-bottom:10px; 
	width:162px;
}

.phone_1 {
	clear:both;
	float:left;
	width:25px;
	margin:0 4px 0 0;
}

.phone_2 {
	float:left;
	width:25px;
	margin:0 4px 0;
}

.phone_3 {
	float:left;
	width:32px;
	margin:0 0 0 4px;
}

span.dash {
	float:left;
	margin-top:4px;
}

em {
	font:italic 9px/18px Helvetica, Arial, Verdana, sans-serif;
}

input.checkbox {
	float:left;
	clear:both;
}

label.checkbox {
	float:left;
}

.set {
	margin-bottom:7px;
}

#content .set .left {
	float:left;
	width:22px;
	margin:0;
}

#content .set .right {
	margin-top:1px;
	float:left;
	width:250px;
	padding:0;
}

#ButtonSubmit {
	margin-top:7px;
}

.ie6 #ButtonSubmit,.ie7 #ButtonSubmit {
	margin-left:40px;
}

.small {
	font-size:10px;
	text-transform:none;
}

a {
	color:#000;
}

.text-message,.email {
	margin-top:2px;
}

p {
	margin:7px 0;
}

ul {
	padding-left:14px;
}

ul li {
	margin-bottom:7px;
	list-style-type:disc;
	line-height:12px;
};
}

.submit {
	text-transform:uppercase;
}

.small {
	font-size:10px;
	text-transform:none;
}

a {
	color:#007dc8;
}

.text-message,.email {
	margin-top:2px;
}

sup {
	font-size:9px;
	position:relative;
	top:-5px;
}

.inputbox {
	background:url(../img/input_bg.png) no-repeat top left;
	padding:5px;
	width:277px;
	margin:10px 0 5px;
}
