

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 8px solid #635d5a;
	background-color: #dedfde;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#ffffff;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.leightbox input {
	width:140px;
	border:1px solid #ccc;
	background-color:#fff;
}

.leightbox h1 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:0 auto;
	padding:0 0 10px 0;
	background:none;
	border: 0;
}


.lbAction, .lbAction:hover{text-decoration: none;}

#loginlightbox_inner { text-align: center; }

#loginlightbox_inner table { margin: 0 auto; }

#loginlightbox_inner .buttonlike { background: #4c4c4c; border: 1px solid #000; border-style: outset; color: #fff; cursor: pointer; padding: 4px 14px; }
#loginlightbox_inner .buttonlike:hover { color: #fff; text-decoration: none; }
