@charset "UTF-8";
/* Form */

.row {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 350px;
  }

.row span.label {
	float: left;
	width: 75px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
  }

.row span.formw {
	float: right;
	width: 260px;
	text-align: left;
  } 

input, textarea {
	width: 250px;
	background-color: #F5F2E8;
	border: 1px solid #CEC59F;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4A38;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

input:focus, textarea:focus {
	background-color: #FDFFFF;
}


fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.submit {
	height: 23px;
	width: 80px;
	background-color: #DCD8BD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}