﻿.popShadow { position: fixed; width: 100%; height: 100%; background: #000; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; z-index: 110; display: none; }
.popContent { position: absolute; background: #fff; padding: 10px; z-index: 120; display: none; }
.popImage { margin: 0 0 10px 0; }
.popCaption { font-size: 0.9em; }
.popActions { text-align: right; font-size: 0.9em; font-weight: bold; }