/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:750px;
	height:550px;
	margin:-275px 0 0 -375px;
	border:5px solid #808080;
	background:#FFFFFF;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#FFF;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

/* ---- FreeGreen Styles ---- */

#lbContent {
	padding: 25px 20px 20px;
	position: relative;
	}
	
#lbContent h1 {
font-size: 20px;
margin-bottom: .25em;
letter-spacing: -.02em;
white-space: nowrap;
}

#lbContent p {
font-size: 16px;
margin-top: .25em;
}

div#table {
	width: 709px;
	height: 391px;
	background: url(../images/membership-box/table-border.gif) no-repeat left top;
	padding: 1px;
}

div#table h2 {
text-transform: none;
color: inherit;
padding: 20px 0 5px 0;
margin: 0;
font-size: 20px;
}

div#table p.price {
margin: 0;
padding: 0 0 20px 0
text-transform: uppercase;
font-size: 16px;
}

div#table p.description {
font-style: italic;
font-size: 14px;
padding: 12px 10px 16px 10px;
margin: 0;
}

div#table.col3 p.description {
height: 40px;
}

div#table.col2 p.description {
height: 25px;
}

ul.benefits {
border: 1px solid #BFBFBF;
border-width: 1px 0;
margin: 0 10px;
padding: 0;
}

div.col3 ul.benefits {
height: 185px;
}

div.col2 ul.benefits {
height: 200px;
margin-bottom: 30px;
}

ul.benefits li {
list-style-type: none;
font-size: 14px;
margin: 10px 0;
}

div.col3 ul.benefits li.view-all {
margin-top: 10px;
}

div.col2 ul.benefits li.view-all {
position: absolute;
bottom: 65px;
width: 334px;
left: 10px;
}

ul.benefits li.view-all a {
padding-right: 20px;
background: url(../images/membership-box/arrow-right.gif) no-repeat right center;
font-size: 16px;
font-weight: normal;
}

ul.benefits li.alert {
border: 3px solid #C1272D;
background: #F9EAEA;
padding: 3px;
font-size: 12px;
color: #C1272D;
line-height: 1.2em;
}

/*p.signup, p.upgrade {
text-align: center;
position: relative;
margin-top: 10px;
}
*/
p.signup a, p.upgrade a {
display:block;
width: 120px;
height: 47px;
text-indent: -9999px;
position: absolute;
left: 50%;
bottom: 15px;
margin-left: -60px;
}

p.signup a {
background: url(../images/membership-box/button-sign-up.gif) no-repeat left top;
}

p.upgrade a {
background: url(../images/membership-box/button-upgrade.gif) no-repeat left top;
}

p.signup a:hover, p.upgrade a:hover {
background-position: left -47px;
}

div.col3 div.col{
width: 33.33%;
height: 100%;
float: left;
text-align: center;
position: relative;
}
div.col3 div.premium {
background: url(../images/membership-box/premium-bg.jpg) no-repeat left top}

div.col2 div.col{
width: 50%;
height: 100%;
float: left;
text-align: center;
position: relative;
}

div.col2 div.premium {
background: url(../images/membership-box/premium-bg2.jpg) no-repeat left top}


p#login{
 text-align: right;
 padding-top: 5px;
 font-size: 14px;
} 

a#close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	color: #D9D9D9;
	padding-right: 18px;
	background: url(../images/membership-box/close.gif) no-repeat right center;
	}
	
.benefit-note {
font-size: 12px;
text-transform:uppercase;
}

/* IE6 fixes*/

* html div.col3 div.col, * html div.col2 div.col {
position: static;
}

* html p.signup a, * html p.upgrade a {
position: static;
margin: 5px 0 0 30px;
}

* html div.col2 ul.benefits li.view-all {
position: static;
}
