#sbox-window embed, #sbox-window object, #sbox-window select
{
    visibility:             visible;
}

#sbox-overlay
{
    position:               absolute;
    background-color:       #333;
}

#sbox-window
{
    position:               absolute;
    background-color:       #000000;
    overflow:               visible;
    padding:                10px;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
    z-index: 10;
    color:  #ffffff;
}


#sbox-btn-close
{
    position:               absolute;
    width:                  30px;
    height:                 30px;
    right:                  -15px;
    top:                    -15px;
    background:             url(closebox.png) no-repeat center;
    border:                 none;
}

#sbox-btn-close span{
	display:  none;
}

.sbox-window-ie6 #sbox-btn-close
{
    background-image:       url(closebox.gif);
}

.sbox-loading #sbox-content
{
    background-image:       url(spinner.gif);
    background-repeat:      no-repeat;
    background-position:    center;
}

#sbox-content
{
    clear:                  both;
    overflow:               auto;
    background-color:       #000000;
    height:                 100%;
    width:                  100%;
    margin: auto;
}




.sbox-content-ajax div{
	border: #000000;
width:  700px;
margin:  auto;
text-align:  center;
}

.contenttemplate_lightbox{
text-align:  center;
}

.lighttext div, .lighttext h2, .lighttext p, .lighttext strong{
	text-align: left;
}

.lbbg{
	background-color: #000000;
}

iframe{
	background: #000000;
}

form{
	background: #000000;
}




