#outdated{
    display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 114px;
    text-align: center;
	text-transform: uppercase;
    background-color: #c0392b;
	color: #ffffff;
	padding-bottom:33px;
	*overflow:hidden;
}

/** html #outdated{position: relative;}*/

html {
	font-family:Tahoma;
	font-size:14px;
}

#outdated #btnUpdateBrowser:hover{
	color				: #f25648;
	background-color	: #ffffff;
}

#outdated .last{
	position			: absolute;
	top					: 0px;
	right				: 0px;
	width				: 40px;
	height				: 40px;
}

#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}

#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 20px; line-height: 20px;
}

#outdated .browser-options {
	list-style			: none;
	margin				: 0;
	padding				: 0;
	height				: 100%;
}

#outdated .browser-options li {
	display				: inline;
	float				: left;
	width				: 20%;
	margin				: 0;
	
	height				: 100%;
}

#outdated .browser-options li:first-child {
	/* 7 fixes */
	*margin-left		: -2px;
	*padding-left		: 0px;
}

#outdated .browser-options li img {
	margin-top			: 2px;
	height				: 40px;
	width				: 40px;
}

#outdated .browser-options li a {
	display				: block;
	height				: 100%;
	text-decoration		: none;
	color				: #fff;
}

#outdated .chrome {
	background-color	: #f2b635;
	border-top			: 10px solid #efa72a;
}

#outdated .browser-options li.chrome a:hover h4 {
	color				: #f2b635;
}

#outdated .firefox {
	background-color	: #f19a2a;
	border-top			: 10px solid #ee8622;
}

#outdated .browser-options li.firefox a:hover h4 {
	color				: #f19a2a;
}

#outdated .iexplore {
	background-color	: #00caff;
	border-top			: 10px solid #00bfff;
}

#outdated .browser-options li.iexplore a:hover h4 {
	color				: #00caff;
}

#outdated .safari {
	background-color	: #00a0e6;
	border-top			: 10px solid #008de1;
}

#outdated .browser-options li.safari a:hover h4 {
	color				: #00a0e6;
}

#outdated .opera {
	background-color	: #f25648;
	border-top			: 10px solid #ef453a;
}

#outdated .browser-options li.opera a:hover h4 {
	color				: #f25648;
}

#outdated h1,
#outdated h2,
#outdated h3 {
	margin:5px;
	padding:0;
	border:none;
}

#outdated .compat-message h2 {font-size:11px;}

#outdated h1 {
	font-size			: 16px;
}

#outdated h2 {
	font-size			: 12px;
	margin				: 0;
	padding				: 6px;
}

#outdated h3 {
	font-size			: 10px;
	margin-bottom		: 14px;
	*margin-bottom		: 10px;
}

#outdated h4 {
	font-size			: 12px;
	padding				: 5px;
	border				: #fff solid 2px;
	display				: inline;
	*line-height		: 28px;
}

#outdated .browser-options li a:hover h4 {
	background			: #fff;
}

