/*	COMPETITION	*/
#competition #container {
}
#competition #content {
	position: absolute;
	top: 84px;
	margin: 0 0 0 -20px;
	height: 566px;
	padding: 0;
	width: 992px;
	background: url("../images/bg-competition-main.jpg") no-repeat;
} 
#competition-form-wrapper {
	margin: 0 0 0 488px;
	padding: 0 0 0 0;
	background: url("..//images/bg-competition-body.jpg") no-repeat 0 180px;
	width: 533px;
	height: 566px;
}
#competition-form-wrapper h1 {
	font-size: 3em;
	float: left;
}
#competition-form-body {
	margin: 0 70px 0 60px;
}
#competition-form-body ul {
}
.competition-text {
	padding: 5px 0 0 5px;
	margin: 0;
}
#questions,#opt-ins  {
	width: 190px;
	float: left;
	list-style-type: none;
	margin: 1em  0 0;
	padding: 0;
}
#questions li,#opt-ins li {
	margin: 0 0 .5em;
}
#questions {
	margin-right: 20px;
}
#opt-ins li label {
	margin-left: 5px;
}
.email-wrapper {
	clear: both;
}
.email-wrapper label{
	margin-right: 8px;
}
.email-wrapper input{
	width: 20em;
}
.submit-wrapper {
	margin: 10px 0 0 260px;
}
.rules {
	font-size: .9em;
}