#mailform div {
	text-align: left;
	padding-top: 10px;
}
#mailform .fieldLabel {
	float: left;
	color: #ccc;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}
#mailform .required {
	color: yellow;
}
#mailform #confirmation {
	color: yellow;
	height: 30px;
	text-align: center;
	font-size: 140%;
}

