/* All form styling for the interactive forms. Styles are changed with javascipt. */

.status, .statusArea, .submitr{
	background: #e2e2e2;
	border: #152f4b 1px solid;
	display: block;
	position: relative;
	float: left; 
	clear: both;
	width:360px;
	height:28px;
	padding:5px;
	margin: 0px 0px 10px 0px;
	outline:none;
	border: none;
	overflow: hidden;
	color: #0e1f32;
}
.statusArea {
	clear: none;
	height: 172px;
}
.submitr{
	width:80px;
	border: #152f4b 1px solid;
	height:40px;
	clear: none;
	cursor:pointer;
}
.idleField, .idleFieldArea{
	border: #152f4b 1px solid;
	color: #0e1f32;
}
.idleField:hover, .idleFieldArea:hover, .submitr:hover {
	border: #ffffff 1px solid;
	background: #ffffff;
}
.focusField, .focusFieldArea{
	background: #ffffff;
	border: #152f4b 1px solid;
	color: #0e1f32;
}
.focusFieldArea {
	border: #152f4b 1px solid;
	color: #0e1f32;
}