#lightbox_overlay {
	background-color: #000;
	}

/* Lightbox Newsletter Signup 1 */

#globe {
	position: relative;
	text-align: left;
	}


		/*  --------------------- PAGE - LIGHT BOX -----------------------------*/
#page-lb {
	display: block;
	width: 500px;
	height: 563px;
	position: relative;
	background: url(/images/bg_lb.png) top left no-repeat;
	text-align: left;
}

#lb-cwrap {
	display: block;
	width: 240px;
	height: 300px;
	position: absolute;
	top: 190px;
	right: 20px;
}

#blk-txt {
	display: block;
	width: 233px;
	font-family: Verdana;
	margin-bottom: 10px;
}

#blk-txt p {
	font-size: 12px;
	color: #101010;
	margin-bottom: 7px;
}

#blk-txt a {
	font-size: 12px;
	color: #7e0000;
	text-decoration: none;
}

#blk-txt a:hover {
	text-decoration: underline;
}

#lb-cwrap form {
	display: block;
	width: 233px;
	height: 100px;
}

#lb-cwrap input {
	width: 70%;
	margin-bottom: 3px;
	padding: 3px 0 3px 3px;
	background: #e3e3e3;
	border: solid 1px #e7e7e7;
	font-family: Georgia, Serif;
	color: #626262;
	
}

#btn-sub {
	display: block;
	width: 223px;
}

#btn-close {
	display: block;
	width: 70px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #881313;
	font-size: 12px;
}

#btn-close img {
	float: right;
}