/* 
	Theme Name: windischlaw
	Theme URL: http://windischlaw.at
	Description: Specially for windischlaw.at
	Author: Anton Gigov
	Author URI: http://www.pink-sheep.com
	Version: 1.0
*/

p.special {
	margin-bottom: 1.500em;
	padding: 15px;
	border-left: 5px solid #ebbecd;
	clear: both;
	background: #f3f3f3;
}

/*
#displaybox {
	z-index: 10000;
	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .90;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; vertical-align:middle;
}
*/

#displaybox {
	z-index: 10000;
	background-image:url(img/back.png);
	position:fixed; top:0px; left:0px; width:100%; height:100%; vertical-align:middle;
}

.textwidget {
	margin: 0 0 4px 5px;
	padding: 0;
}

.disclaimerbox {border-left:5px solid #ebbecd; clear:both; background:#f3f3f3; padding:15px; margin-bottom:15px;}
.disclaimeroptions {border-bottom:1px solid #ccc; padding-bottom:5px}
.disclaimeroptions a { color:#a9204e}