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

#widget, #bookings-widget_Esperando {
	background			: url(../img/back_widget.png) left top no-repeat;
	padding				: 30px 0 0 0;
	width				: 216px;
	height				: 122px /*=152-20 */
}

#bookings-widget_Esperando {
	text-align			: center;	
    font-family         : Arial, sans-serif;
    color               : #FFFFFF;
}

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

#widget select {
	width				: 150px;
}

#widget div {
	text-align			: left;
	vertical-align		: bottom;
	overflow			: hidden;
	margin				: 0 auto;
	padding				: 3px 0 1px 30px;
}


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

#widget label {
	font-size			: 11px;
	width				: 50px;
	display				: inline-block;
    font-family         : Arial, sans-serif;
    color               : #FFFFFF;
}

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