/*FORM LAYOUT*/

.submit input
{
color: #000000;
background: #CCCCCC;
border: 2px solid #000000;
font-weight:bold;
} 

#lpce_form input
{
color: #781351;
background: #ffffff;
border: 1px solid #C02D1B;
}

#lpce_form textarea
{
color: #781351;
background: #ffffff;
border: 1px solid #C02D1B;
}

#lpce_form h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	font-style: italic;
	padding:0 4px 0 4px;
	color:#C02D1B;
}

#lpce_form td, #lpce_form tr, #lpce_form p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	
}

/*POPUP LAYOUT*/

#overlay ul, #overlay ol, #overlay li, #overlay div, #overlay td, #overlay tr, #overlay p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	/**Other browsers*/
	
}

#overlay a:link, #overlay a:visited, #overlay .sponsor a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#C02D1B;
	text-decoration:underline;
	font-weight:bold;
	
}

#overlay div {
	padding:0px;
	//padding:2px;
	color:#000000;
}

.sponsor {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
 	/**Other browsers*/
	//margin-bottom:5px;
	
}

#overlay h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	font-style: italic;
	padding:0 4px 0 4px;
	color:#C02D1B;
		
}
#overlay h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	margin: 10pt 0 -6pt 0;
	color: #C02D1B;
	padding:0 4px 0 4px;
	font-style: italic;
	/**Other browsers*/
 	//margin: 8pt 0 -12pt 0;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
#h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	margin: 10pt 0 -6pt 0;
	color: #C02D1B;
	padding:0 4px 0 4px;
	font-style: italic;
}
}

/*************** the overlayed element ***********************************************/
 #overlaya:active, a:link, a:hover{
border:0;
}
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/white.png);
	background-color:#FFFFFF;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:430px;
	
	/* some padding to layout nested elements nicely  */
	padding:10px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/apple-close.png);
	position:absolute; right:-10px; top:-12px;
	//right:-8px; //top:-10px;
	cursor:pointer;
	height:28px; width:28px;
	//height:24px; //width:24px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:; url(/images/white.png);
	background-color:#FFFFFF;
	color:#efefef;
	height:460px;
	//height:470px;
	border:0;
}


/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:300px;
	overflow-y: none;
	}
