body {
	padding: 0;
	padding-top: 1em;
	margin: 0;
	text-align: center;
	font: normal 0.75em Helvetica, Arial, sans-serif;
	color: #909;
}

h1 {font-weight: normal;}
p {font-size: 1.2em;}
a img {border: 0;}
ol li {
	margin-bottom: 2.6em;
	font-weight: bold;
}
ol li h2 {font-size: 1.2em;}
ol li p {
	line-height: 1.2em;
	font-weight: normal;
}
form label {
	display: block;
	width: 100%;
	margin-bottom: 0.3em;
	font-weight: bold;
}
form label.radio {
	display: inline;
	font-weight: normal;
}
form p {padding: 0.6em;}
form p.field {background-color: #eee;}

form p.app-type, form p.group-size {height: 1.5em;}

form p.app-type, form p.app-name, form p.college {
	float: left;
	width: 21.6em;
	margin: 0;
}
form p.group-size, form p.app-email, form p.club {
	width: 21.4em;
	margin-top: 0;
	margin-left: 23.8em;
}
form p.group-size label, form p.post label {display: inline;}
form p.error {
	color: white;
	background-color: red;
}
form .inactive {color: #999;}

div.container {
	width: 56em;
	margin: 0 auto;
	text-align: left;
	color: #333;
}

a#apply, input.submit {
	display: block;
	padding: 0.4em;
	border: 2px solid #909;
	font-size: 1.2em;
	color: #909;
}

a#apply {
	width: 8em;
	margin: 0 auto;
	text-decoration: none;
}

input.submit {
	width: 10em;
	background-color: white;
}

div#indigo {
	padding: 1em;
	border-top: 1px solid #ccc;
	color: black;
	background-color: #eee;
}

body#thanks ol li {margin: 0;}