/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
        display:none;
        position: absolute;
         z-index:9999;
         margin-top:168px;
         margin-left:250px;
         width:400px;
         height:320px;
         color:black;
         border:#A2B3D1 solid 10px;
         background-color:#FFFFF0;

}
#lightbox[id]{
        position:fixed;
}

#overlay{
        display:none;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:5000;
        background-color:#000;
        -moz-opacity: 0.1;
        opacity:0.1;
        filter: alpha(opacity=1);
}
#overlay[id]{
        position:fixed;
}

#lightbox.done #lbLoadMessage{
        display:none;
}
#lightbox.done #lbContent{
        display:block;
}
#lightbox.loading #lbContent{
        display:none;
}
#lightbox.loading #lbLoadMessage{
        display:block;
}

#lightbox.done img{
}
.obl_ausgabe{
}
.cancel{
  border-left:#DCDCDC solid 3px;
  border-bottom:#DCDCDC solid 3px;
  border-right:0;
  border-top:0;
}
.obl_can{
 text-align:right;
 width:100%;
 background-color:#A2B3D1;
}
.obl_can_1{
 width:100%;
 background-color:#A2B3D1;
 line-height:28px;
 clear:both;
}
.obl_can_2{
 text-align:right;
 background-color:#A2B3D1;
 float:left;
 line-height:18px;
 width:18px;
}
.obl_can_3{
 text-align:left;
 line-height:18px;
 background-color:#A2B3D1;
 color:white;
 font-weight:bold;
 float:left;
 width:378px;
}


.ausgabe{
 margin-top:10px;
 text-align:center;
 width:100%;
}
.eingabe{
 margin-top:10px;
 text-align:center;
 width:100%;
}
.steuer{
 margin-top:25px;
 text-align:center;
 width:100%;
}
.btnleft{
 text-align:left;
 width:50%;
 float:left;
}
.btnright{
 text-align:right;
 float:left;
 width:50%;
}
.button-left{
 margin:5px;
 width:120px;
}
