/* link */
#lyteframe
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -70px;
	right: 50px;
	font: bold 11px Verdana;
	line-height: 16px;
	text-align: right;
}

#lyteframe a,
#lyteframe a:active,
#lyteframe a:visited
{
	font: bold 11px Verdana;
	text-decoration: none;	
	color: #000;
}

#lyteframe  a:hover
{
	color: #0066be;
	text-decoration: none;	
}
/* link */



/* iframe */
#lbOverlay 
{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99998; 
	width: 100%; 
	height: 500px; 
}

#lbOverlay.grey 
{ 
	background-color: #000; 
}

#lbMain 
{ 
	position: absolute; 
	left: 0; 
	width: 100%; 
	z-index: 99999; 
	text-align: center; 
	line-height: 0; 
	border: none;
}

#lbMain a img 
{
 	border: none; 
}

#lbOuterContainer 
{ 
	position: relative; 
	margin: 0 auto; 
	padding: 0;
	width: 0; 
	height: 0;
}

#lbImageContainer, 
#lbIframeContainer
{ 
	
	margin: 0;
	padding: 0;
	width: 725px;
	background-color: #fff;
}

#lbIframe
{
	padding: 0;
	border: none;
}

#lbDetailsContainer 
{	
	margin: 0 auto; 
	padding: 0;
	width: 100%;
	height: 30px; 
	background-color: #fff;
}
	
#lbDetailsContainer.grey 
{ 
	border: none; 
}

#lbClose 
{ 
	margin: 0;
	padding: 0;
	float: right; 
	border: none; 
	width: 64px; 
	height: 30px; 
}

#lbClose.grey 
{ 
	margin: 0;
	padding: 0;
	width: 100px;
	background: url(../images/close_grey.png) no-repeat;
	background-position: top left;
}
/* iframe */


/* within lightbox */
body
{
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	border: none;
}
	
#boxtitle
{
	margin: 0;
	padding: 0;
	width: 725px;
	height: 85px;
	background-image: url("../images/newsHeadline.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: 3px solid #ccc;
	text-align: center;
}
	
#center
{
	margin: 30px auto 0 auto;
	padding: 0;
	width: 565px;
	height: 325px;
	text-align: center;
	border: none;
}
	
.mc-field-group
{
	margin: 25px 125px 15px 0;
	font-weight: bold;
	text-align: right;
	clear: both;
	font: bold 14px Arial, san-serif;
	line-height: 25px;
}
	
.required
{
	width: 250px;
	height: 25px;
}
	
.input-group
{
	margin: 25px 125px 15px 0;
	padding: 0;
	text-align: right;
	font: bold 12px Arial, san-serif;
}
	
.input-group ul
{
	margin: 0;
	padding: 0;
}
	
.input-group ul li
{
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	font: normal 12px Arial, san-serif;
	display: inline;
}
	
#mce-responses
{
	padding: 0em .5em 0em .5em;
	position: relative;
	top: -1.4em;
	overflow: hidden;
}
/* within lightbox */
