form{
	display: block;
	margin: 10px;
	padding: 0px;
}
form ul{
	padding: 0px;
	margin: 0px;
	
}
form ul li{
	display: block;
	position: relative;
	clear: both;
	float: left;
	width: 500px;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
form ul li span{
	padding: 5px 0px;
	margin: 0px;
	clear: none;
	display: block;
	float: left;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	
}
.status, .statusArea, .submitr{
	background: #313236;
	display: block;
	position: relative;
	float: right; 
	clear: none;
	width:400px;
	height:20px;
	padding: 5px;
	margin: 0px;
	outline:none;
	border: none;
	overflow: hidden;
}
.submitr{
	background: #313236;
	clear: none;
	width:80px;
	height:32px;
	padding: 5px;
	color: #6F6F6F;
	cursor: pointer;
}
.idleField, .idleFieldArea{
/*	background: url(../bsws-images/form-text-bg.png) top center no-repeat; */
	color: #6F6F6F;
}
.idleField:hover, .idleFieldArea:hover {
	background: #222326;
/*	background: url(../bsws-images/form-text-bg.png) center center no-repeat; */
	color: #6F6F6F;
}
.focusField, .focusFieldArea{
	background: #19191b;
/*	background: url(../bsws-images/form-text-bg.png) bottom center no-repeat; */
	color: #909090;
}
.statusArea {
	height:136px;
	clear: none;
}
.idleFieldArea {
/*	background: url(../bsws-images/form-textarea-bg.png) top center no-repeat; */
}
.idleFieldArea:hover, .submitr:hover{
	background: #222326;
/*	background: url(../bsws-images/form-textarea-bg.png) center center no-repeat; */
}
.focusFieldArea {
/*	background: url(../bsws-images/form-textarea-bg.png) bottom center no-repeat; */
}
