/* Custom css for SPI selection forms */

/* text box */
#map_date_id {
	width: 210px;
	display: inline;
}

/* calendar button */
#map_date_id_btn {
	display: inline;
	width: 32px;
	height: 32px;	
	background-image: url("http://www.droughtmonitor.eu/spi/calendar_32.png");
	background-repeat: no-repeat, repeat;
}

#chart_date_id {
	width: 185px;
	display: inline;
}

/* calendar button */
#chart_date_id_btn {
	display: inline;
	width: 32px;
	height: 32px;
	background-image: url("http://www.droughtmonitor.eu/spi/calendar_32.png");
	background-repeat: no-repeat, repeat;
}
