﻿#LightBoxDimmer { position:fixed; top:0; bottom:0; left:0; right:0; background:#FFF; opacity: 0.7; z-index: 25; }
#LightBoxWrapper, .LightBoxIndependentWrapper { position: absolute; top:0; left: 0; right: 0; bottom: 0; z-index: 50; }

#LightBox, .LightBoxIndependent { overflow: hidden; margin: 60px auto 20px auto; position: relative; background-color:#ffffff; border: solid 1px #c9c1c1; z-index:75; width: 40%;
                padding: 25px; border-radius: 8px; box-shadow: #000000 4px 4px 8px; box-shadow: rgba(0,0,0,0.4) 4px 4px 8px; }

#LightBoxWrapper { z-index: 51; }
#LightBox { z-index: 76; }

.lightBoxHeader button { background: none; border: 0; float: right; color: #AAA; cursor: pointer; }
.lightBoxContent {	text-align:left; margin-bottom: 20px; -ms-word-wrap: break-word; word-wrap: break-word; padding-left: 7px; }
.lightBoxContent .divTopSection, .lightBoxContent .divFullSection { padding-left: 0; padding-right: 0; }
.lightBoxContent .divFormRow select { width: 100%; } /* not sure about the need for this call */
.lightBoxActionButtons { text-align: right; padding-right: 7px; padding-left: 7px; }

#LightBox.lb10, .LightBoxIndependent.lb10 { width: 10%; }
#LightBox.lb20, .LightBoxIndependent.lb20 { width: 20%; }
#LightBox.lb30, .LightBoxIndependent.lb30 { width: 30%; }
#LightBox.lb40, .LightBoxIndependent.lb40 { width: 40%; }
#LightBox.lb50, .LightBoxIndependent.lb50 { width: 50%; }
#LightBox.lb60, .LightBoxIndependent.lb60 { width: 60%; }
#LightBox.lb70, .LightBoxIndependent.lb70 { width: 70%; }
#LightBox.lb80, .LightBoxIndependent.lb80 { width: 80%; }
#LightBox.lb90, .LightBoxIndependent.lb90 { width: 90%; }
#LightBox.lb95, .LightBoxIndependent.lb95 { width: 95%; }