@charset "UTF-8";
/* CSS Document - FabFierce Admin Forms Styles */

form .actions {
	text-align: center;
	padding-bottom: 40px;
} 
form p { 
  clear: left; 
  margin: 1px 0; 
} 
form label {
	float: left;
	width: 30%;
	padding-right: 10px;
	text-align: right;
} 
input.text, input.password, select { 
  width: 400px; 
} 
textarea {
	width: 400px;
	height: 4em;
} 
textarea#body { 
  height: 30em; 
} 
.form-heading  {
	width: 30%;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 5px;
}
fieldset {
	width: 450px;
	margin: 15px 0px 25px 0px;
	padding: 15px;
}
.button {
	text-align: center;
}
.button input {
	font-weight: bold;
}
