
.ann_info {
	width: 95%;
	height:65px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.ann_info img {
	float: left;
	margin:5px;
}
#ann_error {
	color: dimgray;
	background-color: #FFDBDB;
	border: 2px solid #B22222;
}
#ann_success {
	color: dimgray;
	background-color: #D7F9D7;
	border: 2px solid green;
}

.bonus_textboxclose {
	background-color:gainsboro;
	color: #111111 !important;
	background: -moz-linear-gradient(left top 315deg, gainsboro, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(gainsboro), to(#fff));
	width:500px;
	min-height: 50px;
	max-height: 200px;
	overflow: auto;
	padding:10px;
	border:2px solid #3cdc14;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px;
	-webkit-box-shadow: 0 0 20px #3cdc14 inset;
	-moz-box-shadow: 0 0 20px #3cdc14 inset;
	box-shadow: 0 0 20px #3cdc14 inset;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;
	z-index: 9998;
}

.bonus_textboxclose2 {
	background-color:gainsboro;
	color: #111111 !important;
	background: -moz-linear-gradient(left top 315deg, gainsboro, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(gainsboro), to(#fff));
	width:500px;
	min-height: 50px;
	max-height: 200px;
	overflow: auto;
	padding:10px;
	border:2px solid #3cdc14;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px;
	-webkit-box-shadow: 0 0 20px #3cdc14 inset;
	-moz-box-shadow: 0 0 20px #3cdc14 inset;
	box-shadow: 0 0 20px #3cdc14 inset;

	z-index: 9998;
}

.bonus_textboxwartung {
	background-color:gainsboro;
	color: #111111 !important;
	background: -moz-linear-gradient(left top 315deg, gainsboro, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(gainsboro), to(#fff));
	width:500px;
	min-height: 50px;
	max-height: 200px;
	overflow: auto;
	padding:10px;
	border:2px solid #dc9814;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px;
	-webkit-box-shadow: 0 0 20px #dc9814 inset;
	-moz-box-shadow: 0 0 20px #dc9814 inset;
	box-shadow: 0 0 20px #dc9814 inset;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;
	z-index: 9998;
}

.bonus_textclose {
	color:white;
	background-color: #FF0000;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-125px;
	padding:10px;
	min-width:250px;
	z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}
