/**
 * @overview   Lightbox stylesheet
 */

.lightbox {
    background-color: #E7E7E7;
    display: none;
    width: 550px;
}

.lightbox .lightbox-content {
    background-image: url("../images/lightbox/lightbox-header-shadow.png");
    background-repeat: repeat-x;
    padding: 20px;
    background-color: #E7E7E7;
}

.lightbox .lightbox-buttons-block {
    height: 30px;
    margin-top: 30px;
}

.lightbox .lightbox-button {
    float: left;
    width: 50%;
    text-align: center;    
}

.lightbox .label {
    color: #505050;
}

.lightbox .header {
    background-color: #2B2B2B;
    font-size: 22px;
    height: 40px;
    padding: 14px 0 0 15px;
    color: #a8a8a8;
    text-transform: uppercase;
}

.lightbox .footer {
    background-image: url("../images/lightbox/lightbox_footer.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #e7e7e7;
    height: 6px;
    padding-top: 15px;
    width: 100%;
}

/* Buttons */

.lightbox div.button-block {
	float: left;
}
  
.lightbox div.button-block div.button {
	float: left;
	background: url("../images/buttons/id_lightbox_button_main.png") repeat-x;
	height: 47px;
	padding: 8px 3px 0 15px;
	cursor: pointer;
}

.lightbox div.button-block div.button p {
	font-size: 12px;
}

.lightbox div.button-block div.button + div {
	background: url("../images/buttons/id_lightbox_button_left.png") repeat-x;
	float: right;
	height: 47px;
	width: 12px;
}

