dl {
	font-size: 11px;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
	height: 1%;
}

dl dt {
	float: left;
	text-align: left;
	display: block;
	width: 35%;
	font-weight: bold;
}

dl dd {
	margin-left: 36%;
}

dl dt label {
	line-height: 1.9em;
}

fieldset {
	border-color: #960;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
}

fieldset legend {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
}

label {
	cursor: pointer;
}

input,textarea {
	width: 97%;
	border: 1px solid #AAA;
	border-width: 1px 2px 2px 1px;
	border-color: #AAA #999 #999 #AAA;
	padding: 2px;
}

p.submit {
	clear: both;
	text-align: right;
}

p.submit input {
	font-weight: bold;
	width: auto;
	cursor: pointer;
	padding: 3px;
}

p.error {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	background: #FFBABA url(../img/error.png) 10px center no-repeat;
	color: #D8000C;
}

.hidden {
	display: none;
}

div#searchbar {
	width: 350px;
	float: right;
}

div#searchbar input {
	border: 1px solid #344895;
}