body {
	font:12px calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
caption {
	font-size:14px;
	font-weight:bold;
}
.odd {
	background-color:#CFC;
}
.even {
	background-color:#FFC;
}
th {
	text-align:left;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 85px;
	margin-right: 15px;
	clear: left;
}
input[type="text"], input[type="password"] {
	display: block;
	margin-bottom: 25px;
	width: 200px;
	float: left;
}
legend { background-color:#CCC;padding:5px;border:1px solid black; }
form, fieldset { overflow:hidden; }

