/*---------------------------------------------
//  Widget
//---------------------------------------------
*/

#widget {
	height				: 70px;
}


#bookings-widget_Esperando,
#bookings-widget_NoEsperando{
	color				: #FFF;
	padding				: 17px 0 0 0;
	overflow			: hidden;
}



#bookings-widget_Esperando {
	padding				: 17px 0 0 20px;
}



#col1,
#col2,
#col3,
#col4 {
	float				: left;
	padding				: 0 20px 0 30px;
	min-width			: 50px;
	_min-width			: 110px; /* ie6*/
}

#col1 {
	_min-width			: 130px; /* ie6*/
}


#col4 {
	padding				: 16px 20px 0 30px;
}


#widget h3 {
	font-size			: 16px;
	line-height			: 20px;
	font-weight			: bold;
}


#widget h4{

}



#widget select,
#widget input[type=text] {
	font				: normal normal 12px Arial, sans-serif;
}

#widget select {
	width				: 200px;
}


a#bookings-widget_checkin_cal,
 a#bookings-widget_checkout_cal{
	display				: inline-block;
	vertical-align		: bottom;
	width				: 25px;
}

#widget label {
	display				: block;
}
