/* CSS utility pouzitelne vsude */  

body, div, h1, h2, h3, p, ul, li, form, input, select, table, tr, td {
  margin:0;
  padding:0;
  }
.cb {
  clear:both;
  }
.fr {
  float:right;
}
.fl {
  float:left;
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.left {
  text-align:left;
}

h1 { line-height:36px; }
h2 { line-height:24px; }
h3 { line-height:18px; }
p { line-height:12px; }

div.autoform .label,
div.autoform .hodnota,
div.autoform .comment {
  float:left;
  font-size:11px;
  line-height:22px;
}
div.autoform .comment {
  color: #999999;
}
div.autoform .label {
  width:110px;
  text-align:right;
  padding:0px 5px 1px 0px;
}
div.autoform .label,
div.autoform h3 {
  clear:left;
}
div.autoform h3 {
  line-height:24px;
  margin-bottom:0;
}
div.autoform .comment {
  padding-left:5px;
  font-style:italic;
}
.autoform_required {
    text-decoration:underline;
}
.autoform_required a {
  text-decoration:underline;
}
label.autoform_required {
  text-decoration:underline;
}
.autoform_invalid input {
  background-color:#a00000;
  color:white;
}
.autoform_invalid {
  color: #a00000;
  font-weight: bold;
  padding-bottom: 5px;
}

.radio {
  vertical-align:middle;
}

.check {
  vertical-align:middle;
}

.fbframe {
  border:none;
  overflow:hidden;
  width:562px;
  height:185px;
}




