/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{ 
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 400px;
    text-align: center; text-transform: uppercase; z-index:2500;
    background-color: #f25648; color: #ffffff; padding-top:20px;
}
#outdated.eng{ height:430px;}
* html #outdated{position: absolute;}
#outdated h2{font-size: 25px; line-height: 25px; margin: 25px 0 10px;}
#outdated h3{font-size: 16px; }
#outdated p{font-size: 12px; line-height: 150%; margin: 0;}
#outdated p a{ color:#fff; text-decoration:underline;}
#outdated p a:hover{ text-decoration:none;}
#outdated #btnUpdateBrowser{
	display: block; position: relative; padding: 10px 20px; margin: 25px auto 25px; width: 230px; /*need for IE*/
	color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#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: 36px; line-height: 36px;
}