/**
 * Copyright (c) 99designs. 2007-2012
 *
 * @source http://css1.99static.com/static/css/modules/contests-lightbox-product.css
 * @version 3.9.805
 */

.lightbox {
display: none;
background-color: rgba(0,0,0,0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.lightbox-inner {
background-color: #fff;
margin: 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.lightbox-inner .lightbox-header {
height: 40px;
position: relative;
background:url("/static/images/contests-lightbox/lightbox-header-bg.png") repeat-x scroll 0 0 #89756d;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.lightbox-header a.close-button {
position: absolute;
right: 10px;
top: 8px;
background-color: #89756d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
-webkit-box-shadow: inset 2px 2px 2px rgba(50,50,50,0.3);
box-shadow: inset 2px 2px 2px rgba(50,50,50,0.4);
text-decoration: none;
border: 1px solid #918784;
cursor: pointer;
}
.lightbox-header .close-button span {
background:url("/static/images/contests-lightbox/lightbox-close-x.png") no-repeat scroll 0 0 transparent;
display:block;
height:8px;
margin: 6px 8px;
padding:0;
text-indent:-3000px;
width:8px;
}
.lightbox .lightbox-content {
padding: 20px;
}
