/* BEGIN CSS RESET */

/*
Yahoo! reset
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}





/*
Yahoo! fonts
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.3 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
input,textarea,select{*font:100% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}





/*
Yahoo! base
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote {
	/*giving blockquotes room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2.5em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* END CSS RESET */



html, body {
	background: #3a8fcf;
	color: #000;
}

html.standalone, .standalone body {
	background: #fff;
}

a {
	color: #cf000d;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h1, h2, p {
	margin-bottom: 1em;
}

h1 em, h2 em, strong em {
	font-weight: bold;
}

#wrapper {
	background: url(../images/bg_wrapper.jpg) no-repeat;
	height: 588px;
	margin: 0 auto;
	position: relative;
	width: 992px;
}

.standalone #wrapper {
	background: none;
	font-size: 92%;
	height: auto;
	margin: 20px;
	width: auto;
}

.replace {
	overflow: hidden;
	text-indent: -500em;
}

.replace-linked a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.replace-linked span {
	visibility: hidden;
}

#hd_win {
	background: url(../images/hd_win.jpg) no-repeat;
	height: 164px;
	position: absolute;
	right: 34px;
	top: 14px;
	width: 546px;
}

#hd_win2 {
	background: url(../images/hd_win2.png) no-repeat;
	height: 171px;
	left: 58px;
	position: absolute;
	top: 310px;
	width: 315px;
}

#hd_500 {
	background: url(../images/hd_500.jpg) no-repeat;
	bottom: 15px;
	height: 118px;
	margin: 0;
	position: absolute;
	right: 16px;
	width: 384px;
}

#bt_enternow {
	background: url(../images/bt_enternow.png) 0 -70px no-repeat;
	height: 70px;
	left: 26px;
	position: absolute;
	top: 350px;
	width: 353px;
}

#bt_enternow a {
	background: url(../images/bt_enternow.png) 0 0 no-repeat;
	display: block;
	height: 70px;
	width: 353px;
}

#bt_officialrules {
	background: url(../images/bt_officialrules.png) 0 -24px no-repeat;
	height: 24px;
	left: 114px;
	position: absolute;
	top: 422px;
	width: 176px;
}

#bt_officialrules a {
	background: url(../images/bt_officialrules.png) 0 0 no-repeat;
	display: block;
	height: 24px;
	width: 176px;
}

#logos {
	left: 124px;
	position: absolute;
	top: 490px;
}

.home #logos {
	top: 470px;
}

#entry {
	background: #fff;
	border: 3px solid #294d72;
	height: 400px;
	left: 485px;
	padding-left: 10px;
	position: absolute;
	top: 95px;
	width: 457px;
}

#wrapper-rules {
	border: 1px solid #3a8fcf;
	height: 240px; 
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	width: 410px;  
}

#bt_next {
	background: url(../images/bt_next.png) 0 -66px no-repeat;
	height: 66px;
	margin: 0 auto;
	width: 125px;
}

#bt_next a {
	background: url(../images/bt_next.png) 0 0 no-repeat;
	display: block;
	height: 66px;
	width: 125px;
}

#bt_tryagain {
	background: url(../images/bt_tryagain.png) 0 -66px no-repeat;
	height: 66px;
	margin: 0 auto;
	width: 196px;
}

#bt_tryagain a {
	background: url(../images/bt_tryagain.png) 0 0 no-repeat;
	display: block;
	height: 66px;
	width: 196px;
}

#hd_enterupc {
	background: url(../images/hd_enterupc.png) no-repeat;
	height: 65px;
	margin: 0 auto;
	width: 375px;
}

#upc {
	font-size: 200%;
	width: 8em;
}

#bt_play {
	background: url(../images/bt_play.png) 0 -46px no-repeat;
	height: 46px;
	margin: 0 auto;
	width: 97px;
}

#bt_play a {
	background: url(../images/bt_play.png) 0 0 no-repeat;
	display: block;
	height: 46px;
	width: 97px;
}

#hd_congratulations {
	background: url(../images/hd_congratulations.png) no-repeat;
	height: 152px;
	margin: 0 auto;
	width: 402px;
}

#hd_sorry {
	background: url(../images/hd_sorry.png) no-repeat;
	height: 290px;
	margin: 0 auto;
	width: 402px;
}

#hd_grandthanks {
	background: url(../images/hd_grandthanks.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 415px;
}

#hd_firstthanks {
	background: url(../images/hd_firstthanks.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 415px;
}

#hd_alreadyplayed {
	background: url(../images/hd_alreadyplayed.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 415px;
}

#hd_alreadywon {
	background: url(../images/hd_alreadywon.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 415px;
}

#hd_unclaimed {
	background: url(../images/hd_unclaimed.png) no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 415px;
}

#hd_notavailable {
	background: url(../images/hd_notavailable.png) no-repeat;
	height: 150px;
	margin: 80px auto 0 auto;
	width: 379px;
}

#hd_invalidupc {
	background: url(../images/hd_invalidupc.png) no-repeat;
	height: 232px;
	margin: 0 auto;
	width: 402px;
}

#footer {
	color: #fff;
	font-size: .8em;
	margin: 0 auto;
	width: 958px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.standalone #footer {
	color: #000;
	margin: 20px;
	width: auto;
}

/* Tell a Friend styles */

.fldLbl {
	width:150px;
	text-align:right;
	float:left;
	color:#ff3333;
	font-weight:bold;
	margin:2px 7px 0px 0px;
}

#errormessage{
	color:#ff3333;
	font-weight:bold;
}

#thankyou{
	font-weight:bold;
}
