/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}

#lightbox a {
	/*font-size:1.0em;*/
}

div.popupcontent {
	padding:10px;

}

#lightbox p {
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	
	font-size:1.2em;
	line-height:20px;
	padding:10px;
}
#lightbox.done p{
	color:#333;
}

.highlight{
	background-color:#FFFFFF;
}



#lightbox p.closelink {
	text-align:center;
	padding-top:20px;
}

#lightbox a.closebutton {
	background:transparent url(../images/renewButtonBg.jpg) no-repeat scroll center center;
	padding:10px 20px;
	margin-right:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:0.75em;
	display:block;
}

#lightbox a.submit,
#lightbox a.cancel {
	background:transparent url(../images/renewButtonBgGreen.jpg) no-repeat scroll center center;
	width:101px;
	height:24px;
	margin:0px 0px 0px 10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:0.75em;
	display:block;
	float:right;
	padding:0px;
}

#lightbox a.cancel {
	background:transparent url(../images/renewButtonBgCancel.jpg) no-repeat scroll center center;
}

#lightbox input.submitButton {
	background:transparent url(../images/renewButtonBg.jpg) no-repeat scroll center center;
	width:101px;
	height:24px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:0.75em;
	border:0px;
}


#lightbox div.infoContainer {
	margin-bottom:10px;
}

#lightbox p.note {
	color:#666666;
	font-style:italic;

}

div.rowtitle {
	float:left;
	width:23%;
	font-size:0.75em;
	background-color:EFEFEF;
	color:#146A39;
	padding:2px 5px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}

div.row {
	float:left;
	width:23%;
	font-size:0.75em;
	padding:2px 5px;
}

div.grey {
	background-color:#F9F9F9;

}

.rowclear {
	clear:left;
}

.emailbox {
	margin-top:10px;
	padding:10px 10px 0px 10px;
	background-color:#DEEAE3;
	float:left;
	width:550px;
	margin-bottom:20px;
}

.infoContainer label {
	display:inline-block;
	width:100px;
}

.infoContainer input {
	margin-right:5px;
}

.emailbox textarea {
	width:530px;
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding:5px;
}

.closeButtons {
	text-align:center;
	display:block;
	padding:10px;
	height:30px;
}

.emailButtons {
	text-align:right;
	display:block;
}

.emailbox p.emailTitle {
	font-size:0.85em;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#146A39 !important;
}

.lightboxHeader 
{
    padding: 0px;
	display:block;
	background-color:#EFEFEF;
	height:40px;
}

.lightboxHeader .lightboxTitle {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:0.8em;
	float:left;
}

.lightboxButtons {
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:100%;
}


p.confirmation {
	padding:10px 0px 0px;
	margin:0px;
}

.popupTextArea {
	width:600px;
}

.footerNote {
	background:url(../images/dotted_line.gif) left top repeat-x;
	margin-top:10px;
	padding-top:10px;
}

div.moreLink {
	padding-bottom:10px;
}

.popupcontent p.note {
	background-color:#EFEFEF;
	border:0px;
}