div.popupPic { border: 10px solid #e6e6eb; position: absolute; text-align: left; z-index: 160; }
div.popupPic img { cursor: pointer; padding: 0; border-width: 0; }
div.popupPic div.text { position: absolute; left: 0px; background-color: #faf1f2; }
div.popupPic div.text p { margin: 0; padding-top: 5px; text-align: center; }
div.popupPic a.close { right: 0px; position: absolute; top: 0px; z-index: 162; }
div#overlay { background-color: black; opacity: 0.5; filter: alpha(opacity=50); position: absolute; left: 0; z-index: 158; width: 100%; }
div#popupLoading { border: 10px solid #e6e6eb; background-color: white; position: absolute; z-index: 159; text-align: center; }
div#popupLoading img { padding-top: 35px; }

#popup_topbar {
    text-align: right;
    background-color: #F3569B;
    margin-bottom: 20px;
    padding-top: 4px;
	font-size: 11px;
	color: #ffffff;
}

#popup_topbar a, #popup_topbar a:link, #popup_topbar a:hover, #popup_topbar a:active, #popup_topbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	padding: 0px 8px 0px 8px;
}

#popup_topbar_debut {
    text-align: right;
    background-color: #7A4F96;
    margin-bottom: 20px;
    padding-top: 4px;
	font-size: 11px;
	color: #ffffff;
}

#popup_topbar_debut a, #popup_topbar_debut a:link, #popup_topbar_debut a:hover, #popup_topbar_debut a:active, #popup_topbar_debut a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	padding: 0px 8px 0px 8px;
}


#popup_content {

}

#popup_bgwhite {
    text-align: left;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 10px;
	color: #333333;
}

#popup_reiter {
    text-align: left;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

#popup_reiter div {
	padding-right:10px;
	float:left;
	background-image: url('img/tab_inactive.png');
	background-repeat: no-repeat;
	width:158px; 
	height:25px;
}

#popup_reiter div a{
	position: relative;
}

#popup_header {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 20px;
}


