body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  
/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	width:540px;
	padding-top:0; 
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin:0 auto;
	background-color:#F9F9F9;
	text-align:justify;
	font-size: 12px;
}
#content form {
	margin: 0;
	width:	500px;
}
#content p {
	color:#333333;
	font-size: 1em;
	padding-top: 0px;
	font-weight:normal;
}
#content h1 {
	color:#cc0000;
	padding:10px 0 10px 0;
	margin:0;
	text-decoration: underline;
	font-size: 1.6em;
	font-weight:bold;
}
#content h2 {
	color:#CC0000;
	padding:5px 0 5px 0;
	margin:0;
}
#content h3 {
	color:#CC0000;
	padding:2px 0 2px 0;
	font-weight:normal;
	margin:0;
}

#content h4 {
    font-weight:bold;
	color:#000;
	padding-top: 10px;
	padding-bottom: 0px;
}
/*
#content #form #form_contact fieldset {
	border:	solid;
	border: 2px solid lightgrey;
	width: 516px;
	padding-top:0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 8px;
	background-color: #FFFFCC;
}
*/
#content #form #form_contact div.field_set{
	margin:10px 0 0 0;
}
#content #form #form_contact fieldset {
	display:block;
	position:relative;
	border:	solid;
	border: 2px solid lightgrey;
	width: 515px;
	padding:0 10px 10px 10px;
	margin: 0;
	background-color: #FFFFCC;
}
#content #form #form_contact fieldset legend {
	display:block;
	position:absolute;
	top:-0.6em;
	left:10px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#CC0033;
}
#content #form #form_contact p {
	color:#333333;
}
#content #form #form_contact label {
    color:#333333;
	font-size:1em;
	font-weight:normal;
	color:#515151;
}
#content #form  ul {
    list-style: none;
    margin-top:0px;
    padding:0px;
	font-size:1em;
}
#content #form ul li {
    margin-left: 20px;
}
#content p.right {
	text-align: right;
}

#content #form div.obj select{
	color:#333333;
	font-size:1.1em;
}

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

#content #form #form_contact div.lbl label {
    color:#333333;
	font-size:1.1em;
	font-weight:normal;
}


div.obj input, textarea {
	width:500px;
	margin-top:1px;
	padding:3px;
	border-color:#ababab;
	border-style:solid;
	border-width:thin;
	font-family: Arial, Helvetica, sans-serifarial, sans-serif;
	font-size:1em;
	color:#000064;
}

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

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

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

#sendme {margin-top:12px;}
