body {
	background-color: #f9e7c8;
	font: 14px/1.5em Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

h2 {
	line-height: 1.5em;
}

ul {
	color: #c1272d;
	text-align: left;
}

a:link, a:visited {
	color: #c1272d;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

form {
	clear: both;
	position: relative;
}

#instructions form ul {
	list-style-type: none;
	margin: 0;
	color: #000;
}

form li {
	line-height: 25px;
}

form li em, .red {
	color: #c1272d;
}

.light {
	color: #6c5735;
	font-size: 12px;
}

input[type='checkbox'] {
	margin: 0 1em 0 0 0;
}

label {
	margin-left: 5.5em;
}

label[for] {
	display: block;
	float: left;
	width: 5em;
	margin: 0 .5em 0 0;
	text-align: right;
}

input,select,textarea {
	font: 14px/1.5em Helvetica, Arial, Verdana, sans-serif;
	border-width: 1px;
	padding: 1px 2px;
	border: 1px solid #ccc;
}

#poem {
	width: 270px;
}

#entries {
	text-align: left;
	font-size: 12px;
	width: 500px;
}

#entries h3 {
	margin-bottom: 0;
	padding-top: 1em;
	border-top: 1px dotted #CCB78F;
}

#entries small {
	font-style: italic;
}

li#optin {
	background: url('../img/masthead.png');
	text-align: center;
	color: #fff;
	padding: 20px 0 10px 0;
	margin-top: 10px;
	font-family: Georgia,Times,serif !important;
}

li#optin label {
	margin-left: 0;
}
li#optin a {
	color: #fff;
}

#submit {
	background: #c1272d;
	color: #fffdfb;
	border: none;
	padding: 4px;
	margin-left: 6em;
}

#container {
	width: 860px;
	margin: 0 auto;
}

#limerick {
	margin-top: -50px;
	float: left;
	width: 437px;
	height: 500px;
	background: url('../img/limerick.png') no-repeat;
	position: relative;
}

#video_container {
	float: left;
	width: 437px;
	margin-top: 60px;
	padding: 20px 0;
	position: relative;
}

#horns {
	position: absolute;
	top: -65px;
	left: 0;
}

#limerick p, #limerick h2 {
	display: none;
}

#instructions {
	margin-top: 10px;
	float: right;
	text-align: left;
	width: 400px;
	text-align: center;
	position: relative;
}

#instructions ul {
	margin-left: 80px;
}

#closed {
	position: absolute;
	top: 60px;
	left: 50px;
}

#beef, #win {
	text-indent: -9999px;
	margin: 0;
	text-align: center;
}

#beef {
	background: url('../img/write-beef-poetry.png') no-repeat center;
	height: 80px;
}

#win {
	background: url('../img/win-100-beef.png') no-repeat center;
	height: 35px;
}

#stores {
	display: none;
}

#stores li {
	background: url('../img/main_bg.png');
	padding: 0 10px;
	font-family: Georgia,Times,serif !important;
}

li#which {
	text-align: center;
}

#remaining {
	margin-left: 6.5em;
	font-style: italic;
	font-size: 12px;
	color: #6c5735;
}

#more {
	display: block;
	position: absolute;
	width: 150px;
	bottom: 70px;
	left: 90px;
	text-indent: -9999px;
	height: 80px;
}

#error {
	background: #c1272d;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

#confirm {
	background: green;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

#footer {
	padding-top: 30px;
	clear: both;
	font-size: 12px;
	font-style: italic;
	color: #6c5735;
}