fieldset {
	border:0px;
}

legend {
	text-indent:-9999px;
}

img#headerimg {
	display: block;
	width: 700px;
	height: 100px;
}

div#formholder {
	position: relative;
	width: 840px;
	min-height: 390px;
	margin:20px 0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:#DCDCDC 1px solid;
	padding:30px;
}


form {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 80%;
}

div#left {
	top: 20px;
	width:auto;
	min-height: 390px;
	float: left;
}

	div#left div.row {
		width: 440px;
		height: 24px;
		margin-bottom:8px;
		clear:both;
	}
	
	div#left p {
		display: block;
		font-size: 12px;
		line-height: 24px;
		color: #000000;
		float: left;
	}
	
	div#left input {
		display: block;
		width: 280px;
		height: 20px;
		
		float: right;
		
		border: 2px solid #dcddde;
		margin: 0px 0px 0px 0px;
		
		font-size: 14px;
		line-height: 20px;
	}
	
	div#left span {
		display: block;
		height: 24px;
		clear: both;
	}
	
	div#left span input {
		width: 20px;
		float: left;
		
		border: 0px;
		margin: 3px 0px 0px 15px;
	}
	
	div#left input.input_box {
		font-size:90%;
	}
	
	div#left span input.otherinput {
		display: block;
		width: 260px;
		height: 20px;
		float: right;
		border: 2px solid #dcddde;
		margin: 0px 85px 0px 0px;
		font-size: 14px;
	}
	
div#right {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#E7E8E8;
	border:1px solid #D7D9D9;
	float:right;
	height:350px;
	padding:20px 10px;
	position:relative;
	width:240px;
}

	div#right p {
		
	}
	
	div#right span {
		display: block;
		height: 22px;
		
		margin: 0px 0px 0px 2px;
		clear: both;
	}
	
	div#right span p {
		display: block;
		height: 22px;
		line-height: 22px;
	}
	
	div#right span input {
		width: 20px;
		float: left;
		border: 0px;
		margin: 3px 0px 0px 15px;
	}
	
		p.win_image {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			background:transparent url(../images2009/win_tv.png) no-repeat scroll 0 0;
			display:block;
			height:130px;
			position:absolute;
			right:45px;
			text-indent:-9999px;
			top:200px;
			width:162px;
		}

input#nextbutton {
	position:absolute;
	right:36px;
	top:340px;
	z-index:20;
}

/*J2 error checking */
div#left span#error, div#left span#errorphp		{ display:none; color:#990000; font-style:italic; font-size:11px; height:auto; margin-left:20px; }
div#left span#errorphp							{ display:block; }
.errorhead										{ font-style:normal; font-weight:bold; }
/*THANK YOU PAGE */


#win_thanks {
	margin:60px 0px;
	display:block;
}

