/* CSS specs for koksmaatje */
form {
	margin: 30px 0 30px 30px;
	/*margin: 45px 0px 25px 90px;*/
	position: relative;
}
form#tempconv {
	margin: 20px 0 30px 30px;
}
fieldset {
	border: 0px none;
	display: inline;
	line-height: 48px;
}
select {
	border: 1px solid #ABADB3;
	margin-left: 2px;
	padding: 0px 0px 0px 1px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
/* Move the labels for the select boxes and result areas up */
.up {
	position: relative;
	top: -20px;
	left: 25px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #a98a6b;
}
/* Adjust the position of the select boxes to take up the space left open by the labels */
label.up + select { margin: 0px 3px 0px -25px; }
select#van_eenheid { margin-left: -70px; }
label#label_naar { left: 0px; }
select#naar_eenheid { margin-left: -100px; }
input#eenhconv_submit, input#tempconv_submit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
    vertical-align: middle;
    text-align: center;
    background: url('../images/bt_omreken.gif') no-repeat;
    border: 0px none;
    width: 67px;
    margin-left: 4px;
}
input#eenhconv_submit:hover, input#tempconv_submit:hover { color: #6E5E4D; }
.ie input#eenhconv_submit { margin-left: -16px; }
input#eenhresult, input#tempresult {
	border: 0px none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	width: 120px;
	margin-left: -40px;
	background: transparent;
}

