td.phpopenform_input
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: #EEE;
}

td.phpopenform_name
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: #EEE;
}

td.phpopenform_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: red;
	background-color: #FFF;
	padding: 0px 0px 0px 90px;
	border-color: red;
	border-width: 1px;
	border-style: dotted;
	background-image: url(achtung.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

input.text { width: 255px; }

textarea
{
	width: 255px;
	height: 120px;
}

select { width: 255px; }

