#content form {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background: #d5f6fe;
	padding: 8px;
	margin: 24px 0;
}

form td {
	padding: 4px;
	vertical-align: middle;
}

#contest, #contactform, #splashform, #swagform {
	width: 344px;
}

#contest label, #contactform label, #splashform label, #swagform label {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#contest .right {
	width: 120px;
	padding-right: 4px;
}

#contest .input input, #contest .input select, #contest .answer textarea {
	width: 230px;
}

#contactform .right {
	width: 90px;
	padding-right: 4px;
}

#contactform .input input, #contactform .input select, #contactform .message textarea {
	width: 250px;
}

#contest .answer textarea {
	height: 48px;
}

#contactform .message textarea {
	height: 160px;
}

#contest .fine, #contactform .fine {
	font-size: 10px;
	font-style: italic;
}

#contest .instruct {
	text-align: center;
	font-weight: bold;
	color: #007392;
	line-height: 16px;
	padding: 16px 0;
}

#contest .submit, #contactform .submit, #splashform .submit, #swagform .submit {
	padding: 12px 0;
	text-align: center;
}

#splashform .reqstar, #swagform .reqstar {
	color: #F71484;
}

#splashform  input.input, #swagform input.input {
	width: 150px;
}

#splashform  p.captcha, #swagform p.captcha, #contest p.captcha {
	margin: -12px 0 0 0;
	padding: 0;
	font-size: 9px;
}