﻿@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	a.errorlink
	{
		font-size:.75em !important;
	}
	.errorlbl
	{
		float:left;
		font-size:1em !important;
	}
	.warninglblsmall
	{
		font-size:.75em !important;
	}
	.errorsandwarningslist
	{
		clear:both;
	}
	.errorwarninglistitem
	{
		font-size:.75em;
	}
	a.warninglink
	{
		font-size:.75em;
	}
	h3
	{
		clear:both;
	}
	/*.searcherrorlbl
	{
		font-size:1em;
	}*/
}