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

/*--- Formatting for 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:25px;
	padding:5px;
	margin: 0px 0px 5px;
	outline:none;
	border: none;
	overflow: hidden;
	color: #22191A;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.statusArea {
	clear: none;
	height: 152px;
	width: 322px;
}
.submitr{
	width:80px;
	border: 1px solid #FEC105;
	height:35px;
	cursor:pointer;
	padding: 0px;
	margin: 0px;
	clear: none;
	right: 150px;
	top: 22px;
}
.idleField, .idleFieldArea{
	border: 1px solid #FEC105;
	color: #22191A;
}
.idleField:hover, .idleFieldArea:hover, .submitr:hover {
	border: #ffffff 1px solid;
	background: #ffffff;
}
.focusField, .focusFieldArea{
	background: #ffffff;
	border: 1px solid #FEC105;
	color: #22191A;
}
.focusFieldArea {
	border: 1px solid #FEC105;
	color: #22191A;
}

