p{
	float: left;
}

label{
	width: 80px;
	text-align: left;
	margin-right: 5px;
	font-weight: 400;
	display: block;
	font-size: 1em;
	font-family: Arial, sans-serif;
	float: left;
	background: transparent;
	color: #000000;
}

input{
	color: #000000;
	background: #fff1cb;
	border: 1px solid #003333;
}

.submit{
	color: #000000;
	background: #fff1cb;
	border: 2px outset #003333;
	font-weight: 700;
	margin-left: 85px;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset{
	width: 275px;
	height: auto;
	border: 1px solid #003333;
	float: left;
	margin-bottom: 5px;
}

legend{
	color: #003333;
	background: transparent;
	font-weight: 700;
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding: 2px 5px;
}

select{
	color: #000000;
	background: #fff1cb;
	border: 1px solid #003333;
}

#note{
	color: #003333;
	background: transparent;
	font-style: italic;
	float: left;
	width:374px;
	line-height: 1.2em;
}

#formRow{
	padding-left: 10px;
	width: 275px;
	height: auto;
	padding-bottom: 2px;
	color: #003333;
	background: transparent;
	float: left;
	font-weight: 700;
}


.formIndividualTitle{
	width: 60px;
	height: auto;
	float: left;
	color: #000000;
	background: transparent;
}

.formGenderTitle{
	width: 50px;
	height: auto;
	float: left;
	color: #000000;
	background: transparent;
}

.formBirthdateTitle{
	float: left;
	height: auto;
	width: 120px;
	color: #000000;
	background: transparent;
}

.formIndividual{
	width: 60px;
	height: auto;
	float: left;
	color: #000000;
	background: transparent;
	font-weight: 400;
}

.formGender{
	width: 50px;
	height: auto;
	float: left;
	color: #000000;
	background: transparent;
	font-weight: 400;
}

.formBirthdate{
	float: left;
	height: auto;
	width: 120px;
	color: #000000;
	background: transparent;
	font-weight: 400;
}



