

.plato_lightbox_overlay{
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1996;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000; /* url(../img/common/lightbox_black_bg.png); */
}

.plato_lightbox_loading{
	width: 50px;
	height: 50px;
	background: #FFF no-repeat 13px 13px;
	background-image:url(img/waiting_24x24.gif);
	display: block;
	position:fixed;
	top: 40%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 1150;
	border: solid 1px #FFF;
	border-radius:					  4px;
	-moz-border-radius:				 4px;
	-webkit-border-radius:			  4px;
}
.plato_lightbox_loading.dark{
	background: #000000 no-repeat 13px 13px;
	background-image:url(img/waiting_24x24_dark.gif);
	border: solid 1px #555555;
}

.plato_lightbox_wrapper{
	border-radius:					  4px;
	-moz-border-radius:				 4px;
	-webkit-border-radius:			  4px;
	position: absolute;
	z-index: 1997;
	width: auto;
	height: auto;
/*	min-height: 200px;*/
	display: none;
	

}

.lb_topContentWrapper{
	
	-webkit-box-shadow:  0px 0px 7px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:  0px 0px 7px 2px rgba(0, 0, 0, .2);
	box-shadow:  0px 0px 7px 2px rgba(0, 0, 0, .2);

}

.topContentFrame{
	border: 0;
}

button.width180, .platoButton.width180 {
    width: 180px;
    text-align: center;
    margin-bottom: 5px;
}

.lb_bottomContentWrapper{
	position: absolute;
	height: 200px;
	padding: 0;
	margin: 0;
	top: 0px;
	display: none;
	background-color: #ebeded;

}

.lb_bottomContentWrapper iframe{
	border: none;
	width:100%;
}

.lb_topContent{
	/*padding: 25px 0 0 0;*/
	border-radius:					  6px;
	-moz-border-radius:				 6px;
	-webkit-border-radius:			  6px;
	position:relative;
	height: auto;
}



a.lightbox_close{
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/icon_close_dark.png) 0 0 no-repeat transparent;/* TODO IMG Farbe stimmt nicht mit Design überein*/
	position: absolute;
	right: 6px;
	top: 5px;
	text-indent: -9999px;
	z-index: 1998;
	display: none;
}

a.lightbox_close:hover{
	background-position: 0 -16px;
}

a.lightbox_close.red{
	width: 16px;
	height: 16px;
	background: url(img/icon_close_red.png) 0 0 no-repeat transparent;
	position: absolute;
	right: -7px;
	top: -8px;
	
	border-color:#FFF;
	border-radius:		  7px;
	-moz-border-radius:	 7px;
	-webkit-border-radius:  7px;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:	0px 0px 7px 2px rgba(0, 0, 0, .2);
	box-shadow:		 0px 0px 7px 2px rgba(0, 0, 0, .2);
}




a.lightbox_close.red:hover{
	background-position: 0 -16px;
}

/*

.lb_buttonWrapper{
	height: 20px;
	padding: 20px 25px 20px 25px;
}

.marginR{
	margin-right: 10px;
}

.marginL{
	margin-left: 10px;
}

table.lb_topContentTable{
	width: 100%;
	padding-right: 25px;
}

table.lb_topContentTable td.hasSelect{
	width: 110px;
}

table.lb_topContentTable td.hasSelect{
	width: 110px;
}

table.lb_topContentTable td.attr{
	font-weight: bold;
	padding: 0 10px 0 25px;
}

table.lb_topContentTable td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.lb_topContentTable td span {
	margin-top: 9px;
	display: block;
}

table.lb_topContentTable textarea{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	border: none;
	background-color: #d8dede;
	border: solid 1px #d8dede;
	resize: none;
	border-radius:					  4px;
	-moz-border-radius:				 4px;
	-webkit-border-radius:			  4px;
	width: 310px;
	line-height: 18px;

}

table.lb_topContentTable input{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 0;
	padding: 3px;
	border: none;
	background-color: #d8dede;
	border: solid 1px #d8dede;
	resize: none;
	border-radius:					  4px;
	-moz-border-radius:				 4px;
	-webkit-border-radius:			  4px;
	width: 310px;
	line-height: 18px;
}

table.tablePadding td.attr,
table.tablePadding td{
	padding-top: 5px;
	padding-bottom: 5px;
}

table.tablePadding{
	background-color: #ebeded;
	background-color: #ff0000;
	border-top: 1px solid #daddde;
	padding-top: 20px;
	padding-bottom: 20px;
	
	border-bottom-right-radius:		 6px;
	border-bottom-left-radius:		  6px;
	-moz-border-radius-bottomright:	 6px;
	-moz-border-radius-bottomleft:	  6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius:  6px;

}

*/
