#messagebar {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 45px;
}
#form_top_color {
	position: absolute;
	height: 26px;
	width: 100%;
	margin: 0 50px 0 0;
	display: block;
	z-index: 5;
}
#form_box {
	position: relative;
	top: 25px;
	padding: 10px;
}
#titletext {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 8;
	font-weight: bold;
	font-size: .8em;
}
form p {
	margin: 0px 0;
	line-height: 1.25em;
	padding: 5px 0;
}
label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}
.formitem {
	width: 100%;
}
input.text {
	width: 300px;
}
input.file {
	width: 300px;
	border: 1px solid black;
}
input, textarea, select {
	border: 1px solid black;
}

textarea {
	width: 100%;
}
cite {
	display: block;
	text-align: right;
}
.clearfloat {
	clear:both;
}
hr {
	border:0px;
	height: 1px;
	background: black;
	margin: 0px 0px 10px 0px;
	padding:0px;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}