#newsLetter label.invalid {
	color: #ff0000;
	font-style: italic;
}

#newsLetter input.invalid,
#newsLetter select.invalid,
#newsLetter textarea.invalid {
	border: 2px solid #ff0000;
}

#newsLetter {
	border-left:1px solid #99CCFF;
	border-width:0 0 0 1px;
	float:right;
	margin:0 0 20px 0;
	padding:10px 0 0 10px;
	width:260px;
}

#newsLetter label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#newsLetter input,
#newsLetter textarea {
	width: 240px;
	margin-bottom: 15px;
}

#newsLetter input.submit_button {
	background-image:url(/images/contact_send_button.gif);
background-repeat:no-repeat;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:left;
height:22px;
margin:5px 10px 10px 0;
padding-bottom:3px;
text-indent:-5000px !important;
width:99px;
}

#newsLetter legend { display: none; }

#newsLetter fieldset {
	padding: 0;
	margin: 0;
	border: none;
}


