/*---- FORM ELEMENTS FOR EDITING ----*/


#formSubs {
	margin-bottom: .6em;
	padding: .8em;
	background: #efefe0;
	}
	
#formSubs h3 {
	margin-top: 0;
	}	
	
#contentBio .subs p, #contentBio p.note {
	margin-top: .4em;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.2em;
	text-indent: 0;
	font-size: .93em;
}	

form, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	}
	
#contentBio p.message {
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1.2em;
	border: 2px solid #3c0;
	padding: .8em;
	background: #fff;
	text-indent: 0;
	font-weight: bold;
	}	

textarea.bio {
	position: relative;
	width: 100%;
	height: 300px;
	border-top-width: 1px;
	padding: .2em;
	}
	
textarea.caption {
	position: relative;
	width: 100%;
	height: 120px;
	border-top-width: 1px;
	padding: .2em;
	}
	
textarea.salesNote {
	position: relative;
	width: 100%;
	height: 60px;
	border-top-width: 1px;
	padding: .2em;
	}	
	
label, legend {
	font-weight: bold;
	}
	
#contentBio label {
	font-size: .93em;
	}	
	
fieldset label {
	font-weight: normal;
	}	

fieldset {
	margin-top: .6em;
	margin-bottom: 1em;
	padding: .4em .2em 0 .25em;
	}
	
fieldset input.check {
	position: relative;
	display: block;
	float: left;
	margin-right: .25em;
	}
	
.sig {
	font-weight: bold;
	}	
	
fieldset ul {
	list-style: none;
	}
	
fieldset li {
	clear: left;
	padding-bottom: .25em;
	line-height: 1.1em;
	}
	
fieldset.checklist label {
	display: block;
	position: relative;
	float: left;
	padding-bottom: .25em;
	}	
	
#contentBio p.admin {
	text-indent: 0;
	}
	
p.admin {
	line-height: 1.1em;
	}	