.error_message {
	background-image:url(../img/exclamation_mark.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #ff0000;
	font-family: "Trebuchet MS",Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	padding: 3px 0px 2px 12px;
	margin-left: 2px;
	text-align: justify;
}

.information_message {
	background-image:url(../img/information.gif);
	background-repeat:no-repeat;
	background-position: left top;
	color: #736f8f;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0px 2px 20px;
	margin-left: 2px;
	text-align: justify;
}

.grey_text_bold_no_wrap {
	color: #666666;
	font-family: "Trebuchet MS",Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.total_no_wrap {
	color: #98A160;
	font-family: "Trebuchet MS",Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

select.no_margin, select.large_field, select#geographic_zone_field {
	padding: 0px;
	margin: 0px;
}

select.large_field {
	width: 304px;
}

select#geographic_zone_field {
	width: 235px;
}

input.normal_field, input.large_field, input.phone_field, input.postal_code_field, input.town_field, 
	input.promotion_field, input.amount_field, input.amount_in_euro_field, input#sales_outlet_search_field, input#keywords_field {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 0px 2px;
}

input.normal_field {
	width: 200px;
}

input.large_field {
	width: 296px;
}

input.phone_field {
	width: 100px;
}

input.postal_code_field {
	width: 40px;
}

input.town_field {
	width: 160px;
}

input.promotion_field {
	width: 80px;
}

input.amount_field {
	text-align: right;
	width: 20px;
}

input.amount_in_euro_field {
	width: 100px;
}

input#sales_outlet_search_field {
	margin: 5px 0px 5px 5px;
	width: 174px;
}

input#keywords_field {
	width: 227px;
}

textarea.message {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px 2px;
	width:445px;
}

div.subtitle_padding {
	padding: 12px 0px 0px 5px;
}
