


#komentar {
	width: 300px;
}

#required_sender, #subject, #required_message {
	border: 0;
	padding: 4px;
	width: 300px;
	background-color: #C9D8DE;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#required_sender:focus, #subject:focus, #required_message:focus {
	background-color: #FFFFFF;
}

p .asterisk {
	color: #FF3333;
}

/*
a img { border: none; display: inline; margin: 0; padding: 0; }
* html #header img { display: block; }
*/

/*-----------CALCULATOR------------*/

#calculator {
	background-color: #1F3743;
	padding: 10px;
	margin-bottom: 20px;
}

#calculator p {
	text-align: left;
}

.label {
	float: left;
	width: 60%;
	text-align: right;
}

#km, #select, #minut, #rezultat {
	border: 0;
	width: 70px;
	text-align: right;
	padding: 3px;
	background-color: #C9D8DE;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#km:focus, #select:focus, #minut:focus #rezultat:focus {
	background-color: #FFFFFF;
}

#select {
	text-align: left;
	width: 9.5em;
}

#Submit {
	width: 5empx;
	height: 1.8em;
	font: 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



