.frameside{
	width:280px;
	padding:10px;
	height: 380px;
	z-index: 50;
	position: absolute; top: 10px;
	right:10px;
	background-color: rgba(68, 68, 68, 0.8);
	/* enchanse the frame-side-part background (not tested) */
	background: linear-gradient(to left, rgba(68, 68, 68, 0.6),rgba(68, 68, 68, 0));
}
.frameside__form { display: none; }
.frameside.frameside--with-form {
	background: rgb(68, 68, 68);
	background-color: rgba(68, 68, 68, 0.8);
}
.frameside--with-form .frameside__content { display: none; }
.frameside--with-form .frameside__form { display: block; }
.frameside__text {
	text-align: center;
	color: white;
}
.frameside__text a { color: white; }

.demoHeaders { margin-top: 2em; }
#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

ul#icons {
	margin: 0;
	padding: 0;
}

ul#icons li { 
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none; 
}

ul#icons span.ui-icon { 
	float: left;
	margin: 0 4px;
}

#contactForm {
	width:270px; 
	font-size: 12px; 
	font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
	margin:0 auto;
}
#form1 {display:table; width:250px;}
.ui-datepicker{font-size:12px !important;}
.formError{float: left; color:red;}

.fieldwrapper{
	padding: 2px 10px 5px 5px;
	overflow: hidden;
	margin-bottom: 2px;
	/* //border: 1px solid transparent; */
	float: left;
	clear: both;	
}

.wrappertitle{
	display: block;
	font-size: 12px;
	font-weight: bold;	
	color: #fff;
}

.fieldtitle{
	display: block;
	font-size: 10px;
	color: #fff;
}

.fielddiv{
	display: block;
	float: left;	
}
#firstnamediv input{
	width: 101px;
	margin-right: 6px;
}

#lastnamediv input{
	width: 131px;
}

#emaildiv input{
	width: 250px;
}

#countrydiv select{
	width: 97px;
	margin-right: 5px;
	margin-top: 3px;
}

#phonediv input{
	width: 148px;
	margin-top: 3px;
}

#checkindiv input{
	width: 116px;
	margin-right: 6px;
}

#checkoutdiv input{
	width: 116px;
}

#adultsdiv select{
	width: 75px;
	margin-right: 5px;
}

#childrendiv select{
	width: 95px;
	margin-right: 5px;
}

#agesdiv input{
	width: 70px;
}

#commentdiv textarea{
	width: 250px;
}

.fieldtitle p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
select {
	background: #EEE;
	border: 1px solid #AAA;
	color: #000;
}

input {
	padding: 3px 5px;
	background: #EEE url('/assets/img/input-bg.gif') repeat-x 0 1px scroll;
	border: 1px solid #AAA;	
}

textarea {
	padding: 3px 5px;
	background: url('/assets/img/input-bg.gif') repeat-x 0 1px scroll #EEE;
	border: 1px solid #AAA;
	resize: none;
}

#submit {
	margin: 0 0 15px 0;
	background: white url('/assets/img/button-bg.png') repeat-x scroll left center;
	border: 1px solid;
	padding: 5px 6px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	border-color: #DEDEDE #BBB #BFBFBF #DEDEDE;
}

#submit:hover { border-color: #2C8AEF; }

.star {
	color:red;
	text-shadow: 0px 0px 1px #ffffff;
}

#formProgress { margin-left: 15px; }
.cos tr:hover { background: #D2E3FF; }
.city li { clear:both; }
.city span { font-size:10px; }
#avail span { padding-left:10px; }
.morfeo fieldset{ display:none; }
#sboxth { padding: 3px 5px 3px 0 !important; }
#footer p { color: #284C56; }

/*fix bugs*/
#container {
	margin: 0px auto !important;
	position: relative !important;
	top: 0 !important;
}

#header { height: 45px !important; }


input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor:not-allowed; background-color:#aaa; }

/* Add folding effect to the top frame (not tested) */
#frame:before,
#frame:after {
	display: block;
	width: 12px;
	height: 12px;
	content: " ";
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	z-index: -1;
	transform: rotate(45deg);
	bottom: -6px;
	box-shadow: 0 0 10px #666;
}

#frame:before { left: 4px;  }
#frame:after  { right: 4px; }

.rav-pricetable td { vertical-align: middle; }
#nfo { width: 580px !important; }

.flag {
    display: table;
    width: 100%;
}
.flag__image,
.flag__body {
    display: table-cell;
    vertical-align: middle;
}
.flag__image { padding-right: 10px; }
.flag__image > img {
	display: block;
	max-width: none;
}
.flag--rev .flag__image {
	padding-right: 0;
	padding-left: 10px;
}
.flag__body { width: 100%; }

.eot { color: white;position: absolute; bottom: 0px; overflow: hidden; max-width: 100%; padding: 15px; }
.eot img { max-height: 50px; }

#main { overflow: hidden; }

