/* CSS Document */

#competition_title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: -15px;
	position: relative;
	}

#competition {
	margin: 0 -30px 0 -30px;
	background-color: #626365;
	padding: 10px 10px 0 10px;
	position: relative;
	}


#competition #col_left {
	float: left;
	width: 390px;
	}

	#competition #col_left .content {
		padding: 10px 0 10px 20px;
		}

	#competition #col_left h1 {
		font-size: 42px;
		font-weight: bold;
		color: #000000;
		padding-top: 7px;
		line-height: 42px;
		}

		#competition #col_left h1 strong {
			color: #ffffff;
			}

	#competition #col_left h2 {
		font-size: 28px;
		font-weight: bold;
		color: #ffffff;
		}
	
	#competition #col_left p {
		color: #ffffff;
		}


	#competition #legal {
		font-size: 12px;
		color: #ffffff;
		position: absolute;
		bottom: 18px;
		width: 390px;
		}

		#competition #legal .content {
			padding: 10px 0 10px 20px;
			}

			#competition #legal h2 {
				font-size: 14px;
				font-weight: bold;
				}

			#competition #legal ol {
				list-style-type: none;
				margin: 10px 0 0 0;
				padding: 0;
				}

				#competition #legal ol li {
					padding-top: 10px;
					}

		#competition #legal a {
			color: #ffffff;
			text-decoration: underline;
			}

#competition #col_right {
	float: right;
	width: 525px;
	}

	#competition #col_right .w_ededed .content {
		padding: 15px 15px 0 15px;
		}

		#competition #col_right .w_ededed .w_ffffff .content {
			padding: 17px 15px 0 20px;
			}

#form {}

	#form h2 {
		color: #5291dd;
		position: relative;
		}

		#form h2 img {
			position: absolute;
			top: -70px;
			right: -40px;
			}

	#form form {
		margin: 0;
		padding: 0;
		}

	form label {
		width: 150px;
		margin-right: 5px;
		}

		form li#nominee_description label {
			width: 300px;
			}

		form label span {
			padding: 5px 0 5px 0;
			text-align: left;
			font-weight: bold;
			}

			form label span img {
				float: right;
				margin-top: 2px;
				}

			form span.field {
				width: 300px;
				}

			form span.field input {
				width: 280px;
				margin: 3px 0;
				}

				form span.field input.pound {
					background: #ffffff url("/mimages/root/icons/on_ffffff/pound.gif") no-repeat 4px 2px;
					padding-left: 13px;
					width: 134px;
					}
					
			form span.field select  {
				width: 155px;
				margin: 7px 0 0 0;
				}

				form span.field select.dob_day, form span.field select.dob_month, form span.field select.dob_year {
					width: 50px;
					}

		form li#nominee_description textarea {
			width: 440px;
			height: 85px;
			}

		form span.extras {
			color: #ff0000;
			margin-left: 155px;
			width: 300px;
			}

			form li#nominee_description span.extras {
				margin-left: 0;
				width: 400px;
				}

			form span.extras strong {
				font-weight: normal;
				font-size: 11px;
				}


		form ol li.error span.field {
			background: transparent url("/mimages/root/icons/warning/on_ffffff/small/error.gif") no-repeat 100% 3px;
			}

#form p {
	font-size: 10px;
	padding-left: 2px;
	}


#submit {
	text-align: center;
	}

#entered #padding {
	height: 500px;
	}

	#entered h2 {
		color: #5291dd;
		}