@CHARSET "UTF-8";

/**
  * @author falko
  */

.widget_fader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #000000;
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60);
	opacity: 0.6;
}

.widget_progress {
    position: absolute;
    background-color: #FFFFFF;
    border-top: 1px solid #999999;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #999999;
    padding: 10px 20px 5px 20px;
    z-index: 2;
    text-align: center;
}
.widget_progress p {
    font-weight: bold;
}
