
/*

stdformular.css
Copyright: Siegfried Mairböck 2010
Mai 2010

*/

/* Standard-Formular */

form.StdForm {
	margin-top: 24px;
	background-color: #f4f4f4;
	padding: 12px;
}
fieldset.StdFieldset {
	padding: 0px;
	border: 0;
}

legend.StdLegend {
	font-weight: normal;
	font-size: 115%;
	padding: 0;
	margin-bottom: 12px;
}

label.StdLabel {
	display: block;
	font-size: 90%;
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #444;
}

div.StdKnoepfe {
	margin-top: 12px;
}

input.StdButton {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	border-width: 2px;
	background-color: #ddd;
	padding: 2px 8px;
}

select.StdText, input.StdText, textarea.StdTextarea {
	font-size: 14px;
	font-family: monaco, "Courier New", Courier, monospace;
	padding: 2px;
	background-color: #fff;
}

select.StdText:focus, input.StdText:focus, textarea.StdTextarea:focus {
	background-color: #ffc;
}

textarea.StdTextarea {
	width: 596px;
}

input.StdMaxFieldWidth {
	width: 596px;
}

div.StdEinfuegetext {
	margin: 12px 0 6px 0;
}

div.StdFehler {
	color: #d00;
	font-weight: bold;
	margin-bottom: 3px;
}

div.StdFehlermeldung {
	color: #fff;
	font-size: 15px;
	margin-bottom: 12px;
	padding: 12px 12px;
	text-align: center;
	background-color: #d00;

	box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.StdHinweis {
	font-size: 15px;
	margin-bottom: 12px;
	padding: 12px 12px;
	text-align: center;
	background-color: #ffc;
	border: 0px solid #fc0;
	
	box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
