body {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 0.8em ;
	color: #000000 ;
}
label {
	float: left ;
	width: 150px ;
	font-weight: bold ;
}
input, select {
	margin-bottom: 3px ;
}
.button, .smallButton {
	cursor : hand;
	font-size: 0.750em ;
}
#submitButton {
	cursor : hand;
	font-size: 2em ;
}
.left {
	margin-left: 150px ;
}
.txtFormLegend {
	color: #777777 ;
	font-weight: bold ;
	font-size: large ;
}
.txtSmall {
	color: #999999 ;
	font-size: smaller ;
}
.hidden {
	display: none ;
}
.error {
	display: block ;
	margin-left: 150px ;
	color: #ff0000 ;
}
