/* @override http://localhost/herrklugert/css/form.css */

label {
	clear: both;
	float: none;
	display: block;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
}

input,
textarea {
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}

input {
	width: 330px;
	height: 25px;
}

textarea {
	width: 450px;
	height: 150px;
}

form div.submit input {
	background-color: #008bd2;
	color: #fff;
	height: 25px;
	width: 75px;
	border-style: none;
	margin-top: 10px;
	cursor: pointer;
}

form div.submit input:hover,
form div.submit input:active {
	background-color: #000;
}

form .required label:after {
	content: '*';
}

div.error-message {
	color: #cc0000;
	font-weight: bold;
}

div#flashMessage {
	padding: 5px;
	color: #fff;
	margin-bottom: 10px;
}

div#flashMessage.error{
	background-color: #cc0000;
}

div#flashMessage.success{
	background-color: #8bd100;
}
