/* CSS Styles for Perfect Finish forms, Tim Reeves, Stand 2006-05-11 */

/* FORMEN */

input.myField, select.myField, textarea.myField {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 1px 0px 1px 0px;
	padding: 0px 1px 0px 2px;
	vertical-align: middle;
}

input.myField {
/*	font-family: courier new, courier, monospace;	*/
	height: 15px;
	padding: 0px 1px 0px 3px;
	width: 242px;
}

select.myField {
	width: auto;
	margin-bottom: 2px;
	padding-left: 0px;
}

textarea.myField {
	height: 62px;
	padding: 0px 0px 0px 2px;
	width: 244px;
	overflow: auto;
}

input.myRadio {
	margin: 0px 4px 1px 0px;
	padding: 0px;
	vertical-align: middle;
}

input.myCheck {
	margin: 0px 2px 2px 0px;
	padding: 0px;
	vertical-align: middle;
}

input.myButton, input.myButtonDown {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 112px;
	letter-spacing: 1px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 1px 0px;
	text-align: center;
	cursor: pointer;
}

/* FARBEN */

input.myField, select.myField, textarea.myField {
	background-color: #FDFDFF;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #98AC9B;
	border-bottom: 1px solid #98AC9B;
}

input.myButton {
	color: #404040;
	background-color: rgb(184,197,229);
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid #A4B8A7;
	border-left: 1px solid #98AC9B;
}

input.myButtonDown {
	color: #404040;
	background-color: rgb(136,161,205);
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #98AC9B;
	border-bottom: 1px solid #A4B8A7;
}

/* SPEZIFISCHE ANWENDUNG f?r E-Mail Formulare */

.fehlerfarbe {
	background-color: #ED9696;
}

/* W3C Browser need this for border-bottom ... transparent (or set border-top too)
table.mitte table.emailform {
	border-collapse: separate;
} */

table.mitte table.emailform td {
	font-size: 11px;
	font-weight: bold;
	color: rgb(81,87,97);
	vertical-align: middle;
	overflow: visible;						/* FF cuts off the lowest 3 pixels w/o this */
	padding: 0px 3px 0px 3px;				/* Wegen HG-Farbe als Fehlermarkierung */
/* MSIE Bug: border colors set to 'transparent' are rendered instead as the font color */
/* Bei Perfect Finish ist ein Bild (Verlauf) im Hintergrund, daher feste Farbe nicht m?gl */
/* border-bottom: 4px solid transparent;	/* Begrenzt Fehlerfarbe im Hintergrund */
}

table.mitte table.emailform td.padded {
	padding: 0px 0px 0px 6px;
	font-weight: normal;
}
td.padded { font-weight: normal; padding: 0 0 0 6px; }
table.mitte table.emailform td.extra {
	padding: 0px;
	text-align: right;
}

table.mitte table.emailform td b {
	font-size: 13px;
	color: black;
}

table.mitte table.emailform td.extra table td {
	padding: 0px;
}

/* Begrenzt (statt border-bottom) Fehlerfarbe im Hintergrund */
table.mitte table.emailform td.luecke {
	height: 4px;
	height: 6px;
	padding: 0px;
	overflow: hidden;
}

table.mitte table.emailform td.fehlerfarbe {
	color: black;
}

table.emailform td input.myButton, table.emailform td input.myButtonDown {
}

table.emaildone {
	margin: 8px 0px;
}

table.emaildone td {
	padding: 0px 0px 6px 0px;
}


