@charset "UTF-8";
/* CSS Document */
#teaser-label {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #03F;
	background-color: #FFF;
	box-shadow: 10px 3px 5px #999;
	margin: 10px;
	padding-left: 10px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
#teaser-label:hover {
	color: #FFF;
}
#teaser-label:focus {
	color: #FFF;
}
