/* -------------------------- */
/* ----- Global Styles ------ */
/* -------------------------- */

body {
    background: url(/s/img/VIP_WebPage_BG_Pixel.JPG) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ol{
	color:#fff200;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
ol li{
	margin-left:45px;
}

p {
    font-size: 12px;
    line-height: 17px;
	color:#ffffff;
	margin:0;
}
p.last_para{
	padding-bottom:0px !important;
}

hr {
    display: none;
}

img {
	
    border: none;
}

/* -------------------------- */
/* ---- Container styles ---- */
/* -------------------------- */

div#container { 
    margin: 0 auto;
    padding: 0;
    width: 800px;
	position:relative;
}

body.info div#container { 
	background:url(/s/img/VIP_WebPage.jpg) no-repeat center center; 
	
	height:auto !important;
	height:800px;
	min-height:600px;
}

body.scaling div#container { 	
	background:transparent url(/s/img/VIP_WebPage.jpg) no-repeat scroll center center;
	background-size: 100%;
    background-origin: content
	height:auto !important;
	height:600px;
	min-height:600px;
	width:800px;
	float:left;
	position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
	
}

/* -------------------------- */
/* ----- Headline styles ---- */
/* -------------------------- */

h1 {
    color: #233289;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding:0;
}

h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding:0;
	margin:0;
}

h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding:0 0 5px 0;
}
h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight:normal;
   padding-left:15px;
}
   
/* -------------------------- */
/* ------- Info styles ------ */
/* -------------------------- */
body.scaling div#container h2,
body.info div#container h2{ 
	padding:165px 0 40px 20px;
	margin:0;
	width:465px;
}
body.scaling div#container h2.two_lines,
body.info div#container h2.two_lines{ 
	padding:100px 0 20px 20px;
	margin:0;
	width:465px;
}
body.scaling div#container h3.two_lines,
body.info div#container h3.two_lines{ 
	padding:100px 0 20px 20px;
	margin:0;
	width:550px;
}
body.scaling div#container #body_copy,
body.info div#container #body_copy{ 
	height:auto !important;
	height:233px;
	min-height:233px;
	width:550px;
	padding:0;
	margin:0;
}
body#inky.info div#container #body_copy,
body#janky.info div#container #body_copy{ 
	width:460px;
}
body#viral.scaling div#container {
	
	padding-top:1px;
	height:544px;
	min-height:544px;
}
body#viral.scaling div#container #body_copy{ 
	height:auto !important;
	height:18px;
	min-height:18px;
	width:480px;
	padding:0;
	margin:0;
}

body.scaling div#container #body_copy p,
body.info div#container #body_copy p{
	padding:0 0 0px 20px;
}
body.scaling div#container #body_copy img,
body.info div#container #body_copy img{
	margin:0 0 0 12px;
}
body.info div#container #body_copy p.error{
	padding:10px 0 0 0;
	font-weight:bolder;
	font-size:14px;
}
body.info div#container #body_copy #intro_login_form {
	padding-left:20px;
}
body.info div#container #body_copy #intro_login_form #fs_login input{
	margin-top:6px;
}
body.info div#container #body_copy #intro_login_form #fs_login #email input{
	width:220px;
	margin-top:0;
}

body.info div#container #body_copy #steps{
	padding-left:20px;
}

body.info div#container #body_copy #intro_login_form #fs_login #email label{
	color:#ffffff;
	font-weight:bold;
}
body.info div#container #body_copy #intro_login_form #fs_login #email.error label{
	color:#fff200;
}
   
/* -------------------------- */
/* ---- Page form styles ---- */
/* -------------------------- */

form#intro_login_form {}

    form#intro_login_form legend {
        display: none;
    }
    
    form#intro_login_form fieldset {
        padding: 15px 0 0;
    }
    
        form#intro_login_form fieldset div {
            float: left;
            padding-right: 30px;
        }

            form#intro_login_form fieldset label {
                display: block;
                font-size: 12px;
            }
        
     #right_half{
		float:left;
		width:420px;
		padding-top:60px;	 
	 }   
        
form#taf_form {}
    
    form#taf_form legend {
        display: none;
    }
    
    form#taf_form fieldset {
        margin-bottom: 15px;    
        width: 419px;
    }
    
        form#taf_form fieldset div{
            float:left;
            padding: 2px 0 2px 6px;
            width: 200px;
        }
        
            form#taf_form fieldset div label {
				color:#FFFFFF;
				display:block;
				font-weight:bold;
				padding-bottom:1px;
            }
			form#taf_form fieldset div.error label {
				color:#fff200;
				display:block;
				font-weight:bold;
				padding-bottom:1px;
            }
            
            form#taf_form fieldset div input {
                width: 190px;
				font-size:10px;
            }

