@charset "UTF-8";
/* CSS Document */

	html {
		height:100%;
	}
	
	body {
		height:100%;
		min-height:580px;
		min-width:700px;
		background-color:#FFF;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		background:#A3B3C2;
	}
	
	#lrg_ctr {
		position:absolute;
		left:50%;
		top:0;
		margin:auto;
		margin-left:-407px;
		height:610px;
		width:815px;
		background:url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
	}
	
	#content_ctr {
		position:absolute;
		top:5px;
		left:10px;
	}
	
	#content_left {
		position:absolute;
		top:155px;
		left:43px;
		height:367px;
		width:316px;
		padding:20px;
	}
	
	#content_left .copy {
		margin-right:20px;
	}
	
	#content_left p {
		line-height: 150%;
		font-size:95%;
		padding-right:20px;
	}
	
	#content_left h1 {
		text-align:center;
		letter-spacing: 1px;
		color:#C1272D;
		margin: 0;
		padding:0;
		font-size:110%;
	}
	
	#content_left h1 span {
		display:block;
		font-size:143%;
		letter-spacing: normal;
	}
	
	#family_outline {
		position:absolute;
		top:170px;
		left:190px;
	}
	
	#big_circle {
		position:absolute;
		top:180px;
		margin-left:-10px;
	}
	
	#grand_prize {
	font-size:110%;
	top:469px;
	left:75px;
	width:120px;
	}
	
	#second_prize {
	font-size: 100%;
	top:520px;
	left:159px;
	width:116px;
	}
	
	#third_prize {
	font-size:100%;
	top:505px;
	left:286px;
	width:100px;
	}
	
	.prize {
		position:absolute;
		text-align:center;
	}
	
	.prize h2 {
		font-size:110%;
		text-transform:uppercase;
		padding:0;
		margin:0 0 3px 0;
		letter-spacing: 1px;
	}
	
	.prize h3{
		font-size:70%;
		text-transform:uppercase;
		line-height:12px;
		padding:0;
		font-weight:normal;
		margin:0;
		letter-spacing: 1px;
	}
	
	#terms_btn {
		position:absolute;
		top:568px;
		left:275px;
		width:200px;
	}
	
	#terms_btn a {
		color:#FFF;
		font-size:9px;
		text-decoration: none;
	}
	
	#terms_btn a:hover {
		color: #FFB800;
	}
	
	
/*	---		FORM STYLES		--- */

	#form_ctr {
	height:383px;
	width:285px;
	position:absolute;
	left:487px;
	top:200px;
	margin-top:10px;
	}
	
	input, a {
		outline:none;
	}

	#form_ctr .text_entry input {
		margin: 2px 0;
		width:280px;
		height:13px;
		color:#999;
		font-weight:normal;
		font-size:9px;
		padding:4px 0 4px 10px;
		border: none;
		background:url(../images/input_bg.jpg);
		background-repeat: no-repeat;
	}
	
	#form_ctr input.full {
		width:256px;
	}
	
	#form_ctr input.full:focus {
		background:url(../images/input_bg_focus.jpg);
		background-repeat: no-repeat;
	}
	
	#form_ctr input.city {
		width:134px;
		background:url(../images/input_city_bg.jpg);
		background-repeat: no-repeat;
		display:inline;
	}
	
	#form_ctr input.city:focus {
		background:url(../images/input_city_bg_focus.jpg);
		background-repeat: no-repeat;
	}

	#form_ctr input.state {
		width:40px;
		background:url(../images/input_state_bg.jpg);
		background-repeat: no-repeat;
		display:inline;
	}
	
	#form_ctr input.state:focus {
		background:url(../images/input_state_bg_focus.jpg);
		background-repeat: no-repeat;
	}
	
	#form_ctr input.zip {
		width:54px;
		background:url(../images/input_zip_bg.jpg);
		background-repeat: no-repeat;
		display:inline;
	}
	
	#form_ctr input.zip:focus {
		background:url(../images/input_zip_bg_focus.jpg);
		background-repeat: no-repeat;
	}

	#formname {
		width:280px;
	}
	
	#form_ctr .check_boxes {
		width:200px;
		margin:10px auto 0 auto;
	}
	
	#form_ctr .check_box_row  {
		display:block;
		height:auto;
		width:auto;
		margin-bottom:6px;
	}
	
	#form_buttons {
	position:absolute;
	top:349px;
	left:39px;
	}
	
	.cb {
		display:block;
		float:left;
	}

	.label {
		display:block;
		float:left;
		width:150px;
		padding-left:10px;
		font-size:85%;
		letter-spacing:.15em;
		padding-top:5px;
	}
	
	.clearer {
		height:0;
		padding:0;
		margin:0;
		clear:both;
	}

/* ---	TERMS AND CONDITIONS 	--- */

	#terms_bg_ctr {
		width:450px;
		height:600px;
		background:url(../images/terms_bg.png);
		background-repeat: no-repeat;
		position:absolute;
		left:50%;
		margin-left:-225px;
		top:60px;
		padding:32px;
		z-index: 4;
	}
	
	#terms_ctr {
		padding:20px;
		width:370px;
		height:400px;
		overflow:auto;
		line-height:135%;
	}
	
	#terms_ctr h1 {
		padding:0;
		margin:0;
		font-size:130%;
		line-height:110%;
	}
	
	#terms_ctr strong {
		display:block;
		padding:0;
		margin:0;
		font-size:100%;
	}
	
	#terms_ctr a, #terms_ctr a:visited {
		color: #000;
	}
	
	#terms_ctr a:hover {
		color:#FFF;
		text-decoration: none;
	}
	
	#close_btn {
		height:40px;
		width:100px;
		position:absolute;
		top:490px;
		left:50px;
	}
	
	#close_btn a {
		display:block;
		height:100%;
		width:100px;
	}
	
	.transbg {
		background-image: url(../images/zero.png);
		opacity: 0.65;
		filter:alpha(opacity=65);
	}
	
	#cover {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:3;
	}