#newsLetter label.invalid {
	color: #ff0000;
	font-style: italic;
}

#newsLetter input.invalid,
#newsLetter select.invalid,
#newsLetter textarea.invalid {
	border: 2px solid #ff0000;
}

#newsLetter {
	padding:10px;
	margin:0px;
}

#newsLetter label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#newsLetter input,
#newsLetter textarea {
	margin-bottom:5px;
	width:175px;
}

#newsLetter input.submit_button {
	    float: right;
        margin-right: 0px;
		margin-top:5px;
		*margin-right: 2px;
        margin-left: 100px;
        background: url(../../images/send_button.gif) no-repeat;
        width: 80px !important;
        padding-top: 2px !important;
        cursor: pointer; 
        cursor: hand; 
        border: none;
		text-indent:-10000px !important;
		font-size: 0px;
		display:block;
		line-height: 0px;
		height:23px;


	}
		
#newsLetter input.submit_button:hover {
        background: url(../../images/send_button_hover.gif) no-repeat;

}

#newsLetter legend { display: none; }

#newsLetter fieldset {
	padding: 0;
	margin: 0;
	border: none;
}


