#cs-kalkulator {
	margin-top:5px;
  float:right;
  width:176px;
	height:147px;
	padding:0px 10px;
	background:url('../img/kalkulator/bck.gif') 0 0 no-repeat;
	font:9px "Arial", "Helvetica", sans-serif;
	color:#013e6a;
}

#cs-kalkulator form {
	padding:0px;
	margin:0px;
}

#cs-kalkulator h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:0px;
	padding-left:2px;
	height:16px;
	line-height:16px;
	margin:0px;
	margin-bottom:9px;
	margin-top:0px;
}

#cs-kalkulator .tr {
  width:176px;
  clear:both;
}

#cs-kalkulator .tr label {
	float:left;
	width:80px;
	background:url('../img/kalkulator/input.gif') top left repeat-x;
	display:inline;
	line-height:17px;
	border:1px solid #58acd9;
	text-align:left;
	padding-left:3px;
}

#cs-kalkulator input, #cs-kalkulator select {
	float:left;
	border:1px solid #48a2d5;
	display:inline;
	width:78px;
	padding:0px 2px;
	margin:0px;
	line-height:17px;
	height:17px;
	font-size:9px;
	color:#013e6a;
}

#cs-kalkulator select {
	width:83px;
  height:19px;
	_height:19px;
	padding-left:0px;
}

#cs-kalkulator input.darken {
	background-color:#EBEBE4;
}

#cs-kalkulator a {
	display:inline;
	float:left;
	margin:3px 12px 0px 0px;
}

#cs-kalkulator .infotel {
	color:#ed1c24;
	width:60px;
	font-size:11px;
	line-height:20px;
	padding-left:24px;
	float:left;
	background:url('../img/kalkulator/phone.gif') 0 50%	 no-repeat;
}

#cs-kalkulator input.vice {
  float:left;
	border:0;
	width:84px;
	height:20px;
	background:url('../img/kalkulator/button-vice.gif') 0 0 no-repeat;
	color:#fff;
	text-align:center;
	margin-top:1px;
	padding-left:0px;
}

