body {
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							62.5%; /* Makes 1em = 10px */
}

p {font-size:1.2em;}

form {
	margin: 							0;
	width:							300px;
	background: 						white;
}

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

legend {
	display:							none;
	visibility:							hidden;
}

label,#preferences {
	font-size:							1.1em;
	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, Helvetica, 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;}

div.obj p {
	margin: 							3px 0 0 0;
	padding: 							0;
	background:						white url(sc_admin/res/error_arrow.gif) no-repeat;
	font-size:							1.1em;
	font-style:							italic;
	text-indent:						20px;
	color: 							#cd0000;
}

#name {padding-top:0;}

#pcode {width:90px;}

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

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

#sendme {margin-top:8px;}