/* For sidebar */

#relatedItems {
	font-size: 10px;
}

	#relatedItems table td {
		font-size: 10px;
		padding: 3px;
	}
	
	#relatedItems h4 {
		margin: 0;
		font-size: 11px;
		font-weight: normal;
		color: #23509e;
	}


table#introText {}

	table#introText td {
		vertical-align: top;
	}
	
	table#introText h2 {
		margin-top: 15px;
		font-size: 16px;
		color: #23509e;
	}


#claimBox {
	width: 300px;
	float: left;
}

	#claimBox div {
		padding: 5px;
		background-image:url(../images/promotion/claimbox-middle.gif);
		background-repeat: repeat-y;
	}
	
	#claimBox h4 {
		color: #23509e;
		font-size: 12px;
		margin: 0 0 5px 0;
		text-align: center;
	}

	.textField {
		width: 180px;
		margin: 2px 0 2px 0;
	}
	
	.submitButton {
		width: 280px;
		background-color: #1c408b;
		color: #FFF;
		margin-top: 5px;
	}	
	
	#claimBox hr {
		width: 90%;
	}

	#claimBox table {
		width: 100%;
	}

		#claimBox table td {
			font-size: 11px;
		}
	
		#claimBox table td.leftColumn {
			width: 60px;
			text-align: right;
			padding-right: 10px;
		}
		
		
#sponsorLogos {
	float: right;
	width: 210px;
	text-align: center;
}

	#sponsorLogos img {
		margin-bottom: 10px;
	}		
	
#termsAndConditions {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 10px;
}

	#termsAndConditions h4 {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}

	#termsAndConditions p {
		font-size: 10px;
		margin: 5px 0 0 0;
	}