/* CSS Document */
form{
font-size: 100%;
margin: 0px;
max-width: 620px;
min-width: 520px;
padding: 0;
width: 590px;
font-family: Ariel, Helvitica, sans-serif;
font-size: 12px;
line-height: 25px;
}

form fieldset{
border-color: #422210;
border-style: solid none none;
border-width: 1px 0 0;
clear: both;
font-size: 100%;
margin: 0px;
padding: 10px;
}
form fieldset legend{
	line-height: 150%;
	color: #422210;
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
}

.formsection{
margin-top: 10px;
}

.formsection div{

clear: both;
}

#personalinfo label {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-top: 3px;
}

#talentinfo label{

}
#eventinfo label{
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-top: 3px;
}
.formnote {
line-height: 16px;
font-style: italic;
}
.required label{
	font-weight: bold;
}
.error{
	color: red;
	font-size: 150%;
}

