form {
	width: 450px;
	margin-bottom: 15px;
}

.col1 {
	text-align: right;
	width: 100px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

.col2 {
	width: 250px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}

.col2comment {
	width: 285px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
}

.col1comment {
	text-align: right;
	width: 100px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
}

div.row {
	clear: both;
	width: 500px;
}

.submit {
	height: 35px;
	width: 177px;
	padding-top: 5px;
	clear: both;
	margin-left: 110px;
	padding-bottom: 15px;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #666666;
	width: 250px;
}

.textarea {
	border: 1px solid #666666;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 4px 0 5px 8px;
	width: 275px;
}
