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

#widget, #bookings-widget_Esperando {
	background			: #daa601 url(../img/back_widget.png) left top repeat-x;
	padding				: 0 0 0 10px;
	height				: 45px; /*=152-20 */
	font-size			: 12px;
	color				: #452101;
	border				: 1px solid #dc6001;
}

#bookings-widget_Esperando {
	text-align			: center;	
}

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

#widget select {
	width				: auto;
	margin				: -3px 0 0 0;
}

#widget div {
	text-align			: left;
	vertical-align		: bottom;
	overflow			: hidden;
	margin				: 0 10px 0 0;
	padding				: 3px 0 1px 0;
	/*
	display				: inline-block;
	*display			: inline;
	*/
	float				: left;
}

#widget div.boton{
	margin				: 13px 10px 0 0;
}

#widget div a {
	display				:inline-block;
	vertical-align		: bottom;
	width				: 25px;
}

#widget label {
	display				: block;
	margin				: 0 5px 0 0;
}

#widget label.negatiu {
	float				: left;
	clear				: both;
	margin				: 0 5px -5px -0;

}



#widget #bookings-widget_submit {
	padding				: 0;
	margin				: 0 0 0 25px;
}
