@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
img {
	border: 0px;
}
div, span, p, a, td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
form {
	margin: 0px;
	padding: 0px;
}
h2, h3, h4, .losehdr, #thanks {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 500;
	text-align:center;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
	text-align:left;
}


/*** General Layout ***/
#container {
	width: 100%;
	text-align: center;
}
#break, .break {
	line-height: 0px;
	margin: 0px;
	font-size: 0px;
	padding: 0px;
	clear: both;
}
.spacer {
	width: 1px;
}
#site, #header, #footer {
	width: 832px;
	margin: auto;
}
#site {
	background-image: url(images/bg-site.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	padding: 0px;
}
#footer {
	position: relative;
}
#header {
	height: 58px;
	background-image: url(images/bg-head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#facebook, #twitter {
	position: absolute;
	left: 732px;
	top: 13px;
}
#twitter {
	left: 772px;
}
#valentines {
	position: absolute;
	left: 30px;
	top: 19px;
}
#logo {
	position: absolute;
	left: 341px;
	top: 16px;
}
#footmenu {
	position: absolute;
	width: 188px;
	margin: 0px 16px 0px 16px;
	left: 600px;
	top: -42px; /* needs to change if more content added*/
	line-height: 16px;
	text-align: right;
	overflow:auto;
}
#footmenu a {
	text-decoration: none;
	font-size: 9px;
}
#footmenu a:hover {
	text-decoration: underline;
}
#main {
	width: 800px;
	background-image: url(images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*background-color: blue;*/
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 0px;
	text-align: left;
	overflow: hidden;
	padding-top: 75px;
}
#content {
	float: left;
	width: 799px;
}
#generalhead {
	margin-top: 15px;
}
#minheight {
	float: left;
	width: 1px;
}
#about {
	float: left;
	overflow: hidden;
}


/*** Homepage CSS ***/
#homehead {
	margin-top: 19px;
}


/*** About CSS ***/
#aboutbdy {
	height: 108px;
	padding-top: 20px;
	margin: 0px;
}
h2#bdyhead {
	margin-bottom: 20px;
}
#prizebox {
	margin: 0px;
	padding: 0px;
	height: 258px;
}
#conbtn {
	margin-top: 10px;
}
#conbtndiv {
	text-align: center;
}


/*** Rules CSS ***/
#mainbody {
	float: left;
	/*background-color: #FF0000;*/
}
#rulesheader {
	height: 31px;
	padding-top: 45px;
	/*background-color: red;*/
	overflow: hidden;
}
h2#ruleshdr {
	margin-bottom: 10px;
}
#rulebox {
	width: 553px;
	height: 236px;
	padding: 22px 2px 20px 25px;
	background-image: url(images/bg-rules.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-left: 108px;
}
#ruleboxtxt {
	width: 530px;
	height: 236px;
	padding-right: 23px;
	overflow: auto;
}
#rulesbtndiv {
	text-align: center;
	/*height: 90px;*/
	padding-top: 40px;
	/*overflow: auto;*/
	z-index: 100;
}
#rulesbtndiv a {
	/*height: 83px;
	background-color: red;*/
}
#rulesbtn {
	height: 83px;
}
#nothanks {
	position: absolute;
	top: 576px;
	width: 800px;
	text-align: center;
}



/*** Register CSS ***/
#regheader {
	height: 134px;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
.smltxt{
	font-size: 9px;
}
#regheadleft {
	float: left;
	text-align: left;
	width: 330px;
	font-size: 12px;
	margin-left: 138px;
	margin-bottom: 0px;
}
#regheadright {
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
#regheadright select {
	margin-top: 23px;
}
#ruleshdr {
	font-weight: 600;
}
#regheadtxt {
	width: 799px;
	padding-top: 20px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 105px;
}
#regbox {
	width: 472px;
	height: 214px;
	padding: 14px 25px 2px 25px;
	background-image: url(images/bg-reg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-left: 138px;
	overflow: hidden;
}
#regtxt {
	float: left;
	width: 114px;
	font-size: 13px;
	text-align: right;
	margin: 0px 10px 14px 0px;
}
*+html #regtxt {
	margin: 0px 10px -3px 0px;
}

#regfield {
	margin-bottom: 14px;
}
*+html #regfield {
	margin-bottom: -3px;
}
.dash {
	float: left;
}
.regfld, .cityfld, .statefld, .zipfld, .phonefld1, .phonefld2, .phonefld3, .dobfld1, .dobfld2, .dobfld3 {
	float: left;
	border: solid 0px #fff;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
}
.regfld {
	width: 330px;
}
.cityfld {
	width: 105px;
}
.statefld {
	width: 144px;
}
.zipfld {
	width: 58px;
}
.phonefld1 {
	width: 40px;
	text-align: center;
	margin-right: 0px;
}
.phonefld2 {
	width: 33px;
	text-align: center;
	margin-right: 0px;
}
.phonefld3 {
	width: 48px;
	text-align: center;
}
.dobfld1 {
	width: 35px;
	text-align: center;
}
.dobfld2 {
	width: 27px;
	text-align: center;
}
.dobfld3 {
	width: 42px;
	text-align: center;
}
#regbtndiv {
	width: 799px;
	text-align: center;
	padding-top: 14px;
}



/*** Game CSS ***/
#gameheader {
	height: 50px;
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
}
#gamefoot {
	position: absolute;
	width: 587px;
	top: 526px;
	left: 122px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.vdtxt {
	
	font-size: 14px;
	font-weight: bold;
	color: #df509c;
}

/*** Results CSS ***/
#loseheader {
	height: 222px;
	padding-top: 40px;
}
#loseheader p {
	padding-top: 34px;
}
#losebdy {
	height: 122px;
}
.vd_txt2 {
	color: #df4e9b;
	font-size: 22px;
	font-weight: 900;
}
#losebdy p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 12px;
}
#rstbtndiv {
	margin-top: 4px;
	text-align: center;
	width: 799px;
}
#winheader {
	height: 76px;
	padding-top: 20px;
}
#winhdr {
	font-size: 30px;
}
#winbdy {
	width: 799px;
	height: 302px;
	text-align: center;
}
#winprzimg {
	width: 799px;
	text-align: center;
}
#winprzsub p {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.vd_win {
	font-size: 14px;
	color: #df4e9b;
}


/*** Refer a Friend CSS ***/
#refheader {
	height: 108px;
	padding-top: 56px;
}
#refhdr {

}
#refbox {
	width: 472px;
	height: 48px;
	padding: 25px 25px 25px 25px;
	background-image: url(images/bg-refer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-left: 138px;
}
#thanks {
	height: 82px;
	padding-top: 54px;
}
#refbtndiv {
	width: 799px;
	text-align: center;
	padding-top: 2px;
}
