#siteContentForm {
	background:#ddd;
	padding:5px 0px 0px 0px;
	margin:0px auto;
	width:675px;/
	min-width:500px;
	color:#000;		
}
#siteContentForm p {
	color:#000;
	}
#siteContentForm fieldset {
	background: #eee;	
	width:90%;
	margin: 10px auto;
	padding: 10px;
	margin-bottom: 20px;
	font-size:1em;
	}

#siteContentForm legend {
	font-weight: bold;
	font-size:1.em;
	background-color:#eee;	
	padding: 0px 5px 0px 15px;
	border: thick #000;
	color:#000000;
}

#siteContentForm fieldset label {	
	display: block;
	font-size: .8em;
	font-weight: bold;
	width: 150px;
	padding-right: 15px;
	float:left;
	text-align:right;
	
}
#siteContentForm h1 {
	background:none;
	padding: 5px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	font-size:1.0em;
	font-weight:bold;
	color:#000;
	}
	
#siteContentForm p {
	text-align:left;
	width:90%;
	padding:5px 0px 0px 20px;
	margin-bottom: 20px;
	font-size:1em;
	font-weight:normal;
}

#siteContentForm img {
	width:100px;
	padding: 2px 2px 2px 2px;	
	border: 0px;
	}
label {
	color: #000;
	font-size:.9em;
}

.fieldlabel {
	color: #000;
	font-size:.9em;
}

.fieldreq {
	color: #ff0000;
	font-size:.8em;
}

input {
	color:#888;
	font-size:1em;
	margin-bottom: 2px;
	
	}

.textareadescr {
	width: 400px;
	height: 100px;
}
.textarealead {
	width: 400px;
	height: 80px;
}

.textareadir { 
	width: 400px;
	height: 60px;
}

input:focus, textarea:focus, select:focus{
	background-color: #ff9;
	color:#000;
	
	}	
select {
	font-size:1em;	
	}	
.siteContentButton {
	float: right;
	width: 95px;
	height:25px;
	text-align:center;
	margin: 0px 50px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-weight:bold;	
	}
.siteContentButtonC {
	width: 95px;
	height:25px;
	text-align:center;
	margin: 0px auto;
	padding: 0px 2px 2px 2px;
	font-weight:bold;	
	}




/* set up classes for each types of textual data, changing size */
.sfields{
		width:275px;
		maxlength:100;
}
.descr {
	width:500px;
	maxlength:100;
	height:75px;
	
}
.descrshort {
	width:500px;
	maxlength:255;
	height:60px;
	
}
.city {
	width:225px;
	maxlength:100;
}
.state {
	width:125px;
	maxlength:100;
}
.zipcode {
	width:75px;
	maxlength:100;
}

.phone {
	width:175px;
	maxlength:100;
}
.radio {
	width:45px;	
}
.checkbox {
	width:15px;
	font-size:1em;
	padding-left:0px;
	
}
.checkboxlabel {
	width:15px;
	font-size:1em;
	padding-left:0px;
	color:#000;	
	
}
.ercheckbox {
	width:15px;
	font-size:1em;
	padding-left:0px;
	
}
.recheckboxlabel {
	width:65px;
	font-size:1em;
	padding-left:0px;
	color:#000;	
}
.radiotn {
	width:25px;		
	color:#000;		
}
.entercaptcha {
	width:100px;		
	}

.reqbottom {	
	color:#F00;
	clear:both;
}
textarea  {
	color:#000000;	


	}
textarea label {	
	display: block;
	font-size: .9em;
	font-weight: bold;
	width: 100px;
	padding-right: 15px;
	float:left;
	text-align:right;	
}

.formHelp {
	color: #990066;
	font-size:.9em;	
	padding-left: 10px;
}
.fieldlabel {
	color: #000;
	font-size:.9em;
}

#RightSideForm label {
	color: #ff0000;
	font-size:.8em;
	float:right;
	width:25px;
}

#RightSideForm input {
	width:125px;
	maxlength:125;
	color:#900;
	font-size:.8em;
	margin-bottom: 3px;	
	}
	
.searchinput {
	width:150px;
	maxlength:125;
	color:#900;
	font-size:.8em;
	margin-bottom: 10px;
	
	}	