@charset "utf-8";
/* CSS Document */
 
 * {
  margin: 0;
  padding: 0;
}
	
	html, body{ 
	margin: 0 auto; 
	padding:0; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000; 
	background-color: #fff; 
	text-align: center;}
	
	a{ 
	outline: none; 
	color: #ccc; 
	text-decoration: underline;}

	#wrapper{ 
	width: 910px;
	height: 607px;
	border: 1px solid #666666; 
	margin: 50px auto 0px; 
	text-align: left; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) no-repeat top left; 
	}

	#main {
	width: 495px;
	height: 500px;
	margin: 106px 0 0 414px;
	padding: 0;
/*	border: 1px solid #FFCC00;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ccc;	
	}

	#headbox {
	width:322px;
	height:94px; 
	background:#fff; 
	margin: 0 0 0 91px;
	font-size: 12px;
	line-height:16px;
	padding: 10px 0 0 5px;
	color:#000000;
	}

	h1{
	padding:3px 0 15px; 
	margin: 0 0 0 150px;
	color: #fff;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:100;
	}	


	form {
	float:left;
	width:490px;
	margin: 0 0 0 2px;
	}

	.star {font-size:11px; color:#E8B601; pading-top:5px;}
	
	.col {
	float:left;
	padding:0 0 0 40px ;
	width:200px;
	}

	input, select, textarea {
	border:1px solid #cfcfcf;
	}

	input {
	width:180px;
	}
	
		.sminput input {
			border:none;
			float:left;
			width:20px;
		}
	
		#zip input {
			width:100px;
			_width:98px;
		}

	label {
		float:left;
		width:150px;
	}
	
		.sminput label {
			width:420px;
			font-size: 10px;
		}
	
	
	form p {
			float:left;
			clear:left;
			margin:0;
			padding:0 0 8px;
			width:202px;
			font-size: 12px;
			color:#CCCCCC;
		}
		
		form p.sminput {
			padding: 10px 0 0 36px;
		}
		
		form #state {
			width:180px;
		}
		
		form #zip  {
			clear:none;
			padding-left:20px;
			width: 100px;
		}

	strong {}
		
		.sminput strong {
			clear:none;
			float:left;
			padding-left:5px;
			width:360px;
		}
	
	select {}
	
		#country select {
			width:180px;
		}
		
		#state select {
			width:80px;
		}

	
	#footer{
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
	font-weight: bold;
	color: #000; 
	margin: 330px auto 0;
	_margin: 330px auto 0;	
/*	background:#FFCC00;*/
	width: 495px;
	text-align:center; 
	}
	
/*	#submit {
	background-color:#65785C;
	border:1px solid #000000;
	font-size:12px;
	font-weight:normal;
	padding:2px;
	width:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	}*/

	#submit {
	border:none;
	background:url(../images/submit.gif) no-repeat;
	width:113px;
	height:35px;
	position:relative;
	margin: 0 0 0 185px;

	}

	#rules {font-size:11px; color:#ccc; text-align:center; width: 490px;}
	