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

h1 {font-size:14em;}

p {font-size:1em;}

a {
	padding: 							0px;
	text-decoration:					none;
	color: 								#4D4D4D;
}

a:hover {background: white;}

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

form {
	margin: 							0;
	width:								580px;
}

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

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

fieldset div.lbl {
width: 200px;
}

fieldset div.obj {
width: 300px;
}

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

legend {
	display:							none;
	visibility:							hidden;
}

label {
	font-size:							0.8em;
	font-weight:						bold;
	color: 								#4D4D4D;
}

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

div.obj input, textarea {
	width:								340px;
	padding:							2px;
	border-color:						#4D4D4D;
	border-style:						solid;
	border-width:						1px;
	font-family:						verdana;
	font-size:							0.8em;
	color: 								#4D4D4D;
}

textarea {height:200px;}

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

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:							1.1em;
	font-style:							italic;
	text-indent:						20px;
	color: 								#4D4D4D;
}

#sendme {margin-top:16px;}
