#application_table	{}

.long_text_input	{
	width: 225px;
}
.short_text_input	{
	width: 125px;
}
.select_input	{

}
.submit_button	{
	background-color: #;
	color: #FFFFFF;
	font-weight: bold;
}
.caption_column	{
	text-align: right;
}
.field_column	{

}
.errors	{
	font-weight: bold; font-size: 11px; color: #000000;
}

#thanks	{

}

#thanks_table	{
	background-color: #;
	border: 1px solid #;
	padding: 10 10 10 10;
	margin: 0 100 10 100;

	text-align: center;

}

.thanks_text_large	{
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}
.thanks_text_medium	{
	font-size: 13px;
	text-align: center;
}

input.submit_button	{
	border: none;
	background-color: #;
	color: #;
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	border-top: 1px ridge #;
	border-bottom: 1px ridge #;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}