form {
  padding:0;
  margin:0;
	width:100%;
}


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

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

legend {
	font-size:2em;
	font-weight:normal;
	padding:0 0 15px;
	line-height:1em;
}

fieldset.enabled {
  border-bottom-width:1px;
  padding:0;
}

fieldset.buttons {
  position:relative;
  border:0;
  padding:0;
}

fieldset.buttons .left {
  width:30%;
}

fieldset.buttons .right {
  position:absolute;
  display:inline;
  right:0;
  bottom:0;
  width:65%;
}

/*
------------------------------------
UPLOADS
------------------------------------  
*/

fieldset.uploads .button {
  margin:15px 0;
}

fieldset.uploads .image,
fieldset.uploads .audio {
  margin-top:15px;
}

fieldset.uploads .image img {
 margin:0;
 border:solid 3px #eee;
}

fieldset .file,
fieldset .audio {
  margin-top:10px;
  padding-left:23px;
  height:16px;
  line-height:16px;
}

fieldset .audio {
 background: url('../img/admin/icon-audio.gif') no-repeat;
}

fieldset .flv {
  background: url('../img/admin/icon-flv.gif') no-repeat;
}

fieldset .mov {
  background: url('../img/admin/icon-mov.gif') no-repeat;
}

fieldset .txt {
  background: url('../img/admin/icon-txt.gif') no-repeat;
}


/* - - - - - LABELS - - - - - */

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

.select label,
.date label {
	display:block;
}

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

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

.normal {
	font-weight:normal;
}

.block {
  display:block;
}

.inline {
  display:inline;
}


/* - - - - - INPUTS - - - - - */

.input {
  clear:both;
  float:left;
  width:100%;
	margin:0 0 20px 2px;
}

/*.input + .inline {
  width:auto;
  clear:none;
  margin-right:10px;
}
*/
.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;
}

input[type=file] {
  display:block;
  margin-top:15px;
  padding:0 2px;
}

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

.text input.small,
.password input.small {
	width:25%;
	line-height:1em;
	padding:5px 4px;
}

.text input.tiny {
	width:5%;
}

input.small {
  font-size:100%;
}

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

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

select span {
	padding:0 3px;
}

.multiple {
  height:100px;
  width:25%; 
}

select.half {
 width:50%; 
}

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

textarea.small {
  font-size:110%;
	height:5.5em;
  line-height:1.5em;
	margin-bottom:10px;
}

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

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


/* - - - - - CHECKBOXES AND RADIOS - - - - - */

.checkbox  {
  padding:5px 0;
  margin-top:10px;
  clear:both;
}

.checkbox input,
.checkbox label {
  float:left;
}

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

.radios span.label {
  font-weight:bold;
  display:block;
	margin-bottom:5px;
}


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

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

.error {
	color:#900;
}

form .error {
	padding:10px;
	width:695px;
}
