﻿ .requiredBrowser
{
	position: absolute;
    
	left:50px;
	bottom:50px;
	*width:270px;
}
.requiredBrowser span
{
	display:block;
	color:white;
	font-size:12px;
	float:right;
	text-align:right;
	width:320px;
	
}
	.requiredBrowser .icon
	{                
		margin: 5px 0 0 5px;
		width:25px;
		height:25px;
		float:right;
	}
	.requiredBrowser .icon.chrome
	{
		background:url(../images/icons-browsers.svg) no-repeat 0px 0px;
		background-size: auto 25px;
	}
	.requiredBrowser .icon.firefox
	{
		background:url(../images/icons-browsers.svg) no-repeat -25px 0px;
		background-size: auto 25px;
	}
	.requiredBrowser .icon.ie
	{
		background:url(../images/icons-browsers.svg) no-repeat -50px 0px;
		background-size: auto 25px;
	}

