#session_popup_overlay {position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0,0,0,0.7); z-index: 10000; text-align: center; cursor: -webkit-zoom-out; cursor: -moz-zoom-out;}

#session_popup_content {margin-top: 100px; display: inline-block; cursor: default; max-width: 100%; padding: 0 20px;}
#session_popup_content * {max-width: 100%;}

#session_popup_inner {cursor:default;}
#session_popup_inner img {height: auto;}

#session_popup_caption {text-align: left; color: #fff; padding: 10px 0;}

#session_popup_close {text-align: right;}
#session_popup_close span {cursor: pointer; color: #fff; font-size: 20px;}

.tx_sessionpopup .typo3-messages {position: relative; z-index: 20000;}