.formular_maly{
	overflow:auto;
}
/*
.formular_maly input{
	width:90%;
	margin-bottom:5px;
}

*/
.formular_mensi .li{
	width:90%;
	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:-3px;
}
.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:90%;
}
.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:40px;
   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;
	
	  -webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
	
} 
.formular_mensi input.button-c:hover{
background:#214172;
color:white;
}

select {
 width: 400px;
   height: 20px;
   overflow: hidden;
   background: none;
   border: none;
   padding-left:7px;

    cursor:pointer;
 
} 
select:focus {
outline:none;
} 