.href{
	color: #0a86af;
}
div.mainform table td.fieldname{
	color: #0a86af;
	width: 20%;
}
div.mainform table td.fieldname span{
	color: #32833a;
}
div.mainform table td.zagol {
	padding-top:15px;
	padding-bottom:15px;
	font-weight: bold;	
	color: #0199cb;
}
div.mainform table td.comments {
	color: #bbbbbb;
	width: 20%;
}

div.mainform table td.input input, div.form table td select{
	border: 1px solid #a1a1a1;
	font-size: 11px;
}
div.mainform table td.input input{
	width: 300px;
}
input.code {
	width:50px;
	font-size: 11px;
	border: 1px solid #a1a1a1;
}
div.mainform table td textarea {
	border: 1px solid #a1a1a1;
	width: 300px;
	height: 150px;
	font-size: 11px;
}
input.btsend {
	width: 73px;
	height: 21px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	/*background-image: url(../images/form/send.gif);
	background-repeat: no-repeat;
	border: none !important;*/
}
input.btreset {
	width: 73px;
	height: 21px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	/*background-image: url(../images/form/clear.gif);
	background-repeat: no-repeat;
	border: none !important;*/
}
input.check{
	border: 0;
	font-size: 11px;
}
div.mainform div.error {
	color: red;
	font-weight: bold;
}
div.aach {background-color:white;}

