/* ————— kontakt forma ————— */

#RezervationForm {
	float:left;
	width:100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
#RezervationForm .wrapper {
	min-height:24px;
	margin-bottom:5px;
	width:223px;
}
#RezervationForm .wrapper_select {
	min-height:24px;
	margin-bottom:5px;
	width:80px;
}
#RezervationForm .textarea_box {
	margin-top: 10px;
	float:left;
}
#RezervationForm {}
#RezervationForm a {margin-left:20px;float:right}

#RezervationForm input, #RezervationForm select,
#RezervationForm textarea {
	background:none;
	border:1px solid #131313;
	font-size:9px;
	font-weight:bold;
	color:#fff;
}
#RezervationForm input {
	width:210px;
	vertical-align:top;
	line-height:1.2em;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:11px;
	background-color: #000000;
	background-image: url(../images/input-bg.png);
	background-repeat: repeat;
	background-position: left top;
}
#RezervationForm textarea {
	width:308px;
	height:110px;
	overflow:auto;
	padding-top:7px;
	padding-left:10px;
	background-color: #000000;
	background-image: url(../images/input-bg.png);
	background-repeat: repeat;
	background-position: left top;
}

#RezervationForm select{
	width:80px;
	vertical-align:top;	
	line-height:1.2em;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:11px;
	background-color: #000000;
	background-image: url(../images/input-bg.png);
	background-repeat: repeat;
	background-position: left top;
	}
	#RezervationForm select option{color:#fff;}
	 
.buttons-wrapper{
	margin-top:10px;	
	margin-bottom: 20px;
	float:right;
}
.button {
	background-color: #e6e6e6;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 25px;
	padding: 0 10px;
}
.button:hover {
    background-color: #ffffff;
    cursor: pointer;
}
.download-box{
	margin-bottom:15px;
	position:relative;
	height:1%;
	padding: 20px;
}
.download-box{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
}

.download-box p.icon{position:absolute;left:34px;top:16px;margin:0}

.readonly{color:#333333 !important;}

.col_1{
	width:225px;
	float:left;
	margin-right:5px;
	margin-top: 10px;
}
.col_2{
	margin-top: 10px;
	margin-right:7px;
	width:80px;
	float:left;
	}
	.col_3 .wrapper{
		width:80px !important;
		}
		
