body {
	background:							white;
	font-family:						verdana;
	font-size:							62.5%; /* Makes 1em = 10px */
}

h1 {font-size:1.2em;}

p {font-size:0.8em;}

a {
	padding: 							0;
	text-decoration:					none;
	color: 								#666666;
}

a:hover {background:#ffffff;}

ul {
	list-style-type:					none;
	margin: 							0;
	padding: 							0;
}

form {
	margin: 							5px;

}
fieldset {
border: none;
clear: left;
margin: 5px;
padding: 5px;
}

fieldset div.lbl, fieldset div.obj {
float: left;
display: block;
}

fieldset div.lbl {
width: 290px;
}

fieldset div.obj {
width: 230px;
}

fieldset div.obj input, textarea {
width: 230px;

}

legend {
	display:							none;
	visibility:							hidden;
}

label {
	font-size:							0.8em;
	font-weight:						none;
	color: 								#666666;
}

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

div.obj input, textarea {
	width:								230px;
	padding:							3px;
	border-color:						#ababab;
	border-style:						none;
	border-width:						none;
	font-family:						verdana;
	font-size:							0.8em;
	color: 							#000006;
}

textarea {height:150px;}

div.obj input:focus, textarea:focus {background:#ffffff;}

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

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

#sendme {margin-top:16px;}
