/* APPLICATION PAGE */

#application_form table {
	border-collapse: collapse;
	margin-top: 10px;
}
#application_form table th {
	padding: 0 0 10px 0;
}
#application_form table td {
	padding: 3px 5px;
}
#application_form table table {
	margin-top: 0;
}
#application_form table table td {
	padding: 0 5px;
}
#application_form table thead td {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#instructions, #confirmation {
	padding: 5px 5px 15px 5px;
	margin: 10px 0;
	background: url(images/classes_gradient.gif) repeat-x #e9eadb;
	border-top: 1px solid black;
	border-right: 1px dashed #acad9e;
	border-left: 1px solid #999999;
}
#instructions table {
	width: 100%;
	margin-bottom: 10px;
}
#instructions #instructions_title {
	font-size: 1.3em;
	text-decoration: underline;
}
#instructions #instructions_cost {
	font-weight: bold;
	text-align: right;
}
#confirmation .title {
	font-size: 1.3em;
}

#recaptcha_widget_div {
	margin-top: 1em;
}
