@charset "ISO-8859-1";

#datepicker {
	float:left;
	width:134px;
	margin-right:10px;
	height:28px;
	border:0px;
	outline:none;
	overflow:hidden;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	line-height:28px;
	background:url(../gfx/botoes_setas/seta_baixo.png) no-repeat;
	background-position: right center;
}

#datepicker:hover {
	float:left;
	width:134px;
	margin-right:10px;
	height:28px;
	border:0px;
	outline:none;
	overflow:hidden;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	line-height:28px;
	background:url(../gfx/botoes_setas/seta_baixo_h.png) no-repeat;
	background-position: right center;
}

#datepicker2 {
	float:left;
	width:134px;
	margin-right:10px;
	height:28px;
	border:0px;
	outline:none;
	overflow:hidden;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	line-height:28px;
	background:url(../gfx/botoes_setas/seta_baixo.png) no-repeat;
	background-position: right center;
}

#datepicker2:hover {
	float:left;
	width:134px;
	margin-right:10px;
	height:28px;
	border:0px;
	outline:none;
	overflow:hidden;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	line-height:28px;
	background:url(../gfx/botoes_setas/seta_baixo_h.png) no-repeat;
	background-position: right center;
}

.cx_frm_seli {
	float:left;
	width: 144px;
	height:28px;
	line-height:28px;
	padding:0px;
	text-indent:0px;
	overflow: hidden;
	border:0px;
	outline:none;	
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	border:1px solid #d0d0d0;
	background:url(../gfx/botoes_setas/seta_baixo.png) no-repeat;
	background-position: right center;	
}

.cx_frm_seli:hover {
	float:left;
	width: 144px;
	height:28px;
	line-height:28px;
	padding:0px;
	text-indent:0px;
	overflow: hidden;
	border:0px;
	outline:none;	
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:black;
	border:1px solid black;
	background:url(../gfx/botoes_setas/seta_baixo_h.png) no-repeat;
	background-position: right center;	
}

.radio {
	width: 19px;
	height: 25px;
	padding: 0px;
	background: url(../gfx/sistema/radio.gif) no-repeat;
	display: block;
	float: left;
}

.addReservas{
	display: block;
	margin-left: 72px;
	margin-top: 90px;
}

a.adicionar{
		font-size: 150%;
}


