/* 
====== Table of Contents ======================================

- Global:
	Set your global link color, body background image (repeating x, etc.)
	
- Container:
	Set the main background image of the promotion
	
- Login Form
	Edit the logincol1 and logincol2 classes
	
- Header:
	Set the position of the transparent gif used as the logo hotspot
	
- Left Column:
	Adjust padding that positions #content if you need to
	
- Right Column:
	add classes to #right-col to create the prize background images ex. <div id="right-col" class="prize1"></div>
	
- Content:
	Set the color and size of main body copy with #content p
	
- Link Row:
	Position buttons here
	
- Reg Form:
	Widths of the various input fields are set here ex: .regcolzip input { width: 150px; }
	
- TAF Form:
	Input field styles and spacing set here
	
- FAQ Popup:
	FAQ content, h1 colors, copy colors(p) set here
	
- Pop Up (img security, Rules):

- Footer:
	Set link, copy color here

==============================================================

*/

/* ========== Global ========== */

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

h1 {
	font-size: 18px;
	padding: 0px 0 14px;
	margin: 0px;
}

h2 {
	color: #ff0000;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 0 1.2em;
	line-height: 1.6em;
}

h4 {
	color: #ff0000;
	font-size: 16px;
}

hr {
	color: #333333;
	height: 1px;
}

img {
	border: 0;
	display: inline;
}

select {
	font-size: 10px;
	width: 136px;
}

textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
}

.clear {
	clear: both;
}

.error {
	color: #A1270B;
	font-weight: bold;
}



/* ========== Container ========== */

#body {
	width: 100%;
	padding-top: 0px;

}

#body_register {
	width: 100%;
	padding-top: 400px;

}

#container {
	margin: 0 auto;
	width: 768px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 486px;
}

#container2 {
	margin: 0 auto;
	width: 768px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	height: 486px;
}

#container_register {
	margin: 0 auto;
	width: 746px;
	background-image: url(../images/bg_register.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#container_alt {
	margin: 0 auto;
	width: 746px;
	background-image: url(../images/bg_alt.jpg);
	background-repeat: no-repeat;
	height: 600px;
}



/* ========== Header ========== */

#header {
	height: 150px;
}



/* ========== Left Column ========== */

#left-col {
	float: left;
	width: 368px;
	padding: 30px 10px 0 25px;
}



/* ========== Right Column ========== */

#right-col {
	width: 340px;
	padding-top: 108px;
	height: 370px;
	float:left;
}

#reg {
	padding: 40px 0px 0 18px;
	font-size: 10px;
}
#reg .formtxt, #reg .formtxt_error { font-size: 10px; }

.prize1 {
	background-image: url(../images/prize1.jpg);
	background-repeat: no-repeat;
}

.prize2 {
	background-image: url(../images/prize2.jpg);
	background-repeat: no-repeat;
}

/* ========== Content  ========== */

#content {
	height: 300px;
}

#content p {
	margin: 0;
	padding: 0 15px 1.2em 0;
	line-height: 1.3em;
}

/* ========== Link Row ========== */

#linkrow {
	text-align: left;
	padding-top: 20px;
}
#linkrow a { margin-right: 25px; }

/* ========== Login Form ======== */

form#login {
	display: block;
	padding-top: 15px;
}

.logincol1 {
	float: left;
	width: 240px;
	text-align:left;
	padding-top: 15px;
}

.logincol1 input {
	width: 218px;
}

.logincol2 {
	float: left;
	padding-top: 25px;
}

.intro_text { font-size: 12px; }
.login_text { font-weight: bold; }

/* ========== Reg Form ========== */

.formtxt {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.formtxt2 {
	color: #000;
	font-size: 8px;
	font-weight: bold;
}

.formtxt_error {
	color: #A1270B;
	font-size: 11px;
	font-weight: bold;
}

.imgsec {
	width: 138px;
	font-size: 10px;
	text-transform: uppercase;
}

.regrow {

}



.regcol1 {
	float:left;
       width: 152px;
}

.regcol2 {
       float:left;
       width: 148px;
}

.regcolage {
       float:left;
       width: 110px;
}

.regcolgender {
	float:left;
}

.regcolstate {
       float:left;
       width: 80px;
}

.regopt {
       float:left;
       width: 72px;
}



.regcolzip {
       float:left;
       width: 72px;
}

.regcolstate {
       float:left;
       width: 70px;
}

.regcol1 input{
       color: #000000;
       font-size: 10px;
       width: 136px;
}

.regcol2 input{
       color: #000000;
       font-size: 10px;
       width: 136px;
}

.regcolage select {
       color: #000000;
       font-size: 10px;
}



.regcolstate select {
       color: #000000;
       font-size: 10px;
	   width: 62px;
}

.regcolzip input {
       color: #000000;
       font-size: 10px;
       width: 67px;
}

.regspace {
       height: 6px;
       overflow:hidden;
       clear:both;
}



/*========== TAF form ============*/

#viral_form .formtxt, #viral_form .formtxt_error {
	font-size: 10px;
}

.viralrow { }

.viralspace {
       height: 5px;
       overflow:hidden;
       clear:both;
}

.viralcol1 {
	float:left;
       width: 150px;
}

.viralcol2 {
       float:left;
       width: 142px;
}

.viralcol1 input{
       color: #000000;
       font-size: 10px;
       width: 140px;
}

.viralcol2 input{
       color: #000000;
       font-size: 10px;
       width: 140px;
}

/* ========== FAQ Pop Up ========== */

#faq {
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #781780;
}

.answer {
	margin-left: 20px;
	padding-bottom: 10px;
}

.answer ul, .answer ol {
	margin: 0 0 0 24px;
	padding: 0;
}

.contactcol1  {
	float:left;
	width:150px;
}

.contactcol2  {
	float:left;
	width:150px;
}

.contactcol2 input  {
       color: #000000;
       font-size: 10px;
       width: 145px;
}

.contactcol2 select {
       color: #000000;
       font-size: 10px;
	   width: 140px;
}

.contactcol2 textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 140px;
}

.labelA {
	float: left;
	font-weight: normal;
}

.labelQ {
	color: #A0260E;
	float: left;
	font-weight: bold;
}

.question {
	color: #A0260E;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 3px;
}

/* ========== Pop Up (img security, Rules) ========== */

#popup {
	margin: 10px;
	text-align: left;
}

#popupBorder {
	background-color: #E1D4B4;
	border: solid 3px #781780;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}

#popupContent {
	margin: 10px;
	line-height: 1.4em;
	font-size: 11px;
}

#popupContent p {
	color: #000000;
}

/* ========== Footer ========== */

#footer {
	color: #781111;
	font-size: 10px;
	text-decoration: none;
	padding: 15px 25px 0 25px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footer ul * {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	padding-left: 5px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #781111;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	color: #781111;
	font-size: 11px;
	text-decoration: underline;
}

#footer .disclaimer {
        font-size: 10px;
        float: left;
        width: 445px;
        padding-left: 35px;
}
#footer .disclaimer a { font-size: 10px; }



.game {
	position: relative;
}
#gamecontent { position: absolute; top: 165px; left: -12px; }
