.status, .statusArea, .submitr{
	display: block;
	position: relative;
	float: left; 
	clear: both;
	width:368px;
	height:32px;
	padding:10px;
	outline:none;
	border: none;
	overflow: hidden;
}
.submitr{
	background: none;
	border: #0b3752 1px solid;
	color: #86979d;
	width:80px;
	height:32px;
	margin: 2px 0px 10px 343px;
	padding: 5px;
	display: display;
	position: relative;
	clear: both;
	float: left;
}
.submitr:hover{
	border-color: #24475d;
	color: #a3b7bf;
}
.idleField, .idleFieldArea{
	background: url(../images/form-text-bg.png) top center no-repeat;
	color: #86979d;
}
.idleField:hover, .idleFieldArea:hover {	
	background: url(../images/form-text-bg.png) center center no-repeat;
	color: #a3b7bf;
}
.focusField, .focusFieldArea{
	background: url(../images/form-text-bg.png) bottom center no-repeat;
	color: #909090;
}
.statusArea {
	height:136px;
	clear: none;
}
.idleFieldArea {
	background: url(../images/form-textarea-bg.png) top center no-repeat;
}
.idleFieldArea:hover {	
	background: url(../images/form-textarea-bg.png) center center no-repeat;
}
.focusFieldArea {
	background: url(../images/form-textarea-bg.png) bottom center no-repeat;
}
