@charset "utf-8";
/* CSS Document */
.header {
	width: 100%;
	text-align: center;
}
.ordering {
	width: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	font-size: 10px;
	color: #999999;
}
input {
	font-size: 10px;
	color: #000066;
}
select {
	font-size: 10px;
	color: #000066;
}
.errors {
	font-size: 10px;
	color: #FF0000;
}