form#faq_ask {
   text-align: center;
}
    
    form#faq_ask fieldset {
        border-top: 1px solid #ccc;    
        padding: 4px;
        padding-top: 20px;
        text-align: left;        
    }
    
        form#faq_ask fieldset legend {
            font-weight: bold;
            margin-left: 5px;            
            padding: 5px;
			color:#FFFFFF;
        }
        
    
        form#faq_ask fieldset label{
			color:#ffffff;
			font-weight:bold;
		} 
    
        form#faq_ask fieldset .error label{
			color:#fff200;
		} 
		
        form#faq_ask fieldset div {
            padding-bottom: 5px;
        }
        
            form#faq_ask fieldset label {
                display:block;
                padding: 4px 7px 0 0;
                text-align: left;
                width: 305px;
            }
			form#faq_ask fieldset input  {
                display:block;
                padding: 0;
                text-align: left;
                width: 305px;
            }
			form#faq_ask fieldset select  {
                display:block;
                padding: 0;
                text-align: left;
                width: 306px;
            }
            
            
            form#faq_ask fieldset textarea {
                height: 90px;            
                width: 305px;
            }
            
form#oamoe_form {
    text-align: center;
}

/* -------------------------- */
/* ----- Footer styles ------ */
/* -------------------------- */

#footer{
	margin:15px auto 0;
	width:800px;
	padding-top:120px;
}

div#global_nav {
    margin: 0px auto;
}
    
    div#global_nav p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:9px;
		padding:15px 0 20px;
		text-align:center;
		width:15%;
		float: center;
    }
    div#global_nav p a{
		color:#666666;
    }	
            
/* -------------------------- */
/* ------ Misc styles ------- */
/* -------------------------- */

div.error {
    font-weight: bold;
    color: #fff000;
}

div.error label img,
label img 
{
	
    display: none;
}

form#reg_form fieldset div.error,
div#captcha.error {
    background-color: transparent;
    border: none ;
}

p.error {
    color:#FF0033;
    font-weight: bold;
}

/* -------------------------- */
/* ------ Modal styles ------ */
/* -------------------------- */

.popup div#container {
	background:#006aab;
    margin: 10px;
    padding: 10px;
    width: auto;  
	border:2px solid #0094d0;  
}
    
    .popup div#container #content {
        background-color: transparent;
        padding: 0;
    }
    
        .popup div#container h2 {
            font-size: 22px;
			color:#ffffff;
			text-align:center;
			margin-bottom:10px;
        }
        
        .popup div#container div#main {
            padding: 10px;
        }
        
            .popup div#container div#main h2 {
                font-size: 20px;
            }
			
			.popup div#container p{
				margin:0 0 15px;
			}
			.popup div#container p a {
				color:#ffffff;
			}
            
    .popup dl#faq_body_copy {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px;  
		color:#ffffff;      
    }
	
	.popup dl#faq_body_copy a{color:#ffffff;}
        
        .popup dl#faq_body_copy dt:first-letter {
            margin-left: -20px;
            font-weight: bold;
        }
    
        .popup dl#faq_body_copy dd:first-letter {
            margin-left: -20px;
            font-weight: bold;
        }
    
        .popup dl#faq_body_copy dt {
            font-weight: bold;        
            padding-bottom: 3px;
        }
        
        .popup dl#faq_body_copy dd {
            padding-bottom: 20px;
        }
		
#game_experience{
	width:467px;
	height:200px;
}		

.yellow_emphasis{
	color:#fff200;
	font-weight:bold;
	font-size:14px;
}

form#play_iw_button, form#taf_button {
	padding-left:12px;
}

/*Enroll styles.................*/

/***************/
/* FORM STYLES */
/***************/

