form {
	margin: 							0;
	width:								300px;
}

fieldset {
	border:								none;
	border-bottom: 						2px solid lightgrey;
	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}

label {
	font-size:							1.2em;
	font-weight:						bold;
	color: 								#515151;
}

div.lbl {margin:8px 0 0 0;}

div.obj input, textarea {
	width:								270px;
	padding:							3px;
	border-color:						#ababab;
	border-style:						solid;
	border-width:						thin;
	font-family:						arial, sans-serif;
	font-size:							1.2em;
	color: 								black;
}

textarea {height:100px;}

div.obj input:focus, textarea:focus {background:#f2f2f2;}

div.obj input.err, textarea.err {border-color:#cd0000;}

p.err {
	margin: 							3px 0 0 0 !important;
	padding: 							0 !important;
	background:						url(sc_admin/res/error_arrow.gif) no-repeat;
	font-family:						'Georgia,Serif' !important;
	font-size:							1.2em !important;
	font-style:							italic;
	text-indent:						20px;
	color: 								#cd0000 !important;
}

#sendme {margin-top:16px;}