﻿#lightbox_big, #lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
	padding: 2px 10px 2px 10px;
	*padding: 20px 10px 20px 10px;
	/*font-family: Georgia, serif;*/
	text-align: justify;
	font-size:13px;
	border-radius:10px;
	box-shadow: 0 0 20px #fff;
	border:6px solid #333;
}
#lightbox_big{left: 30%; width: 992px;}
#lightbox h2{display:inline-block; position:relative;*Margin:0;}
#lightbox #icon{display:inline; position:relative;float:right;*margin-top:-27px;}
#lightbox dd,#lightbox  dt{line-height:26px; font-size:15px;}
#lightbox  dd a{text-decoration:none;}
#lightbox img{
	display:block;
	float:left;
	position: relative;
}
#lightbox .button{
   border: 0 none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 5px 5px 0 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    background-color: #336699;
    color: #FFFFFF;
	}
#lightbox .button:hover {background-color: #c0791b;}
#lightbox .asterisk{color: #cc6600;font-size: 150%;font-weight: bold;}
#lightbox object{margin: 30px auto;}
#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
