@charset "UTF-8";
/* CSS Document */

#form {
	width:600px;
	left: 0px;
	/*margin-top:35px;*/
}
#form p {
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#6e0b04;
	margin-bottom:10px;
	padding-bottom:5px;
}
#form .formLabel {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#6e0b04;
	float:left;
	clear: both;
	text-align: right;
	width: 150px;
}

#form .formInput {
	float:left;
	font-size:10px;
	padding:2px 2px;
	width:200px;
	margin:2px 0 5px 5px;
}
.mustbe{
	clear: left;
	position: relative;
	top: 10px;
	left: 156px;
}

.mustbe-sweeps{
	clear: left;
	position: relative;
	top: 10px;
}

#form button, #form button:visited {
	margin-top: 10px;
	clear:both;
	margin-left:156px;
	text-align:center;
	color:#ffc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	background-color: #6c0000;	
	float: left;
	padding: 2px;
	vertical-align: middle;
	/*border: 1px solid #003399;*/
}

#form button.submit-sweeps{
	/*margin-left: 0;*/
}

#form button:hover {
	color:#ffc;
	background-color: #816a37;	
	/*border: 1px solid #003399;*/
}
	
	
	

#join{
	float: left;
	margin-left: 156px; /* will probably need to be reset for IE */
}
#join-sweeps{
	float: left;
}
#joinLabel{
	position: relative;
	max-width: 20px;	
	top: 0px; /* will probably need to be reset for IE */
}
#joinLabel-sweeps{
	position: relative;
	top: 0;
}
#form textarea.formInput{
	width: 204px;
}
#form select.formInput{
	width: 210px;
}
#watermark{
	position: absolute;
	top: 80px;
	right: 10px;
}

/***** SWEEPSTAKES *****/

#form-left-col{
	position: relative;
	width: 200px;
	float: left;
	clear: both;
	margin-left: 156px;
}
#form-right-col{
	position: relative;
	float: left;
	clear: none;
	width: 200px;
}

.sweepsLabel{
	display: block;
	/*width: 400px;*/
	clear: both;
	float: left;
	margin-left: 156px;
}
.sweepsCheckLabel{
	display: block;
	clear: none;
	float: left;
	width: 140px;
}
.sweepsInput{
	float: left;
	clear: both;
	margin: 5px 0 5px 156px;
	
}
.sweepsCheck{
	display: block;
	float: left;
	clear: both;
	width: 30px;
}