form{
}

	form label, label{
		clear: both;
		display: block;
		color: #252f43;
		font-weight: bold;
		height: 10px;
		padding: 10px 0;
	}
		.boolean{
			clear: both;
		}
		.boolean label{
			clear: none;
			/*width: 602px;*/
			float: left;
			margin: 5px;
			margin-left: 0;
			padding: 0;
		}

input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='date'], input[type='datetime'], input[type='search'], input[type='number'], textarea,  select{
	width: 550px;
	padding: 5px 50px 5px 5px;
	font-family: 'Lucida Sans', 'Trebuchet MS', 'Myriad Pro', 'Tahoma', 'Arial';
	font-size: 12px;
	float: left;
	text-align: justify;
	border: 1px solid #9ab067;
	background: #fff;
}
	input[type='password']{
		font-family: Verdana;
	}
	textarea{ width: 550px; }
	form p{ clear: both; }
	form p.email{ height: 70px; }	
	form select{ width: 605px; }
	
form .buttons{
	clear: both;
	margin-bottom: 10px;
}

input[type="reset"], input[type="submit"], input[type="button"], button{
	margin: 30px 10px 0 0;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	border-bottom-color: #888;
	background: url('../images/interface/button.png') repeat-x top left #fff;
}


#form_step_edit input#description{
	width: 836px;
}

#form_step_edit textarea#direction, #form_step_edit input#direction_key{
	width: 840px;
}

select{
	border: 1px solid #9ab067;
	padding-right: 5px;
	background-color: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	background: #edf4db;
}

form .buttons input[type="submit"]{
	float: right;
	margin-right: 58px;
}
