/* ---------------------------------------------------------- 
	umpr.de - form - styles  
	
	Mark Blasius webdesign° - markblasius.com
	
	
	
	client: UMPR Ute Middelmann Public Realations GmbH
	
	alle rechte vorbehalten - all rights reserved !
	
   ---------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	color: #fff;
	border: 0;
	font-size: 14px;
	background-color: #020000;
}

legend {
	display: none;
}

input#submit, body#newsletter form input#submit {
	padding: 6px 8px;
	color: #fff;
	font-size: 11px;
	border: 0;
	background-color: #020000;
	cursor: pointer;
}

body#newsletter form input#submit {
	margin: 10px 0 0 0;
}

#right #kontaktformular p a {
	background-image: none;
}

form label {
	padding: 0 0 3px 0;
	line-height: 20px;
}