.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:10002;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.LB-white-content {
	display:none;
	position:absolute;
	width:355px;
    height:200px;
	top:100px;
	left:200px;
    padding:10px;
    border: 5px solid #666;
    background-color: #000;
    z-index:10005;
	clear:both;
}
.LB-white-content.One {
	width:480px;
	height:272px;
	top:140px;
}
.LB-white-content.Two {
	width:480px;
	height:272px;
	top:140px;	
}
.LB-white-content.Three {
	width:640px;
	height:480px;
	left:120px;
	top:60px;
}
.LB-white-content h3 {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:15px;
}
a#close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -12px;
    right: -12px;
    background: url(../images/close.png) 0 0;
}

a#close:hover {
    background: url(../images/close.png) 0 -30px;
}
.Textbox {
	width:200px;
	border:1px #CCC solid;
	padding:2px;
	height:18px;
}
.Textbox:focus {
	border:1px #999 solid;
}
.SelectBox {
	width:206px;
	border:1px #CCC solid;
	padding:2px;
	height:24px;
}
.SubmitButton {
	width:80px;
	text-align:center;
	height:25px;
	background:#666;
	color:#FFF;
	display:block;
	border:none;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
