/* CSS Document */
#careers 
{
	width: 100%;
}
label,input 
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 6px;
}

label 
{
	text-align: right;
	width: 90px;
	padding-right: 20px;
}

br 
{
	clear: left;
}

.careerTitles 
{
	color: #CC3300;
}

select 
{
	margin-bottom: 6px;
}

#errormessage 
{
	color: #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
#required {
	color: #CC3300;
}