<!--

.body {  font-family: Arial, Verdana, serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height: 15px}
.body:link {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none}
.body:active {  font-family: Arial, Verdana, serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none}
.body:visited {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none}

.boldbody {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none; line-height: 15px}
.boldbody:link {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none}
.boldbody:active {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none}
.boldbody:visited {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none}

.form {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none}

.text {  font-family: Verdana, Arial, serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none}

.button {  font-family: Arial, Verdana, serif; font-size: 11px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; background-color:#688AB6}

#article {position:absolute; left:65%; top:100 px; z-index:100 ; }
-->

/*FORM*/
#booking-form { width:100% }
.booking-form {
	float: right;
	width: 100%;
	font-size: 15px;
	padding: 30px 30px 30px 10px;
	background:#fff;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	color:#555;
	box-sizing:border-box;
	margin-bottom: 30px;
}
#accommodation-enquiry td:nth-of-type(2n+1) { text-align:right; }
#accommodation-enquiry td:nth-of-type(1n+2) { padding-left: 20px; }
#accommodation-enquiry { text-align:left; border:none; margin: 0 auto; border-collapse: collapse; border-spacing: 0; }
#accommodation-enquiry { width:100%;  font-family:Arial, Helvetica, sans-serif;  }
#accommodation-enquiry td.full-name { width:170px; }
#datepicker-arrival, #datepicker-departure { width: 160px!important; }
input[type=text], textarea, #datepicker-arrival, #datepicker-departure {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 12px 8px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
  color: #555;
  width: 95%;
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}

input[type=text]:focus, textarea:focus, #datepicker-arrival:focus, #datepicker-departure:focus {
  box-shadow: 0 0 5px rgba(30, 66, 109, 1);
  padding: 12px 8px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(30, 66, 109, 1);
}

input#guests, input#children, input#child-ages {
    margin-left: 10px;
    width: 40px;
}
#message {
    border-radius: 3px;
    height: 120px;
    padding: 8px;
    width: 94%;
}
button.send {
    background: none repeat scroll 0 0 #426DA4;
    border: 0 none;
    border-radius: 3px;
    color: #feffed;
	font-family: 'Oswald', sans-serif; 
    height: 50px;
    margin-top: 10px;
    padding: 0 8px;
    text-transform: uppercase;
}
button:hover {
    background: none repeat scroll 0 0 #1F426D;

}
/*-------------------------*/

/*Datepicker*/

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #666;
    border: 3px solid #666;
    display: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 100;
}
.Zebra_DatePicker * {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000;
    margin: 0;
    padding: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    padding: 5px 0;
    text-align: center;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #7bacd2;
    width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: none repeat scroll 0 0 #5a4b4b;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: none repeat scroll 0 0 #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker td.dp_current {
    color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #482424;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: url("./images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: relative;
    text-indent: -9000px;
    vertical-align: top;
    width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 12px 0 0;
}

/*CAPTCHA STYLES*/
/*//////////////*/

.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: -10px;
}


.refresh
{
  position:relative;
  float: right;
  margin-top: -39px;
  margin-right: 100px;
}


#SpamCheck { margin-left: 35px!important;padding: 10px 5px;  font-size:1em; color: #555; }

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {

	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input { width: 65px!important;}
.captcha-img { margin-left: 10px; margin-bottom: -5px!important; }

