.formular_maly{
	overflow:auto;
}
/*
.formular_maly input{
	width:90%;
	margin-bottom:5px;
}

*/
.formular_mensi .li{
	width:96%;
	margin-bottom:5px;

    background: none repeat scroll 0 0 #e6f3fd;
    border: 1px solid #b1dcff;
    color: #214172;
    font-size: 13px;
    padding: 10px;
}
.formular_mensi .li.focus{
    border: 1px solid #b1dcff;
    box-shadow: 0 0 4px #b1dcff;
}
.formular_mensi input:focus, .formular_mensi textarea:focus{
    border: none;
    box-shadow: none;
    
}

.formular_mensi input, .formular_mensi textarea{
	background:none;
	border:none;
	padding:0px;
}
.formular_mensi .li input{
	width:54%;
	float:right;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:-2px;
}
.formular_mensi .li input.frm-tel{
	width:80%;
}
.formular_mensi .li input.frm-email{
	width:93%;
}
.formular_mensi .li input.frm-jmeno{
 width:90%;
}
.formular_mensi .li input.frm-odpoved{
 width:44%;
}

.formular_mensi .textovka .li {
margin-top:20px;
 width:96%;
}
.formular_mensi .li textarea{
	width:100%;
}
.formular_mensi .li span{
	padding-top:10px;	
}

.formular_mensi textarea{
	width:300px;
	height:145px;
	height:133px;
	height:86px;
	margin-bottom:5px;
  /*float:right*/
	resize: none;
}
.xform-left{
	float:left;
	width:47%;
}
.xform-right{
	margin-left:44%;
	overflow:auto;
} 
.xform-right .li{
width:470px;	
} 
.formular_mensi input.button-c{
	width:auto;
	  float:right;
    margin-right:3px;
   background: white;
text-decoration: none;
color: #5f410c;
background-color: #b1dcff;
      border:none;
    cursor: pointer;
    display: inline-block;
    
    line-height: 1;
    padding: 10px 14px;
    position: relative;
    text-decoration: none;
    border-radius:4px;
background: url('../../img/button_pattern.png') repeat-x;
display: inline-block;
color: white;
padding-top: 4px;
padding-bottom: 4px;
height: 30px;
padding-left: 20px;
padding-right: 20px;
text-decoration: none;
border-radius: 5px;
font-size:14px;
} 
.formular_mensi input.button-c:hover{
 background: url('../../img/button_pattern.png') repeat-x;
color:white;
	
	
	
} 
.clanek{padding-bottom:15px;border-bottom: 1px dashed #CACACC;}
.clanek h2 a{text-decoration:underline;}