form {
	display: block;
	margin: 0;
	padding: 0;
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

label{color:#000000; font-weight:bold;}
.error label{color:#fff200 !important;}
legend { display: none; }

p.error{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
		
/* REG FORM B */
#reg_form_b {
	top:250px;
	right:350px;
	width: 550px;
	font-size: 11px;	/* reg form template psd uses 10px font if you are not getting good results with em */
	overflow: hidden;	/* clears all inner floats */
	}
	
	/* Apply section borders and padding */
	#reg_form_b #user_info #profile,
	#reg_form_b #user_info #address_info,
	#reg_form_b #user_info #additional_info,
	#reg_form_b #opt_in_section {
		margin-bottom: 2px;
		padding-bottom: 2px;	/* add a little padding to push the border background image down */
	}
	
	#reg_form_b .error img {
		display: none;	/* removes the error images for this form since they break floats if only one column has an error */
	}

	/* User Information */
	#reg_form_b #user_info {
				
		}

		/* widths! (widths for special fields like state and zip
		            can be altered later in the stylesheet) */
		#reg_form_b #user_info div div {
			width: 212px;	/* width of "group" (larger to add spacing) */
		}
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			width: 196px;	/* width of inputs and selects */
		}
		/* row spacing */
		#reg_form_b #user_info div div {
			padding-bottom: 8px;
		}
		

		/* profile, address_info, additional_info */
		#reg_form_b #user_info div {
			width: 100%;
			overflow: hidden;	/* clear inner floats */
			border:0 none;
		}
		
		/* field group (IE: First Name div with label and input) */
		#reg_form_b #user_info div div {
			float: left;	
			border:0 none;
			padding-top: 1px;
		}	
		
		#reg_form_b #user_info label { display: block; color:#000000;}
		#reg_form_b #user_info input, #reg_form_b #user_info select {
			
			font-size: 1em;
		}
		
		#reg_form_b #user_info #gender {
			
			float: left;
			padding-top: 3px;	/* added a little extra padding so this
								   looks a little nicer on one line */
			}
			#reg_form_b #user_info #gender label {
				width: 72px;
				float: left;
				padding-top: 2px;	/* pushes label down in line with options */
			}
			#reg_form_b #user_info #gender div {
				padding: 0;			/* needed so that row padding is not doubled */
				width: 130px;
				float: left;
				font-size: .9em;
			}
			#reg_form_b #user_info #gender input {
				/* overwrite input width, kill floats, and get rid of bottom margin (which is on the containing div) */
				width: auto;
				float: none;
				display: inline;
				margin: 0 0 0 3px;
				position: relative;
				top: 3px;
			}
			#reg_form_b #user_info #gender br { display: none;	/* kill line break */ }

		
		/* user_info section fixes */
		/* state / zip */
		#reg_form_b #user_info #state {
			width: 96px;
			}
			#reg_form_b #user_info #state select {
				width: 84px;
			}
		#reg_form_b #user_info #zip {
			width: 116px;
			}
			#reg_form_b #user_info #zip input {
				width: 100px;
			}
		/* Birth Date fields - Un-comment to make fit 
		#reg_form_b #user_info #age select {
			width: auto !important;
			display: inline !important;
		} */
	
	/* Opt In Section */
	#reg_form_b #opt_in_section {
	
		}
		/* These cannot be templated in their current state
		   You will have to add your field specific name to these styles as well */
		#reg_form_b #opt_in_section #primary_opt_in {
			   width: 100%;
			   overflow: hidden;	/* clears inner floats */
			   padding-bottom: 4px;	/* spacing between opt ins */
			}
			/* checkbox float */
			#reg_form_b #opt_in_section #primary_opt_in #primary_opt_in-option-group {
				width: 24px;
				float: left;
			}
			#reg_form_b #opt_in_section #primary_opt_in label {
				width: 375px;
				float: left;
			}
	
	/* Image Security */
	#reg_form_b #captcha {
		width: 100%;
		overflow: hidden;	/* clears inner floats */
		padding-top: 2px;
		}
		#reg_form_b #captcha label {
			display:block;
			padding-top:5px;
			float:left;
			width:149px;
		}
		#reg_form_b #captcha #captcha_image {
			width: 160px;
			float: left;
			padding-right: 9px;
			}
			#reg_form_b #captcha #captcha_image img { display: block; height:40px; width:160px;	/* overwrites disabling of error images */ }
		#reg_form_b #captcha input {
			display:block;
			float:left;
			font-size:1em;
			font-weight:bold;
			margin:10px 0 0 10px;
			text-transform:uppercase;
			width:80px;
		}
	
	/* Misc Items */
	#reg_form_b #misc_items {
		float:left;
		padding:6px 0 0;
		width:300px;
		}
		#reg_form_b #misc_items .information_copy {
			width: 85px;
			float: left;
			font-size: .9em;
			padding: 10px 0 0 0;
			}
			#reg_form_b #misc_items .information_copy p {
				font-size:11px;
				font-weight:bold;
				line-height:1em;
				margin:0;
				padding:8px 0 0;
			}
		#reg_form_b #misc_items #eprize_secured {
			width: 85px;
			float: left;
		}
	
	/* Submit Button */
	#reg_form_b .submit {
		float:left;
		padding:0 0 0 138px;
		text-align:left;
		width:280px;
		}
		#reg_form_b .submit input { display: inline; }

	
			
/* taf form */
#taf_form {
	}
	#taf_form fieldset div {
		width: 254px;
		float: left;
		}
		#taf_form fieldset div input {
			display: block;
			width: 228px;
			margin-bottom: 8px;
		}
	#taf_form .submit {
		padding-top: 20px;
		}
		#taf_form .submit a, #taf_form .submit input {
			display: inline;
			margin-right: 114px;
		}
.button span.but-l {
	background:url(/s/img/submitButton.jpg) no-repeat top left;
	float:left;
	height:20px;
	width:100px;
	padding:5px 8px 0px 15px;
	color:black;
	font-weight:bold;
    cursor:pointer;}
    /*added for skip and print coupon button*/
    .button span.but-p {
	background:url(/s/img/promo_print_coupon.GIF) no-repeat top left;
	float:left;
	height:20px;
	width:250px;
	padding:5px 8px 0px 15px;
	color:black;
	font-weight:bold;
    cursor:pointer;}
    
    
