
/* buttons */
button { 
	border:1px solid #CCCCCC;
	padding:3px 10px;
	margin:0 2px;
	font-size:11px;
	color:#852c26;
	float:right;
}

button:hover {
	background-color:#CACACA;
	color:#999999;
}

.modal {
	background-color:#FFFFFF;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
}

.modal h2 {
	background:url(../../Aktionen/herbst-angebote-2009/css/bk-logo.gif) no-repeat;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #333;
	font-size:20px;
}

div.error {
	border-bottom:2px solid #666666;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	display:block;
}
.error li{
	margin-left:20px;
	color: #852c26;
}
