/* Lightbox */
#lightbox{
	display: none;
	position: absolute;
	top:10%;
	left:50%;
	z-index:9999;
	width:426px;
	margin: 0 -213px 0 -213px;
/* 	padding: 12px; */
	background: #fff;
	text-align:left;
	border: solid 5px #669fbc;
}

#overlay{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:300%;
	z-index:5000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox-content {
    padding: 24px;
    position: relative;
}

.lightbox-close {
    position: absolute;
    left: -20px;
    top: -18px;
    width: 36px;
    height: 36px;
}

.lightbox-content ul {
    list-style: none;
    padding: 0;
}

.lightbox-content ul li {
    padding: 0 0 8px 0;
}

#lightboxform input {
    padding: 2px;
    font: normal 12px Arial;
}

input.error {
    border: solid 1px rgb(255,0,0);
}