* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	background: #99CCFF;
	color: #006699;
	font-weight: bold;
}
.label {
	font-weight: bold;
}
.field {
}
.show {
}
.hide {
	display: none;
}
.error {
	color: red;
}