.first {
	background-color: WhiteSmoke;
	padding: 5px;
}

.second {
	background-color: #fefefe;
	padding: 5px;
}

.required_label {
	font-weight: bold;
	color: #00a5ea;
}

.required_field {
	color: #555;
}

.text64 {
	width: 400px;
}

.text16 {
	width: 100px;
}

.text32 {
	width: 200px;
}


