body, p, div, li, td, th, a {
	font-family:verdana, arial;
	line-height:18px;
	font-size:12px;
	color:#000;
}
a:hover {
	color:#8c8037;
}

h1, h2, h3, h4, h5, p {
	padding:0;
	margin-top:0;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}
h3 {
	font-size:16px;
	font-weight:bold;
}

/* messages */
#fatalerror {
	color:#f00;
	font-size:16px;
	font-style:italic;
}
#error {
	
}

/* page styles */
.editButton {
	position:absolute;
	margin:-25px 0 0 -55px;
}

/* forms */
form fieldset p label {
	float:left;
	width:200px;
}
form fieldset {
	border:1px solid #ec008c;
}
input {
	border:1px solid #ec008c;
	background:transparent;
}