table {
	padding: 0px;
	width: 100%;
	margin-bottom: 20px;
}

table thead {
	font-weight: bold;
	font-size: 16px;
	background-color: #666666;
	color: #FFFFFF;
}

table tbody {
	background-color: #CCCCCC;
}

table td {
	padding: 5px;
}

table a {
	text-decoration: none;
	color: #000000;
}

table a:hover {
	text-decoration: underline;
}

table .error {
	background-color: #FF0000;
	color: #FFFFFF;
}

fieldset {
	padding: 10px;
	border-color: #000000;
}

fieldset legend {
	font-size: 18px;
	font-weight: bold;
}

fieldset div {
	margin-top: 10px;
}
