body {
	background:							white;
	font-family:						arial, sans-serif;
	font-size:							62.5%; /* Makes 1em = 10px */
}



.forms {font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;font-style:normal;	font-weight:normal;font-variant:normal;color:#317AA3;}







h1 {font-size:1.8em;}

p {font-size:1.2em;}

a {
	padding: 							1px;
	text-decoration:					none;
	color: 								#366d9b;
}

a:hover {background:#dbfaf9;}

ul {
	list-style-type:					none;
	margin: 							0;
	padding: 							0;
}

form {
	margin: 							0;
	width:								300px;
}

fieldset {
	border:								none;
	border-bottom: 						2px solid lightgrey;
	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}

label {
	font-size:							1.1em;
	font-weight:						bold;
	color: 								#515151;
}

div.lbl {margin:8px 0 0 0;}



div.obj input,  {
	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;
	padding: 							0;
	background:							url(sc_admin/res/error_arrow.gif) no-repeat;
	font-size:							1.1em;
	font-style:							italic;
	text-indent:						20px;
	color: 								#cd0000;
}

#sendme {margin-top:16px;}