/* ******** UPDATE FORMS (e.g. user news submission) ******** */

form.update {
	margin: 0;
	padding: 0;
}

form.update fieldset {
	border: 1px dotted #CCC;
}

form.update fieldset.submit {
	border: none;
	padding-top: 1em;
}

form.update fieldset.lone div.submit {
	text-align: center;
}

form.update fieldset.submit legend {
	display: none;
}

form.update legend {
	background: #FFF;
	padding: 2px;
	margin: 0;
	color: #CCC;
}

form.update div.field {
 clear: both;
 border: 1px solid #FFF;
 color: #999;
 padding: 10px;
}

form.update div.textonly {
	padding: 40px;
	color: #333;
}

form.update label {
	display: block;
	padding: 0;
	margin: 0;
	color: #333;
}

form.update label.required-true {
	font-weight: bold;
}

form.update div.input {
	margin-bottom: 0.5em;
}

form.update div.input p {
	margin: 3px 0 0.5em 0;
}

p.alert {
	padding: 10px 0 10px 40px;
	background: #FFFFFF url(/bifm/admin/assets/gfx/icon_alert.gif) no-repeat left center;
	color: #900;
	font-weight: bold;
	border: none;
}

form.update div.input p.alert {
	padding: 0 0 0 20px;
	background: #FFFFFF url(/bifm/admin/assets/gfx/icon_minialert.gif) no-repeat left center;
	color: #900;
	font-weight: bold;
	border: none;
}

form.update div.input iframe {
	width: 424px;
	margin-bottom: 5px;
}

form.update select.formSELECT {
	width: 424px;
}

form.update input.formTEXT {
	width: 424px;
}

form.update textarea.formTEXTAREA {
	width: 424px;
}

form.update input.formCHECKBOX {
	position: relative;
	top: 1px;
}

form.update div.submit {
	text-align: right;
	padding: 0 10px 8px 0;
}
