@charset "UTF-8";
/* CSS Document */

/*body {
	background-color: #CCC;
	font: 11px/24px "Arial, Helvetica, sans-serif";
	color: #5A698B;
}*/

/*#title {
	width: 435px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Arial, Helvetica, sans-serif";
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}*/

form {
	width: 500px;
	background-color:#666;
	border: 1px solid #677798;
	padding: 5px;
}

#wrapper {
	background-color: #CCC;
}

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

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

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

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

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

.submit {
	height: 29px;
	width: 435px;
	padding-top: 5px;
	clear: both;
} 

input {
	background-color: #fff;
	font: 11px/14px "Arial, Helvetica, sans-serif";
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

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