/*****************************Custom Css for Wp Lightbox Settings **************************************/
.wplb-page-width
{
   max-width:1000px;
}
.wplb-custom-layout-control
{
   margin-top: 7px;
}
.layout-form .wplb-custom-controls-checkbox {
   margin-top: 8px;
}
.wplb-desc-italic{
   font-size:11px;
   font-style:italic;
   font-family:  "Droid Sans",Helvetica,Arial,Verdana,sans-serif;
   margin-bottom:2px !important;
}

.custom-label-width-lightbox
{
   width : 250px !important;
}
.custom-layout-controls-lightbox
{
   margin-left: 250px !important;
}

.rdl_lightbox
{
   margin-top:7px;
}

div.lightbox_bank_processing 
{
   background: url(../images/loading.gif) no-repeat scroll center center transparent;
   display: inline-block;
   height: 100%;
   line-height: 1px;
   text-align: center;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.wplb-chk-label
{
   vertical-align: bottom;
}
/***************************** End of Custom Css for Wp Lightbox Settings **************************************/