
.assdloader {
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-left:-15px;
	margin-top:-15px;
	z-index:1;
}





#datebox input[type="text"],
#datebox select{
	margin:0;
	padding:0;
	font-weight: 400 !important;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; 
}



.hasDatepicker {
	position: relative; z-index: 100000;
}

#ui-datepicker-div {
	background-color:#FFF;
	color:#000;
}


.t_houselistbook {
	width: 210px;
	font-weight: 400 !important;
}

.t_houselistbook td {
	margin:0;
	padding:0;
	padding-bottom:4px;
	
}
.t_houselistbook td.number {
	padding-left:3px;
	padding-right:3px;
}



#booking_form_submit_button {
	float:right;
}

#booking_form_inner {
	margin-left:10px;
	position:relative;
	z-index:100;

}

#booking_form_head {
	display:block;
	float:none;
	clear:both;
	padding-top:8px;
	padding-bottom:10px;
	font-weight: bold;	
	padding-right:8px;
	
}


#datebox {
    width: 210px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; 
	font-size: 11px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	display:block;
	font-weight: 400 !important;
}

form,
#dowarrival, 
#dowdeparture,
#numnights {
	background: transparent;
}

#datebox a:hover, #datebox a:active, #datebox a:visited, #datebox button:focus { outline: 0; }

#datebox form {
    margin: 0 0 0 0;
    width: 210px;
}
#datebox form > div {
    margin: 0 5px;
}


#datebox input[type="text"] {
	width: 22px;
/*	text-align: right;
	font-size: 12px;*/
	vertical-align: middle;
	background-color:#FFF;
}


#dowarrival, #dowdeparture {
	border: 0px none;
	width: 20px;
	text-align: center;
	padding: 1px;
}

#numnights {
	border: 0px none;
	width: 14px;
	text-align: right;
	padding: 1px;
    font-weight: bold;
	font-weight: 400 !important;
}

/* plus minus buttons booknow */
#nightsup {
	width: 17px;
	height: 16px;
	background: transparent url(http://hostels.assd.com/imgfront/plus_off.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}
#nightsup:hover {
	background: transparent url(http://hostels.assd.com/imgfront/plus_on.png) no-repeat;
}
#nightsdown {
	width: 17px;
	height: 16px;
	background: transparent url(http://hostels.assd.com/imgfront/minus_off.png) no-repeat;
	border: 0;
	cursor: pointer;
}
#nightsdown:hover {
	background: transparent url(http://hostels.assd.com/imgfront/minus_on.png) no-repeat;
}

#nightsup,
#nightsdown{
	position:relative;
	top:2px;
	left:5px;
	color: transparent;

	
}
#numnights {
	
}

#house {
	width: 195px;
}

#availbox_hostel {
    height: 36px;
	font-weight: bold;

}

#availbox_arrival, 
#availbox_depart {
	position: relative;	
}

#availbox_arrival img, 
#availbox_depart img {
	display: block;
	position: absolute;
	right: 6px;
	top: 14px;
}

#dayarrival, 
#daydeparture {
	width: 40px;	
}
#monthyeardeparture, 
#monthyeararrival {
	width: 96px;
}

#datebox select {
	font-size: 10px;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #A5ACB2;
}

#datebox select.persons {
    width: 40px;
}

/*#datebox option {
	padding: 0 0 0 0;
}*/



#datebox button {
	border:0px;
	/*float:right;*/
	padding: 4px 8px 7px 8px;
	height:	27px;
	line-height: 19px;
	background:	#FF9900 ;
	color:	#FFFFFF ;
	font-weight: bold;	
	width: 200px;
	cursor: pointer;
	margin: 0 5px 5px 5px;
	border: 1px solid #FF9900;
}

#datebox h2 {
	color: #006296;
	padding-left: 6px;
	font-size: 16px;
}

#dowarrival, 
#dowdeparture,
#numnights {
	border: 1px solid #fff;
}


#datebox label {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin: 6px 0 2px 0;
	
}

#error {  
    display: none;
}

#datebox input.error {
    border: 1px solid #900;
}

#guests {
    margin: 0 5px 10px 5px;
}

#swapHidden { display: none; }

#selectAdults { width: 34px; text-align: right; } 





#datebox button {
	 background-color: #001B33;
    background-image: url("http://smart-stay.de/wp-content/themes/smartstay_theme/img/submit.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #436280;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
    color: #FFFFFF;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px 10px;
	padding-top:3px;
    white-space: nowrap;
	width:auto;
	
}

#dayarrival, #daydeparture, #datebox select {
    width: auto !important;
	text-align:left !important;

	
   
}
#datebox option {
    padding-left: 7px  !important;
	padding-right: 7px  !important;
	padding-top: 1px  !important;
	padding-bottom: 1px  !important;

}


#numnights {

    text-align: left;
	 padding: 1px  !important;

}

#availbox_arrival img, #availbox_depart img {

    right: 16px;

}

#datebox #guests {
	width:108px !important;
	margin-right:0px !important;
	
}

#group_ele {
	text-align:right;
	float:right;
	width:90px;
	
	margin-left:0px !important;
}
#group_ele label {
	text-align:right;
}

#grouppopuplink {
	color: #011B30;
	text-decoration: underline;
}

#booking_form img {
	display:none;
	
}