/**
 * Contact Form/Pages Styles
 * Extends Default Form Decorator
 * @version $Id: contact.css 62 2010-04-16 15:19:42Z george $
 */

form dl.zend_form dt {
	float: left;
	text-align: right;
	padding: 3px 0;
	width: 200px;
	padding-right: 8px;
}
form dl.zend_form dd {
	margin: 0;
	padding: 3px 0;
	padding-left: 10px;
	margin-left: 200px;
}
form dl.zend_form ul.errors {
	color: #841F24;
	list-style-type: none;
	margin: 5px;
	clear:left;
	padding: 0;
}
form dl.zend_form ul.errors li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#contactSubmit {
	background: none;
	background-image: url(../images/button/200.png);
	height: 22px;
	line-height: 22px;
	color: #000;
	border: none;
	width: 200px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#contactSubmit:hover {
	background-position: 0px -23px;
	color: #fff;
	text-shadow: black 1px 1px 1px;
}

#imprint address {
	white-space: pre;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
}
#imprint p {
	margin: 0;
	padding: 3px;
}

#imprint p span {
	font-weight: bold;
}

