form table.form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

form table.form th {
	border: 1px solid #1E568F;
	text-align: center;
	background-image: url('../img/table-list-bg.png');
	background-color: #FFF7BA;
}

form table.form td.label {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

form table.form td,
form table.form th {
	padding: 3px;
	background-color: #C1D9F1;
}

form table.form .hover {
	background-color: #86B8EA;
}
form table.form .clicked {
	background-color: #FFBABA;
}

