@charset "utf-8";
/* CSS Document */
#select-veranstaltung{
	background: #fff;
	border:none;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	text-transform:uppercase;
	padding: 3px 5px;
	margin-right: 5px;
	color: #CC6633;
}
#select-datum{
	background: #fff;
	border:none;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	text-transform:uppercase;
	padding: 3px 5px;
	color: #CC6633;
}