table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: white;
	vertical-align:top;
	table-layout:fixed;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
}
td.first {
	width: 200px;
}
input,textarea,select {
	margin-right:2px;
}
textarea,input,select {
	width:200px;
	background-color:white;
	border:1px solid black;
}
textarea {
	height:160px;
}
.normalinput {
	width: auto;
}

input:focus,select:focus,textarea:focus {
	background-color:#f3cc00;
	color:black;
	font-weight:bold;
} 
