/*
$Id: contact.css 300 2009-04-25 17:57:34Z rschmidt $
*/

dl {
	margin-top: 1em;
}

dt,
dd {
	margin-bottom: 1em;
}

dt {
	float: left;
	clear: both;
	margin: 0 0 0 100px;
	font-size: 10pt;
}

dd {
	text-indent: 0;
	margin-left: 200px;
}

input.text,
textarea {
	color: #000;
	background: #aaa;
	border: 0;
	width: 100%;
}

input.submit {
	display: block;
	margin-left: auto;
}

address {
	font-style: normal;
}

.removeme {
	display: none;
}

.status {
	background: #333;
	padding: 1em 0;
	text-indent: 0;
	text-align: center;
}
