
#forma {
	width: 100%;
	margin: 2em auto;
	font-family: Arial; 
	font-size: 12px; 
}

#uzklausa {
	width: 600px;
	margin: 2em auto;
	font-family: Arial; 
	font-size: 12px; 
}

a {
	color: #e16500;
}
	a:hover {
		color: #c95a00;
	}

div.title {
	display: block;
	font-size: 2em;
	font-family: Georgia, serif; 
	color: #444;
}

label {
}

.asmHighlight {
	color: #777; 
}

.asmSelect {
	margin: 1em 0 0.25em 0;
}

div.selectas {
	float: left;
	display: block;
}

table#sild_table {
	border: 0px;
}

table#sild_table td {
	padding: 5px;
}

td.parametro_cell {
	background: #F7941D;
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
}

.first_line td{
	font-weight: bold;
	background: #F7941D;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

tr.first_line td.parametro_cell {
	background: #FFFFFF;
}

td.value_cell {
	border-right: 1px solid #F7941D;
}

.last_line td{
	border-bottom: 1px solid #F7941D;
}
