a {
  cursor: pointer;
}

div#blue {
background:#e4e4e4;
width:472px;
padding:10px 5px 5px 8px;
color:#464646;
}

  div#blue label, div#wynik_conv label{
    color:#464646;
    font-family:Tahoma,sans-serif;
    font-size:12px;
    font-weight: bold;
    width: 66px;
    display: block;
    float: left;
    padding: 0px 10px 0 0 ;
    text-align: right;
  }

  div#blue  .kalkulator_conv_input{
    height: 30px;
    width: 460px;
  }

  div#blue  .kalkulator_conv_input input{
    padding: 3px;
    float: left;
	border:1px solid #cccccc;
	font:12px Arial;
	font-weight:normal;
	text-align:right;
	background:#fff;
	color:#464646;
	width:355px;
	padding:3px 3px 1px 3px;
	background:white url("../pic/inputTopShadowBackground.png") top repeat-x;
	margin-top:4px;
  }

  input#wynik, input#wynik_procent  {
    width: 122px;
    height: 16px;
    padding:3px 3px 1px 3px;
    display: block;
    float: left;
    font-size: 12px;
    background:white url("../pic/inputTopShadowBackground.png") top repeat-x;
    border:1px solid #cccccc;
    color:#464646;
	margin-top:4px;
  }

  input#wynik_procent{
    width: 50px;
    margin-left: 10px;
  }


  div#wynik_conv  label{
    width: 200px;
  }

  div#blue  .kalkulator_conv_input span.zl, div#wynik_conv  span.zl{
    padding: 7px 0 0 5px;
    display: block;
    float: left;
  }

  div#blue  .kalkulator_conv_input select{
    width: 312px;
    height: 24px;
    display: block;
    float: left;
    font-size: 12px;
    border: 2px #6eb5e3 solid;
    padding: 2px;
  }

  div#blue  .button_oblicz {
    padding: 10px 0 10px 190px ;
  }

div#grey {
background:#f0f0f0;
width:460px;
padding:5px 5px 5px 20px;
margin-top:3px;
}

div#grey a{
color:#464646;
font-size:10px;
padding: 1px 1px 1px 5px;
}

div#grey p{
  font-size:10px;
  padding: 10px 1px 15px 5px;
  margin: 0;
}

div#wynik {
background:#e4e4e4;
width:460px;
padding:10px 5px 10px 20px;
margin-top:3px;
}

div#wynik_conv {
  background:#e4e4e4;
  width:460px;
  padding:10px 5px 10px 20px;
  margin-top:3px;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

ul#grey-text {
color:#666;
font-family:Tahoma, sans-serif;
font-size:10px;
padding:5px 5px 5px 5px;
}

.tb1 td {
vertical-align:top;
padding:3px;
}

td.tdm1 {
border-bottom:#fff 1px solid;
line-height:30px;
}
td.tdm2 {
  line-height:30px;
}

.inc {
border:1px solid #cccccc;
font:12px Arial;
font-weight:normal;
text-align:right;
background:#fff;
color:#464646;
width:145px;
padding:3px 3px 1px 3px;
background:white url("../pic/inputTopShadowBackground.png") top repeat-x;
}

.zl {
color:#464646;
font:12px Tahoma;
font-weight:700;
}

.wyn {
border:1px solid #d8d8d8;
font:12px Arial;
color:#464646;
font-weight:normal;
text-align:right;
width:145px;
padding:3px 3px 1px 3px;
background:white url("../pic/inputTopShadowBackground2.png") top repeat-x;
}

.wyn1 {
border:1px solid #cccccc;
font:12px Arial;
font-weight:normal;
text-align:right;
background:#fff;
color:#e3192d;
width:145px;
padding:3px 3px 1px 3px;
background:white url("../pic/inputTopShadowBackground.png") top repeat-x;
}

.hd3 {
background-position:8px 9px;
color:#fff;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:400;
margin:0 0 2px;
padding:5px;
}

.tdm,.tdm1,.tdm2 {
vertical-align:middle !important;
font-family:Tahoma, sans-serif;
font-size:12px;
color:#464646;
}



.jsddm
{ margin: 0;
  padding: 0}

  .jsddm li
  { float: left;
    list-style: none;
    font: 11px Tahoma, Arial}

  .jsddm li a
  { display: block;
    background: #fff url(../pic/kalkulator_conv_select_b.gif?a);
    padding: 5px 7px;
    text-decoration: none;
    width: 370px;
    height: 15px;
    color: #464646;
    white-space: nowrap;
    cursor:pointer;}
	

    .jsddm li ul
    { margin: 0;
      padding: 0;
      position: absolute;
      visibility: hidden;
      height: 400px;
      overflow-y: auto;
      overflow-x: hidden;
      width: 383px;
      }

    .jsddm li ul li
    {
      float: none;
      display: inline;
      padding: 0;}

    .jsddm li ul li a
    {
      width: 351px;
      background: #fff;
      border: 1px #cccccc solid;
      border-top: none;
      color: #464646;}

    .jsddm li ul li a.first
    { border-top: 1px #cccccc solid;}

    .jsddm li ul li a:hover
    { background: #e4e4e4;
      color: #464646;}

