#inputArea{
	font-family:"Courier New", Courier, mono;
	font-size: 13px;
	padding: 15px;
	width: 610px;
}

#inputArea input, #inputArea textarea{
	font-family:"Courier New", Courier, mono;
	font-size: 13px;
	color: #404040;
	line-height: 130%;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 600px;
}

#inputArea .submit{
	width: 610px;
	color: #404040;
}

.activeField{
	background-image: none;
	background: none;
	border: solid 1px #33677F;
}

.idle{
	border: solid 1px #85b1de;
	background-image: url('../images/form_bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

