#rezervacija_formular{
float:left;
position:relative;
overflow:hidden;

}
.rezervacija_form{
float:left;
width:720px;
height:100%;

}
.form_header{
border-bottom-color: #CCC;
border-bottom-style: dotted;
border-bottom-width: 1px;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
letter-spacing: 0.17px;
margin-bottom: 5px;
padding-bottom: 2px;
padding-left: 7px;
text-align:left;
height:120px;
background:white;
}
.form_header img{float:left;display:inline-block;padding-right:31px;}
.rezervacija_form ul {
margin:0;
padding:0;
list-style-type:none;

}
.rezervacija_form li{
width:65%;
padding:15px 1% 9px 1%;
margin-bottom:1px;
clear:both;
background-color:transparent;
position:relative;

}
.rezervacija_form .descrtiption{
float:left;
display:block;
width:100%;
clear:both;
}
.rezervacija_form span{
margin:8px 4px 0 0;
float:left;
overflow:hidden;
display:inline-block;
}
.rezervacija_form span  input,select,label {
float:left;
display:block;
width:95%;
padding:1px;
}
.rezervacija_form  li .full{
width:100%;
display:block;
margin-right:0px;
}
.rezervacija_form  li .full input{
width:98%;
display:block;
}
.rezervacija_form  li .left{
float:left;
width:48%;
}
.rezervacija_form  li .right{
float:right;
width:50%;
margin-right:0px;
}
.rezervacija_form  li .left input,.right input{width:97%;}
.rezervacija_form  li .right select{width:98%;}

.rezervacija_form .instruction{
border:1px solid red;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 16.3px;
letter-spacing: 0.17px;
padding:13px 0 13px 8px;
position: absolute;
text-align:left;
top: 0px;
left: 515px;
width: 190px;
z-index: 1000;
background:white;

opacity: 0;
visibility: hidden;
overflow: hidden;
 
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
-o-transition: all .3s ease .15s;
-ms-transition: all .3s ease .15s;
transition: all .3s ease .15s;
}
.rezervacija_form .alert{
border:1px solid #e6e6e6;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 16.3px;
letter-spacing: 0.17px;
padding:13px 0 13px 8px;
position: absolute;
text-align:left;
top: 25px;
left: 515px;
width: 190px;
z-index: 1000;
background:#f66161;

opacity: 0;
visibility: hidden;
overflow: hidden;
 
-webkit-transition: all .3s ease .15s;
-moz-transition: all .3s ease .15s;
-o-transition: all .3s ease .15s;
-ms-transition: all .3s ease .15s;
transition: all .3s ease .15s;
}







/* ----- Uređivanje ----- */
.form_header h2{
clear:left;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 25.6px;
font-weight: 400;
letter-spacing: 0.166667px;
margin-bottom: 5px;
}
.form_header div{
color: #555;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 15.2px;
letter-spacing: 0.166667px;
line-height: 20.5167px;
text-align:left;
}
.rezervacija_form .li_1{
border-bottom-color: #CCC;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
.rezervacija_form .descrtiption{
color: #222;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 15.2px;
font-weight: 700;
letter-spacing: 0.166667px;
line-height: 22.8px;
margin-bottom: 0px;
width: 391.667px;
}

.rezervacija_form  label{
color: #444;
display: block;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 13.6px;
letter-spacing: 0.17px;
line-height: 21.8px;
padding-top: 2px;
text-align:left;
}
.rezervacija_form  input{
background-attachment: scroll;
background-clip: border-box;
background-color: #FFF;
background-image: url('../images/fieldbg.gif');
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: repeat-x;
background-size: auto auto;
border-bottom-color: #DDD;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #C3C3C3;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #C3C3C3;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #7C7C7C;
border-top-style: solid;
border-top-width: 1px;
color: #333;
font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
font-size: 16px;
letter-spacing: normal;
list-style-type: none;
margin:2px;

text-align: start;
}
.rezervacija_form  select{
background-color: #FFF;
background-image: url('../images/fieldbg.gif');
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: repeat-x;
background-size: auto auto;
border-bottom-color: #DDD;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #C3C3C3;
border-left-style: solid;
border-left-width: 1px;
border-top-color: #7C7C7C;
border-top-style: solid;
border-top-width: 1px;
margin:2px;
color: #333;
font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
font-size: 14.6px;
letter-spacing: normal;
}






/* ----- Efekti ----- */

.rezervacija_form  li.instruct:hover .instruction{
opacity: 1;
visibility: visible;
overflow: visible;
}
.rezervacija_form input:focus {box-shadow:0px 0px 3px 0px red; }