/* Content - Layout 5 (404/500) */
.bg_error404 { background:url(../../img/en/bg_error404generic.jpg) bottom right no-repeat; /*padding-bottom:350px;*/ }
.bg_error500 { background:url(../../img/en/bg_error500.jpg) bottom right no-repeat; padding-bottom:200px; }

/* Ajax */
#ajax_loading span { background-image:url(../../img/bg_ajax_loading.gif); }

/* Filter Options */
.articles_filter_dd { width:280px; }

#thank_you_sub .image1 {
	background:url(../../img/en/bg_thank1.gif) top left no-repeat;
}
#thank_you_sub .image2 {
	background:url(../../img/en/bg_thank2.gif) top left no-repeat;
}

.error500 #header{
	height:120px;
	padding:0px;
}
.error500 #l_dn{
	text-indent:-9999px;
	background:url(../../img/en/l_dairy_nutrition_w-headline.gif) no-repeat;
	width: 230px;
    height: 60px;
    margin-top:30px;
}
@media only screen and (max-width: 959px) {
	.bg_error500, .bg_error404{
		padding-bottom: 200px;
  		background-size: 300px;
  		background-position: left bottom;
		padding-top: 20px;
		margin-top: 0px;
	}	
}
@media only screen and (max-width: 479px) {
	.layout5_col{ width:auto; }
}