@charset "UTF-8";
/* Acclaim Forms CSS Document */

/* Newsletter Signup */

DIV#newsletter FORM TABLE TR TD LABEL,
DIV#newsletter FORM TABLE TR TD SPAN { display: none; }

.mod_registration { padding: 6px 0 10px 0; border-top: 1px solid #000; background: url('../images/single-col-dots.gif') right bottom no-repeat; }

DIV#newsletter FORM TABLE .col_1 INPUT { border: 1px solid #000; height: 18px; width: 178px; padding: 0; }

DIV#newsletter FORM .row_0 .col_0 {
	width: 117px;
	background: url('../images/newsletter/first-name-label.gif') left center no-repeat;
}

DIV#newsletter FORM .row_1 .col_0 {
	width: 117px;
	background: url('../images/newsletter/last-name-label.gif') left center no-repeat;
}

DIV#newsletter FORM .row_2 .col_0 {
	width: 117px;
	background: url('../images/newsletter/email-label.gif') left center no-repeat;
}

DIV#newsletter DIV.submit_container { text-align: right; }
DIV#newsletter DIV.submit_container INPUT.submit { border: none; background: url('../images/newsletter/subscribe-button.gif') left top no-repeat; font-size: 0; text-indent: -9999px; width: 104px; height: 16px; }

DIV#newsletter DIV.error {
	/*font-size: 10px;*/
	font-size: 0.75em;
	text-transform: uppercase;
	color: #e80044;
}

