



form {
	margin: 							0;
	width:							300px;
	background-color: #000000;
}

fieldset {
	padding:							8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}

legend {
	display:							none;
	visibility:							hidden;
}

label,#preferences {
	font-size:							1.1em;
	font-weight:						bold;
	color: 							#FFFFCC;
}

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

div.obj input, textarea {
	width:							270px;
	padding:							0px;
	border-color:						#6600FF;
	border-style:						solid;
	border-width:						thin;
	font-family:						Arial, Helvetica, sans-serif;
	font-size:							12px;
	color: 							black;
}

textarea {height:100%;}

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

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

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

#name {padding-top:0;}

#pcode {width:90px;}

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

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

#sendme {margin-top:8px;}
