@charset "utf-8";
/* CSS Document */


/* Brza rezervacija */

form.fast_res {
	display: block;
	background-image: url(../img/bg_rez.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 78px;
	width: 630px;
	position: relative;
	margin-bottom: 30px;
}
form.fast_res fieldset {
	float: left;
	border: none;
	padding-left: 10px;
	margin-top: 8px;
	padding-top: 0px;
}
fieldset#choose_hotel {
	width: 208px;
}
fieldset#choose_hotel select {
	font-size: 11px;
	font-weight: bold;
	color: #474747;
	width: 164px;
	height: 18px;
}
fieldset#choose_hotel label {
	width: 194px;
	padding-left: 2px;
}
fieldset#arrival {
	width: 192px;
}
fieldset#res {
	width: 200px;
}
fieldset#res input {
	width: 78px;
}
fieldset#res label {
	width: 80px;
}
fieldset#res input#button {
	width: 67px;
	height: 26px;
	background-image: url(../img/button_rez_hr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	right: 16px;
	bottom: -10px;
	text-indent: -9999px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form.fast_res label {
	float: left;
	width: 26px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
}
form.fast_res input {
	font-weight: bold;
	font-size: 11px;
	color: #474747;
	float: left;
	width: 24px;
	height: 14px;
	display: inline;
	margin-right: 6px;
	padding-top: 2px;
	padding-left: 2px;
}
form.fast_res input#year {
	width: 64px;
	margin-right: 30px;
	text-align: right;
	padding-right: 2px;
}

/* Cijela forma za rezervaciju */

#reservation_form {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#reservation_form p {
	text-align: center;
	padding-top: 20px;
}
#reservation_form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#reservation_form fieldset .checkbox {
	padding-bottom: 20px;
}
#reservation_form fieldset .error {
	padding-left: 18px;
	color:#CC0000;
	font-weight: bold;
	padding-bottom: 4px;
	clear: both;
}
#reservation_form legend {
	padding-left: 20px;
	padding-bottom: 0px!important;
	padding-bottom: 6px;
	font-weight: bold;
	color: #474747;
}
#reservation_form label {
	display: block;
	float: left;
	clear: both;
	width: 90px;
	padding-right: 4px;
	text-align: right;
	line-height: 1.8em;
}
#reservation_form .checkbox label {
	display: block;
	float: none;
	clear: both;
	width: auto;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	text-align: right;
	line-height: normal;
	text-align: left;
	padding-left: 18px;
}
#reservation_form input {
	float: left;
	margin-bottom: 6px;
	color: #474747;
	font-weight: bold;
	margin-right: 10px;
}
#reservation_form .checkbox input {
	float: none;
	margin-bottom: 0px;
	color: #474747;
	font-weight: bold;
	margin-right: 0px;
}
#reservation_form select {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #474747;
	height: 18px;
	width: 80px;
	margin-bottom: 6px;
	margin-right: 4px;
}
#reservation_form select#room_type, #reservation_form select#service {
	width: 146px;
}
#reservation_form #room_number {
	width: 80px;
}
#reservation_form textarea {
	width: 240px;
	height: 120px;
	padding-top: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #474747;
	padding-left: 2px;
	padding-top: 2px;
	
}
#reservation_form #arrival_day, #reservation_form #departure_day {
	width: 62px;
}
#person_number, #personal_info, #travel_agency, #comments, #buttons {
	padding-top: 6px;
	margin-top: 10px;
}
#comments, #buttons {
	text-align: center;
}
#person_number label, #person_number input {
	width: 60px;
	clear: none;
}
#person_number label {
	margin-left: 10px;
	line-height: 14px;
	width: 80px;
}
#buttons input {
	width: 80px;
	float: none;
	font-size: 11px;
}