/* Main declarations */
#pcp_overlay_wrapper
{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 378px;
	height: 197px;
	margin: 0;
	padding: 0px;
}

#pcp_overlay_wrapper
{
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* Close Button */
#pcp_overlay_wrapper #pcp_overlay_closeButton
{
	height: 12px;
	width: 12px;
	border: 0;
	
	position: absolute;
	top: 15px;
	left: 355px;
	
	z-index:25;
}

#pcp_overlay #grip
{
	padding: 38px 5px 0;
}

#pcp_overlay_wrapper #pcp_overlay_closeButton:hover
{
	cursor: pointer;	
}


#pcp_overlay #pcp_overlay_wrapper strong
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#pcp_overlay form table
{
	width: 370px;
	margin: 5px auto 0;
	padding: 0;	
}

#pcp_overlay form table tr, #pcp_overlay form table tr td
{
	margin: 0;
	padding: 0;
}

/* MAIL FIELD :: START */
#pcp_overlay #pcp_overlay_mailField
{
	height: 24px;
	padding: 0 0 10px;
	vertical-align: middle;
}

#pcp_overlay #pcp_overlay_mailField label
{
	padding: 0;
	color: #414141;
	font-weight: 700;
}

#pcp_overlay #pcp_overlay_mailField input#pcp_overlay_mailText
{
	width: 190px;
	height: 19px;
	margin: 5px 10px 0;
	color: #000000;
}


#pcp_overlay #pcp_overlay_mailField input#pcp_overlay_mailButton:hover
{
	cursor: pointer;	
}
/* MAIL FIELD :: STOP */

/* OPTIN FIELD :: START */
#pcp_overlay #pcp_overlay_optinField label
{
	margin: 0 2px;
	font-size: 10px;
	color: #e1003a;
}

#pcp_overlay #pcp_overlay_optinText p
{
	font-size: 9px;
	line-height: 95%;
	text-align: left;
	color: #414141;
}


/* OPTIN FIELD :: STOP */


/* CONFIDENTIALITY :: START */
#pcp_overlay #pcp_overlay_confidentiality
{
	color: #414141;
}

#pcp_overlay #pcp_overlay_confidentiality a
{
	text-decoration : underline;
	font-size: 8px;
	font-weight: 300;
	color: #414141;
}


#pcp_overlay #pcp_overlay_button
{
	
	text-align: right;
}

#pcp_overlay #pcp_overlay_button input#pcp_overlay_mailButton
{
	background-image:url(../images/button.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:40px;
	width:100px;	
	margin: 0;
	padding: 0;
}
/* CONFIDENTIALITY :: STOP */

