div.infobox,
p.infobox {
	background: #deeefe;
	border: 1px solid #044a98;
	border-radius: 8px;
	padding: 10px;
	width: 50%;
	margin-top: 20px;
}

p.infoText {
	font-size: 11px;
}

a.linkButton {
	background: @humana-button-red;
	background-image: -webkit-gradient(linear,left 20%,left 70%,from(#f70c29),to(#c9071f));
	background-image: -webkit-linear-gradient(top,#f70c29,20%,#c9071f,70%);
	background-image: -moz-linear-gradient(top,#f70c29 20%,#c9071f 70%);
	background-image: linear-gradient(to bottom,#f70c29 20%,#c9071f 70%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff60c29', endColorstr='#ffc9071f', GradientType=0);
	-webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
	box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	behavior: url('../PIE.php');
	position: relative;
	bottom: auto;
	padding: 4px 25px;
	border-radius: 4px;
	margin: 0 0 20px 0;
	display: inline-block;
}

a.linkButton:hover {
	color: #fff;
	text-decoration: none;
}

a.linkButtonGreen,
a.linkButtonBlue {
	background: #97bf0d;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 10px;
	border-radius: 8px;
	margin: 0;
	display: block;
}

a.linkButtonBlue {
	background: #044a98;
	-webkit-box-shadow: 2px 2px 0px 3px #000 inset; 
	-moz-box-shadow: 2px 2px 0px 3px #000 inset; 
	box-shadow: -1px -1px 1px 1px #000 inset;
	background: #8bacd0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8bacd0 0%, #004998 10%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bacd0), color-stop(10%,#004998)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8bacd0 0%,#004998 10%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8bacd0 0%,#004998 10%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8bacd0 0%,#004998 10%); /* IE10+ */
	background: linear-gradient(to bottom,  #8bacd0 0%,#004998 10%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bacd0', endColorstr='#004998',GradientType=0 ); /* IE6-9 */
}

a.linkButtonGreen:hover,
a.linkButtonBlue:hover {
	color: #fff;
	text-decoration: none;
}

a.etDownload {
	
}

p.stoererRot {
	border-radius: 4px;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
	font-size: 14px;
	color: #fff;
	background: #bc2229;
	padding: 5px 15px;
	margin: 10px 0 !important;
}

a.ajax-popup-link {}