/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; clear:both; }


/* ==========================================================================
$ Competition Stylesheet - Tom Ardern
========================================================================== */
body {
	font-family: Tahoma, Verdana, Geneva;
}

.competition {
	width: 605px;
	border: 1px solid #8876A9;
	position: relative;
}	

.competition.sorry,
.competition.good-luck {
	height: 500px;
}

/* ==========================================================================
$ Competition Headings
========================================================================== */
.competition h1 {
	height: 70px;
	line-height: 70px;
	color: #FFF;
	font-size: 25px;
	display: block;
	padding-left: 20px;
	background: #653E8A;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}


/* ==========================================================================
$ Area
========================================================================== */
.competition .area {
	padding: 20px 20px 0px 20px;
	width: 280px;
	margin: 0px auto;
	background: url("blog-newsletter-arrow.png") no-repeat 30px 255px;
	position: relative;
}
.competition .area p {
	color: #424242;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}


/* ==========================================================================
$ Entry Error
========================================================================== */
.competition .signup-error {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 605px;
	text-align: center;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}



/* ==========================================================================
$ Inputs
========================================================================== */
.competition span {
	float: left;
	width: 15px;
	height: 27px;
	display: block;
	color: #D50300;
	font-size: 9px;
	clear: both;
	text-align: center;
}
.competition input {
	border: #CBCBCB 1px solid;
	color: #797979;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	width: 200px;
	margin-bottom: 15px;
	float: left;
}
.competition .checkbox {
	width: 30px;
}
.competition label {
	color: #424242;
	font-size: 12px;
	float: left;
	width: 165px;
	height: 40px;
	margin-bottom: 10px;
}

/* ==========================================================================
$ Buttons
========================================================================== */
.competition .submit {
	background: url("blog-navigation-gradient.png") no-repeat 50% 0px;
	cursor: pointer;
	background-color: #520C59;
	border: 1px solid #333;
	color: #FFF;
	width: 105px;
	clear: both;
	margin-left: 135px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.competition .submit:hover {
	background-color: #360D3A;
}


/* ==========================================================================
$ Terms and Conditions
========================================================================== */
.tandc {
	font-size: 9px;
	color: #424242;
	background: #D6D6D6;
	padding: 10px 10px;
	clear: both;
	line-height: 14px;
	margin-bottom: 0px;
}

/* ==========================================================================
$ Error Messaging
========================================================================== */
.error {
	position: absolute;
	bottom: 15px;
	color: #D50300;
	font-size: 11px;
	left: 15px;
}

/* ==========================================================================
$ Overlay
========================================================================== */
.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("blog-circle_good_luck.png") no-repeat 50% 50%;
}

.sorry .overlay {
	background: url("blog-circle_sorry.png") no-repeat 50% 50%;
}

.overlay h2 {
	color: #FFF;
	font-size: 25px;
	text-align: center;
	display: block;
	position: absolute;
	width: 347px;
	height: 70px;
	top: 290px;
	left: 139px;
	font-weight: normal;
}