#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 14px/18px "Courier", "Courier New", monospace;
	padding-top: 5px;
	background: transparent url("images/bg_legend.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center;
}

form {
	width: 400px;
}

.col1 {
	text-align: right;
	font:  12px/14px "Courier", "Courier New", monospace;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
	
}

.col2 {
	width: 195px;
	font:  12px/14px "Courier", "Courier New", monospace;
	height: 31px;
	display: block;
	float: left;
	margin: 0;	
	background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 195px;
		font:  12px/14px "Courier", "Courier New", monospace;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
		font:  12px/14px "Courier", "Courier New", monospace;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}

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

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Courier", "Courier New", monospace;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Courier", "Courier New", monospace;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}



