#brochureRequest label.invalid {
	color: #ff0000;
	font-style: italic;
}

#brochureRequest input.invalid,
#brochureRequest select.invalid,
#brochureRequest textarea.invalid {
	border: 2px solid #ff0000;
}

#brochureRequest {
	margin: 20px 0 0 10px;
	width:260px;
	border-left:1px solid #30559C;
	float:right;
	padding-left:10px;
}

#brochureRequest label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 3px;
}

#brochureRequest input,
#brochureRequesttextarea {
	width: 145px;
	margin-bottom: 15px;
}

#brochureRequest input.submit_button {
	background-image:url(../../images/panel_send_button.gif);
	border:medium none;
	color:#383B93;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin:3px 14px 3px 160px;
	padding:1px 17px;
	*padding:0px 17px;
	text-decoration:none !important;
	width:92px;
}

#brochureRequest legend { display: none; }

#brochureRequest fieldset {
	padding: 0;
	margin: 0;
	border: none;
}