.bwTidWarning {
	display: none;
	width: 450px; 
	top: 10px; 
	right: 10px; 
	margin-bottom: 10px;
}

.bwTidContent {
	background-color: #FFF8B9;
	position: relative;
	padding: 10px;
}

.bwTidIconCell {
	vertical-align: top;
	width: 28px;
}

.bwTidIcon {
	margin: 0 6px;
	vertical-align: top;
}

.bwTidIcon img {
	background-image: url("../img/warning16.png");
	height: 16px;
    width: 16px;
	background-position: center center;
    background-repeat: no-repeat;	
}

.bwTidMessage a {
	position: relative;
	text-decoration: none;
	color: #006699;
}

#warning-block-wfn {
	background-color: #FFF8B9;
	width: 793px;
	float: right;
}

#warning-block-wfn a:link, #warning-block-wfn a:visited {
	color: red;
	text-decoration: none;
}

#warning-title-wfn {
	padding: 5px;
	background-color: #C0C0C0;
}

#browser_warning {
	background-color: #FFF8B9;
	float: right;
}

.bwTidClose {
	top: 1px;
	background: url("../img/closeinv12.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 0 0 0 10px;
    width: 15px;
    z-index: 50010;
}

.bwTidCloseCell {
	vertical-align: top;
    width: 25px;
}

.bwFxBorderPieceTL {
	height: 4px;
    left: -4px;
    top: -4px;
    width: 4px;
	background-image: url("../img/warningTL.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.bwFxBorderPieceT {
	height: 4px;
    left: 0;
    top: -4px;
    width: 100%;
	background-image: url("../img/warningT.gif");
	background-position: center center;
	background-repeat: repeat-x;
}

.bwFxBorderPieceTR {
	height: 4px;
    right: -4px;
    top: -4px;
    width: 4px;
	background-image: url("../img/warningTR.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

.bwFxBorderPieceR {
	height: 100%;
    right: -4px;
    top: 0;
    width: 4px;
	background-image: url("../img/warningR.gif");
	background-position: center center;
	background-repeat: repeat-y;
}

.bwFxBorderPieceBR {
	bottom: -4px;
    height: 4px;
    right: -4px;
    width: 4px;
	background-image: url("../img/warningBR.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.bwFxBorderPieceB {
	bottom: -4px;
    height: 4px;
    left: 0;
    width: 100%;
	background-image: url("../img/warningB.gif");
	background-position: center center;
	background-repeat: repeat-x;
}

.bwFxBorderPieceBL {
	bottom: -4px;
    height: 4px;
    left: -4px;
    width: 4px;
	background-image: url("../img/warningBL.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bwFxBorderPieceL {
	height: 100%;
    left: -4px;
    top: 0;
    width: 4px;
	background-image: url("../img/warningL.gif");
	background-position: center center;
	background-repeat: repeat-y;
}

.bwFxBorderPiece {
	display: block;
    position: absolute;
}