/* CSS Document ---------------------------------------------------

Created by:			.eyecatcher ag – Lydie Chambrier
For:				Old-Browser Detection Plugin
Date of creation:	15-05-2015
Last update:		15-05-2015 (lcr)

------------------------------------------------------------------*/

.buorg {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #f1d992 !important;
    background: #FFF2CC no-repeat url'(http://browser-update.org/img/dialog-warning.gif');
	background-position: 1em 1.2em !important;
    text-align:left;
    cursor:pointer;
    font-family: inherit;
	color:#000;
    font-size: 1em;
}
.buorg div {
    margin: 0.8em 0.5em 0.8em 0;
}
.buorg a {
    color: #f0b514;
}

#buorgclose {
    position: absolute;
    right: 0;
    top: 0;
    height: 1em;
    width: 1em;
    font-weight: bold;
    font-size:1.5em !important;
    padding:0;
}

