.table-form {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
body {
	background-image: url(../image/background.gif);
	background-repeat: repeat-x;
}

.table-form td {
	padding: 4px;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.error-table {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.error-table td {
	font-size: 12px;
	color: #FF0000;
	padding: 3px;
}
.title {
	font-size: 20px;
	font-weight: bold;
}

