form {
	position:relative;
	width:100%;
	padding:0 0 1px;
	border-bottom:solid 1px #000;
}

form p {
  margin:0 0 10px;
}

/* - - - - - FIELDSET AND LEGEND - - - - - */

fieldset {
  padding:0;
	margin:15px 0 0;
	border:0;
	border-bottom:solid 2px #000; 
}

legend {
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 10px;
}


/* - - - - - FIELDS AND LABELS - - - - - */

label {
	margin-right:.8em;
	font-weight:bold;
}

label span.normal {
	font-weight:normal;
}

.checkboxes label span.normal {
  display:block;
  padding-bottom:10px;
}

.radios label,
.checkbox label {
  font-weight:normal;
	margin-left:.4em;
}

.text input,
.password input,
select,
textarea {
  display:block;
  font-size:110%;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text input,
.password input,
textarea {
  padding:5px 4px;
  margin:0.5em 0.5em 0.5em 0;
  border:solid 1px #c3c3c3;
  border-top-color:#7c7c7c;
  border-bottom-color:#ddd; 
  background:#fff url('../img/admin/bkg-field.gif') repeat-x top;
}

textarea {
	line-height:1.5;
}

select,
.file {
	padding:1px;
	margin:0.5em 0 0 0;
}

.text input,
.password input {
	width:50%;
}

.checkbox, 
.radio {
	margin:7px 0 0;
}

.input {
	margin:0 0 20px 2px;
}

select {
	display:inline;
	margin:0.5em 0.2em 0;
	width:auto;
}

select span {
	padding:0 3px;
}

.multiple {
 width:30%; 
}

.image {
 margin-top:10px;
}

.image img {
 border:solid 3px #eee;
}

#enabled-date {
	padding:0 0 10px;
}

#enabled-date .input {
	margin:0 0 10px;
}


/* - - - - - SUBMIT BUTTONS - - - - - */

fieldset.buttons {
	position:relative;
	margin:0;
  padding:15px 0;
  border-bottom:solid 1px #000; 
}

fieldset.buttons .right {
  position:absolute;
	right:0;
	top:50%;
	height:20px;
	line-height:20px;
	margin:-10px 5px;
}

fieldset.buttons input {
	float:left;
}

.form-button {
	display:inline;
	padding:3px;
	margin:0 5px 0 0;
	cursor:pointer !important;
}


/* - - - - - SIZES - - - - - */

textarea,
input.full {
	width:98%;
}

textarea.small {
  font-size:110%;
	height:5em;
}

textarea,
textarea.medium {
  font-size:110%;
	height:15em;
}

textarea.large {
  font-size:110%;
	height:30em;
}


/* - - - - - ERRORS - - - - - */

input.form-error {
	border:solid 1px #C99;
	border-top-color:#C66;
}

.error-message {
	color:#900;
}


/* - - - - - REQUIRED - - - - - */

.req {
	color:#C00;
	font-weight:bold;
	padding:0 2px 0 0;
}


/* - - - - - INFO - - - - - */

.info {
  color:#333;
	font-size:95%;
	font-weight:normal;
}
