/* lightboxOverlay */
#lightboxOverlay { 
	background-color: #4D555F;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0px;
	opacity: .80;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 90;
	-moz-opacity: 0.8;
}
#lightbox {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: left;
}

/* Lightbox */
.Lightbox {
	background: #fff;
	/*
    height: 350px;
	width: 450px;
    */
}
.Lightbox .LBHeader {
	background: #213b5a url(../images/bg-header-lbx.gif) repeat-x;
	border-bottom: #ccc solid 1px;
	color: #fff;
	font-size: 1em;
	height: 12px;
	padding: 10px;
	text-transform: uppercase;
}
* html .Lightbox .LBHeader {
	height: 15px;
}
.Lightbox .LBHeader h3 {
	float: left;
	width: 200px;
}
.Lightbox .LBHeader a {
	background: url(../images/ico-close.gif) no-repeat left top;
	display: block;
	float: right;
	height: 0px !important;
	height /**/: 14px;
	padding-top: 14px;
	overflow: hidden;
	width: 14px;
}
.Lightbox .LBMessage {
    color: #243F5E;
    padding: 10px;
}
.Lightbox .LBMessage a.CloseButton{
    border: 1px solid #243F5E;
    font-weight: bolder;
    padding: 2px 5px;
}
.Lightbox .LBContent {
	padding: 20px;
}
.Lightbox .LBContent div {
	padding: 5px 0px;
}
.Lightbox .LBContent label {
	float: left;
	width: 100px;
}
.Lightbox .LBContent div textarea,
.Lightbox .LBContent div input {
	border: #666 solid 1px;
	width: 200px;
}
.Lightbox .LBContent div textarea {
	width: 380px;
}
.Lightbox .LBContent div.Output {
	padding: 20px 100px;
}
.Lightbox .LBContent div.Output input.Button {
	background: url(../images/bg-btn.gif) repeat-x;
	border: none;
	color: #fff;
	margin-right: 5px;
	padding: 5px 10px;
    width: 60px;
}





