.lightbox-wrapper{
	display:none;
}
.lightbox-wrapper .clear {
	clear: both;
}
.lightbox-wrapper {
	background-image:url('../images/lightbox/bg.png');
	height: 100%;
	min-height: 350px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow:auto;
}
.lightbox-main {
	width:488px;
	min-height:176px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
.lightbox-header{
	background:url("../images/lightbox/facebook-icon-small.gif") no-repeat scroll 10px 50% transparent;
	background-color: #6D84B4;
	font-size:14px;
	font-weight:bold;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:8px 10px 8px 30px;
}
.lightbox-stripes{
	background:url("../images/lightbox/facebook-stripe.gif") repeat scroll left top transparent;
	height:15px;
}
.fb-cancel{
	background-color:#F2F2F2;
	border-top:1px solid #CCCCCC;
	margin-top:50px;
}
.lightbox-close img{
	margin:4px 0px 0px 423px;
}
.lightbox-main p{
	margin:15px 0px 0px 15px;
}
.fb-login{
	margin:0px 0px 0px 15px;
}
