#overlay {
	width:100%;
	height:100%;
	background:url(/assets/images/overlay.png);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
#subscribe-updates {
	width:550px;
	text-align:left;
	position:absolute;
	top:260px;
	left:445px;
	z-index:99999;
}
 .top {
	width:550px;
	height:8px;
	overflow:hidden;
	background:url(/assets/images/lightbox-top.png) no-repeat;
}
#subscribe-updates .bottom {
	background:url(/assets/images/lightbox-bottom.png) left bottom no-repeat;
}
#subscribe-updates h1 {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.2em;
	color:#958436;
	padding:12px 20px 15px;
	margin:0 6px 15px;
	background:url(/assets/images/lightbox-h1.gif) left bottom repeat-x;
}
#subscribe-updates span {
	font-size:80%;
	font-weight:normal;
	color:#333;
}
#subscribe-updates .left {
	width:285px;
	float:left;
	padding:0 0 0 26px;
}
#subscribe-updates .right {
	width:175px;
	float:right;
	padding:0 26px 0 0;
}
#subscribe-updates .right h2 {
	color:#666;
}
#subscribe-updates .right p {
	color:#666;
	font-size:0.85em;
}
#subscribe-updates #form-wrapper {
	clear:both;
	height:50px;
	margin:0 26px;
}
#subscribe-updates form {
	width:413px;
	float:left;
	padding:5px;
	border:1px solid #c5c5c5;
	background:#ececec;
}
#subscribe-updates label, #subscribe-updates input, #subscribe-updates #form-wrapper p {
	display:block;
	float:left;
	padding:0 5px 0 0;
}
#subscribe-updates label {
	font-weight:bold;
	line-height:25px;
	color:#666;
}
#subscribe-updates input {
	width:267px;
	color:#666;
	padding:3px 4px 4px;
	border:1px solid #c5c5c5;
	background:#f5f5f5;
}
#subscribe-updates input.submit {
	float:right;
	width:86px;
	height:25px;
	background:url(/assets/images/lightbox-submit.gif) no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding:0;
	border:none;
	margin:0;
	cursor:pointer;
}
#subscribe-updates #form-wrapper p {
	line-height:34px;
	padding:0;
}
#subscribe-updates p.last {
	font-size:0.85em;
	margin:0 26px;
}
#subscribe-updates a {
	font-weight:normal;
}
