input, textarea, select{
	border: 1px solid #999;
	background: #fff;
	color: #333;
	font-size: 11px;
	font-family: Arial, Tahoma;
	padding: 3px;
}

fieldset{
	border: 1px solid #999;
	padding: 10px;
}

legend{
	font-size: 21px;
	color: #2a5877;
	font-family: Arial;
}

div.half input.radio, div.quarter input.radio, div.third input.radio, div.full input.radio, div.half input.checkbox, div.quarter input.checkbox, div.third input.checkbox, div.full input.checkbox, div.half_quarter input.radio, div.half_quarter input.checkbox, div.full input.radio, div.full input.checkbox{
	width: auto;
	border: 0;
}
div.half_quarter select{
	width: 40%;
}
div.half input, div.half select, div.half textarea{
	width: 95%;
}
div.quarter input{
	width: 90%;
}
div.third input{
	width: 90%;
}
div.full input{
	width: 95%;
}

input.submit{
	background: #585832;
	border: 1px solid #126f03;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#signupForm label.error {
	width: auto;
	color: #f00;
	display: block;
	font-size: 10px;
	line-height: 14px;
}
fieldset{
	margin-bottom: 30px;
}
div#breed_other_subs.grey input, div#breed_other_subs.grey select{
	background: #eee;
}
