.indent {
	background-color: #bbe7ee;
	border: 2px solid #045b60;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

.center {
	text-align: center;
}

div.textarea {
	margin-left: 4px;
}

td.left {
	width: 150px;
	height: 25px;
	text-align: right;
	font-weight: bold;
}

td.right {
	width: 360px;
	text-align: left;
}

td.right label {
	font-weight: bold;
}

td.spacer {
	height: 10px;
}

td.info {
	text-align: center;
	width: 580px;
}

input, select {
	border: 1px solid #186a70;
	width: 250px;
	height: 16px;
}

input.submit {
	background-color: #fefbfb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #045b60;
	height: 25px;
}

input.counter {
	width: 30px;
	text-align: center;
}

input.file {
	height: 20px;
}

input.deleteButton {
	width: 16px;
	height: 16px;
	border: 0px;
	background-color: transparent;
}

select {
	height: 18px;
}

select.small {
	width: 40px;
}

select.bigger {
	width: 55px;
}

textarea {
	border: 1px solid #186a70;
	width: 450px;
	height: 150px;
}

textarea.middle {
	height: 80px;
}

textarea.middle_error {
	border: 1px solid #ff0000;
	width: 450px;
	height: 80px;
}

textarea.smaller {
	height: 50px;
}