/****************************************************************************
* Projekt: Theatrum
* Datei:   Bildschirmgestaltung Formulare
* Typ:     Stylesheet
*
* Autoren: Frank Beyer, Dorothea Schäfer (Wbkrebse GmbH)
*          www.webkrebse.com
****************************************************************************/

.hint {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #fea500;
	font-size: 0.7em;
}
form div { 
	clear: both;
       vertical-align: top;
}

label {
       float:left;
	width: 250px;
       font-weight: bold;
       padding-left: 24px;
       padding-right: 12px;
       padding-top: 2px;
       padding-bottom: 1px;
	width: 210Px;
       height: 16px;
       margin-top: 2px;
}

textarea, input, select {
	font-family: Trebuchet MS, Arial, sans-serif;
       font-size: 11px;
       padding-top: 2px;
       padding-bottom: 2px;
       padding-left: 4px;
	width: 250Px;
       margin-top: 2px;
       border: 1px solid #9e4c10;
}
input {
       height: 15px;
}
select {
       height: 18px;
       padding-left: 0px;
       width: 256px;
}
textarea {
       margin-bottom: -1px;
 	height: 100px;
}
textarea.errorfield, input.errorfield {
	border: 1px solid #fea500;
}

input.errorfield {
}

button {
	font-family: Trebuchet MS, Arial, sans-serif;
       font-size: 11px;
       line-height: 11px;
       margin-left: -12px;
	background-image:none; 
	border: none; 
	background-color:#ffffff;
}

