

form {
	margin: 							0;
	width:							500px;
	background: 					#FFFFFF;
	padding:20px;
}

fieldset {
	border:							none;
	border-bottom: 						2px solid lightgrey;
	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}

label,#preferences {
	font-size:							11px;
	font-weight:						bold;
	color: 							#515151;
}

div.lbl {margin:8px 0 0 0;}

div.obj input, textarea {
	width:							270px;
	padding:							3px;
	border-color:						#cccccc;
	border-style:						solid;
	border-width:						thin;
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							1.2em;
	color: 							black;
}

textarea {height:100px;}

div.obj input:focus, textarea:focus {background-color: #eeeeee;}

div.obj input.err, textarea.err {border-color:#862424;}

div.obj p {
	margin: 							3px 0 2px 0;
	padding: 							0;
	background:						#f1f0e9 url(sc_admin/res/error_arrow.gif) no-repeat;
	font-size:							11px;
	font-style:							normal;
	text-indent:						20px;
	color: 							#862424;
}

#name {padding-top:0;}

#pcode {width:90px;}

#preferences label {font-size:1em;}

#preferences div {margin:0 0 4px 0;}


#sendme {
margin-top:8px;
margin-bottom:28px;
border:none;
padding:3px;
width: 150px;
float:right;
text-align:center;
background-color:#862424;
color:#ffffff;
font-weight: bold;
}