.error {
	width: auto;
	font-size: 1.1em;
	/*border: 1px solid #ff0000;*/
	background-color: #ffcccc;
	color: #333333;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

.success {
	width: auto;
	font-size: 1.1em;
	border: 1px solid #009900;
	background-color: #ccffcc;
	color: #333333;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

p.hinweis_kasten {
	background-color: #fafafa;
	border: 1px solid #bbb;
	font: 14px Arial, Helvetica, sans-serif;
	color: #a00;
	width: 350px;
	padding: 20px;
	margin: 0;
}

/*OVERLAY*/
/*
.responseMSG {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#efefef;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.responseMSG[id]{   
	position:fixed;    
}

#overlay[id]{     
	position:fixed;    
}
*/

#agb_overlay{
	background: #ffffff;
}

#agb_overlay .dialog_w{
	padding: 10px;
}


/* theme für add to playlist overlay */
.overlay_spread {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_nw {
	background: transparent url(../images/overlays/spread/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.spread_n {
  background: transparent url(../images/overlays/spread/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.spread_ne {
  background: transparent url(../images/overlays/spread/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.spread_w {
  background: transparent url(../images/overlays/spread/frame-left.gif) repeat-y top left;			
  width:7px;
}

.spread_e {
  background: transparent url(../images/overlays/spread/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.spread_sw {
  background: transparent url(../images/overlays/spread/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_s  {
  background: transparent url(../images/overlays/spread/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.spread_se, .spread_sizer {
  background: transparent url(../images/overlays/spread/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 23px;
	height: 23px;
	background: transparent url(../images/overlays/spread/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 0px;
	height: 0px;
	background: transparent; /* url(spread/button-min-focus.gif) no-repeat 0 0;*/			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width: 0px;
	height: 0px;
	background: transparent ;/*url(spread/button-max-focus.gif) no-repeat 0 0;*/			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:18px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#ffffff;
}

.spread_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#59BC00;
}




