#outdated {
	HEIGHT: 170px; WIDTH: 100%; POSITION: fixed; TEXT-TRANSFORM: uppercase; COLOR: #fff; TEXT-ALIGN: center; LEFT: 0px; Z-INDEX: 1500; DISPLAY: none; TOP: 0px; BACKGROUND-COLOR: #f25648
}
* HTML #outdated {
	POSITION: absolute
}
#outdated H6 {
	FONT-SIZE: 25px; MARGIN: 30px 0px 10px; LINE-HEIGHT: 25px
}
#outdated P {
	FONT-SIZE: 12px; MARGIN: 0px; LINE-HEIGHT: 12px
}
#outdated #btnUpdateBrowser {
	CURSOR: pointer; TEXT-DECORATION: none; BORDER-TOP: #fff 2px solid; BORDER-RIGHT: #fff 2px solid; WIDTH: 230px; BORDER-BOTTOM: #fff 2px solid; POSITION: relative; COLOR: #fff; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 20px; MARGIN: 30px auto 0px; BORDER-LEFT: #fff 2px solid; DISPLAY: block; PADDING-RIGHT: 20px
}
#outdated #btnUpdateBrowser:hover {
	COLOR: #f25648; BACKGROUND-COLOR: #fff
}
#outdated .last {
	HEIGHT: 20px; WIDTH: 20px; RIGHT: 25px; POSITION: absolute; TOP: 10px
}
#outdated #btnCloseUpdateBrowser {
	FONT-SIZE: 36px; TEXT-DECORATION: none; HEIGHT: 100%; WIDTH: 100%; POSITION: inherit; COLOR: #fff; DISPLAY: block; LINE-HEIGHT: 36px;
}

#outDatedBody {
 background-color: white;
    color: black; font-size: 12px; padding:5px;
}


.outdatedDivlinkstyle{
    border-style: none;
    border-color: black;
    border-width: 1px;
    margin: 5px;
    padding: 5px;
    margin-left: 20px;
    float:left;
     height:120px;
    width:100px;

}

.outDatedHidden{
    display: none;
}
.outdatedImg{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    color: #656565;
    height:100px;
    width:100px;

}

.outdatedButtonDiv{
   border-style: solid;
    border-color: black;
    border-width: 1px;
    position: relative;    
    box-shadow: 10px 10px 5px #888888;
    background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, blue); /* Standard syntax */
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
 }
#btnCloseUpdateBrowser { 
    outline: 0; 
    margin: 0 4px 0 0;
    padding:8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:black;
    cursor: pointer; 
    position: relative;
    text-align: center; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    word-spacing:0em;
}
#warning-browser {
    background-color:white;
    position: absolute;
    top: 75px;
    left:45%;
    color:black;
    width: 365px;
    padding:10px;
    font-size:14px;
}
#moreinfo-browser {
    color:blue;
    margin-left:50px;
    position: relative;
    top:10px;
}