/* CSS Document */

/* Needs to be an element different than the sign up block, also needs to not affect the page layout... */
#newsletter-whiteout
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	
	background-color: #FFFFFF;
	content: " ";
	display: none;
	opacity: 0.65;
	filter: alpha(opacity = 65);
}

#block-constant_contact-0
{
	position: relative;
	background-image: url("../images/newsletter-background-large.png");
	width: 364px;
	height: 89px;
	z-index: 1000;
}

.newsletter-form-small
{
	height: 50px !important;
	background-image: url("../images/newsletter-background-small.png") !important;
}

#block-constant_contact-0 h2.title
{
	display: none;
}

#block-constant_contact-0 label
{
	display: none;
}

#block-constant_contact-0 input
{
	color: #666666;
	font-size: 12px;	
}

#block-constant_contact-0 #edit-cc-email
{
	position: absolute;
	top: 1px;
	left: 3px;
	
	border: none;
	background-image: url("../images/newsletter-email.png");
	width: 250px;
	height: 27px;
	line-height: 27px;
	
	padding: 0;
	margin: 0;
	
	padding-left: 30px;
	width: 220px;
}
#block-constant_contact-0 #edit-cc-email.empty
{
	background-image: url("../images/newsletter-email-empty.png");
}

#block-constant_contact-0 #edit-cc-FirstName
{
	position: absolute;
	left: 3px;
	top: 36px;
	border: none;
	background-image: url("../images/newsletter-firstname.png");
	width: 120px;
	height: 27px;
	line-height: 27px;

	margin: 0;
	padding: 0;
	padding-left: 5px;
	width: 115px;
}

#block-constant_contact-0 #edit-cc-FirstName.empty
{
	background-image: url("../images/newsletter-firstname-empty.png");
}

#block-constant_contact-0 #edit-cc-LastName
{
	position: absolute;
	left: 133px;
	top: 36px;
	width: 120px;
	height: 27px;
	line-height: 27px;
	
	border: 0;
	background-image: url("../images/newsletter-lastname.png");
	margin: 0;
	padding: 0;
	
	padding-left: 5px;
	width: 115px;
}
#block-constant_contact-0 #edit-cc-LastName.empty
{
	background-image: url("../images/newsletter-lastname-empty.png");
}



#block-constant_contact-0 #edit-cc-PostalCode
{
	position: absolute;
	left: 263px;
	top: 36px;
	width: 71px;
	height: 27px;
	line-height: 27px;
	
	border: 0;
	background-image: url("../images/newsletter-zip.png");
	margin: 0;
	padding: 0;
	
	padding-left: 5px;
	width: 66px;
}
#block-constant_contact-0 #edit-cc-PostalCode.empty
{
	background-image: url("../images/newsletter-zip-empty.png");
}

#block-constant_contact-0 .form-submit
{
	position: absolute;
	top: 0px;
	left: 263px;
	height: 27px;
	width: 71px;
	line-height: 27px;
	
	background: none;
	border: 0;
	
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #00529b;
}
#block-constant_contact-0 .after-submit
{
	position: absolute;
	top: 2px;
	height: 27px;
	line-height: 27px;
	left: 322px;
	font-family: "Wingdings 3";
	color: #f7941d;
	font-size: 12px;
	z-index: -1;
}