﻿#entry-form {
	font-family: Arial;
	margin: 0 auto;
	width: 600px;		
}

#entry-form br { clear: both }

#entry-form h1 {
	display: inline;	
	font-size: 16pt;	
	margin: 0;
	padding: 0;	
	position: relative;
	top: -22px;
	background: #fff;
	float: left;	
}

#entry-form label {
	clear: both;
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px 5px 0;
	width: 170px;	
}

#entry-form input, #entry-form select { float: left }

#entry-form input.multi { margin: 0 4px 0 0 }

#entry-form #under13-section, #entry-form #your-information-section, #entry-form #friend-section, #entry-form #rules-section {
	border: 1px solid #ccc;
	clear: both;
	display: block;
	float: left;	
	margin: 20px 0 20px 0;
	padding: 10px;
	width: 600px;
}

#entry-form #rules {
	height: 150px;
	margin: 0 0 10px 0;
	overflow: auto;
	width: 580px;	
}

#entry-form a#entry-button { clear: both }

.error { color: red; }
input.error { border: solid 1px red; }
