@CHARSET "UTF-8";
input {
  width: 100px;  
  color: #3a4778; 
}

#instalace {
  width: 13px;
}

#wrapper #main {
  background-color: #ffffff;
  text-align: left;
  width: 660px;
  
}

#main #input {
  float: left;
  width: 360px;
  padding: 20px;
  line-height: 1.5;
  
}

#main #preOutput {
  float: left;
  margin-right: 0px;
  width: 200px;
  padding: 20px;
  line-height: 1.5;
}

#main #output {
  float: left;
  margin-right: 0px;
  width: 200px;
  padding: 20px;
  line-height: 1.5;
}

#main label {
  float: left;
  font-weight: bold;
  width: 150px;
}

#main form input.redBordered {
  border-color: red;
}

fieldset {
  padding-top: 15px;
}

fieldset legend, ul#info li {
  font-size: 14px;
  font-weight: bold;
  color: #e50278;
}

ul#info li {
  list-style-type: square;
}

ul#info ul.innerList li {
 font-size: 12px; 
list-style-type: none;
color: #3a4778; 
font-weight: normal;
}

ul#bottomInfo li {
  
  clear:both;
  list-style-type: square; 
  font-size: 14px;
  font-weight: bold;
}

#main #bottomInform {
  position: relative;
  float: left;
  width: 360px;
  padding: 20px;
  line-height: 1.5;
 
}

