/* CSS-Definitionen fuer den rhs_mailer
 * @author		(C) RHS-IT Internet Solutions GmbH
 * @version		0.4.1
 * @since 		26.10.2005
 * @lastchange	27.08.2006
 * @copyright	RHS-IT Internet Solutions GmbH
 */

body  { color: #333333; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff }

table {
	border: 0px;
	cellpadding: 0px;
	cellspacing: 5px;
	align: center;
	bgcolor: #ffffff;
}

td {
	align: right;
	bgcolor: #000000;
}

legend   { color: #8bc2e8; font-weight: bold; font-size: 12pt; font-align: top  }

input {
	font-family: Courier New, Courier, mono;
	color: #000000;
	align: right;
}

textarea {
	font-family: Courier New, Courier, mono;
	color: #000000;
	overflow: auto;
	align: top;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	vertical-align: top;
	text-align: right;
}

.button    { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #c7dff4; border: dashed 1px #696969 }

#error {
		color: #FF3333;
		font-size: 12pt;
}