#fullscreen_overlay
{
    display: none;
    height:100%;
    width:100%;
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    opacity:0.9;
    position:fixed;
    z-index:998;
    background-color: black;
}

#install_arrow_container
{
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 999;
    color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 352px;
}

#install_arrow
{
    position: absolute;
    right: 80px;
    top: 0px;
    background: transparent url(../img/allowarrow.png) no-repeat;
    width: 108px;
    height: 68px;
}

#install_head
{
    font-size: 26px;
    margin-bottom: 5px;
}

#install_steps li
{
   font-size: 18px;
   line-height: 34px;
}

#protocolRedirectSplashContainer
{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 350px;
    margin-left: -225px;
    margin-top: -175px;
    background: transparent url(../img/splashBg.jpg) no-repeat;
}

#protocolRedirectSplashContent {
    height:245px;
    left:20px;
    padding:10px;
    padding-top: 40px;
    position:relative;
    top:67px;
    width:389px;
    text-align: center;
    color: #666;
    font-size: 28px;
    line-height: 36px;
}

#protocolRedirectButton {
    width: 329px;
	height: 44px;
    background: transparent url(../img/btn_tellme_off.jpg) no-repeat 0 0;
    margin: 20px auto;
}

#dialogInstall {
    font-size: 12px;
    margin: 20px auto;
    width: 288px;
}

#protocolRedirectButton:hover {
	background-image: url(../img/btn_tellme_onover.jpg) !important;
}
.highlightedStep
{
    color: #FFCC33;
}