/**
 * Styles Particular to Fair Contests
 **/

	a.enterContest {
		display: block;
		width: 162px;
		height: 22px;
		background: transparent url(/_images/buttons/btnEnterContest.gif) scroll no-repeat top left;
		cursor: pointer;
		overflow: hidden;
		margin-top: 17px;
		margin-left: -3px;
	}
	
	div.thumbnail {
		margin: 0 0 0 20px;
	}
	
		div.thumbnail span {
			background-image: url(/_images/layout/bg-thumbnail-alt2.gif);
		}
		
	div.desc {
		float: left;
		width: 465px;
	}
	
		#contestForm div.desc {
			width: 519px;
		}
	
	input#btnSubmitContest {
		width: 69px; 
		height: 21px; 
		overflow: hidden; 
		border: none; 
		cursor: pointer;
	}
	
	#contestForm .error,
	div.padLeft {
		padding-left: 183px;
	}
	
		#contestForm .error {
			color: red;
			margin: 3px 0 6px 3px;
		}
		
	div.sponsorBox {
		border: 1px solid #E6E8D3;
		border-right-width: 0px;
		border-left-width: 0px;
		padding: 8px 0;
		margin: 17px 0;
	}
	
	div.bottomBorderBox {
		border-bottom: 1px solid #E6E8D3;
		margin: 0 0 17px;
		padding: 0 5px 8px 0;
	}
	
		div.bottomBorderBox.formHeader {
			padding-bottom: 0px;
			margin-top: 21px;
		}
		
	form ol {
		padding: 0 0 0 0;
	}
	
		form ol li label {
			width: 175px;
		}
		
	div.captchaBox img {
		margin-right: 8px;
		margin-bottom: 9px;
	}

	#contestForm div.captchaBox .error {
		padding-left: 0px;
		margin-left: 1px;
	}
	
	div.chkBoxContainer input {
		margin: 3px 6px 0 0;
	}
	
		div.chkBoxContainer div.labelBox {
			width: 440px;
		}
		
		div.chkBoxContainer label,
		div.chkBoxContainer input {
			cursor: pointer;
		}
		
		/* Reverse prior, legacy hack :( */
		div.captchaBox ol li label,
		div.chkBoxContainer label {
			float: none;
			display: inline;
			margin: 0 0 0 0;
			text-align: left;
			width: auto;
		}
		
	#contestForm li.tightenLabel label {
		line-height: 15px;
	}