#cs-kalkulator {
	width: 180px;
	margin: 20px auto 0;
	padding: 2px 0 2px 2px;
	min-height: 60px; height: auto !important; height: 60px;
	background: url('../images/cs_calc/bck.jpg') 0 0 no-repeat;
	font: 9px "Arial", "Helvetica", sans-serif;
	color: #013e6a;
}

#cs-kalkulator img	{ margin: 0; padding: 0; border: none; }

#cs-kalkulator label {
	width: 31px;
	background: url('../images/cs_calc/input.gif') 0 0 no-repeat;
	display: block;
	line-height: 17px;
	border: 1px solid #58acd9;
	padding-right: 3px;
	text-align: right;
	float: left;
	margin-right: -1px;
}

#cs-kalkulator input	{ padding: 2px 0; }
#cs-kalkulator select { height: 17px; }

#cs-kalkulator input, #cs-kalkulator select {
	float: left;
	border: 1px solid #48a2d5;
	display: block;
	width: 50px;
	line-height: 17px;
	font-size: 9px;
	color: #013e6a;
}

#cs-kalkulator input#cs-uver, #cs-kalkulator input#cs-urok {
	margin-right: 3px;
}



#cs-kalkulator input#cs-mesicni_splatka {
	width: 48px;
}

#cs-kalkulator input.darken {
	background-color: #EBEBE4;
}

#cs-kalkulator a {
	float: left;
	margin: 1px 10px 0 3px;
}

#cs-kalkulator .clear	{ clear: left; }

#cs-kalkulator .infotel {
	color: #ed1c24;
	font-size: 11px;
	float: left;
	line-height: 20px;
	margin-right: 6px;
}

#cs-kalkulator input.vice {
	border: 0;
	padding: 0;
	width: 60px;
	background: url('../images/cs_calc/button-vice.gif') 0 0 no-repeat;
	color: #fff;
	text-align: center;
	margin-top: 2px;
}

