/*html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}*/

/*dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}*/

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

textarea.error,
input.error,
select.error {
	border:1px solid #cc0000;
}

.loggedIn {
	position:absolute;
	background:#ccc;
	margin:30px;
	padding:10px 20px 10px 20px;
	border:solid 1px #000;
}
.loggedIn a {
	color:#444;
	text-decoration:underline;
}

.message {
	background:#FDA7A7;
	border-color:#CC0000;
	border-style:solid;
	border-width:3px 3px 3px 6px;
	color:#B04545;
	font-weight:bold;
	margin:10px 0pt;
	padding:10px;
}

.contactForm {
	margin:20px 0 0 20px;
}
.contactForm td {
	padding:7px 7px 7px 0;
}
.contactForm td.label {
	width:130px;
}

.contactForm .select{
	width:143px; 
}

.contactForm .fieldError {
	color:#cc0000;
	font-size:10px;
}

.fieldError { 
	color:#cc0000;
	font-size:10px;
}

<!--background: url(../images/titles/update_user.gif) top center no-repeat;-->
/*.contactForm input .submit_btn{

	background: url(../images/buttons/submit01.jpg) top center no-repeat;
}*/
