#installation_arrow {
    background-image: url('/images/prompt.png');
    width: 422px;
    height: 330px;
    position: fixed;
    left: 48%;
    top: 254px;
    display: none;
    z-index: 1001;
}

#installation_arrow_ie {
    background-image: url('/images/promptie.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    position: fixed;
    left: 320px;
    bottom: 90px;
    width: 460px;
    height: 190px;
    display: none;
    z-index: 1001;
}

#text_ie {
    font-size: 18px;
    font-weight: bold;
    margin-left: 95px;
    margin-top: 47px;
    font-size: 16px;
    font-weight: bold;
    text-align:left;
}
#icon_ie {
    background-image: url('/images/logo64.png');
    position: absolute;
    margin-left: 10px;
    margin-top: 24px;
    height: 64px;
    width: 64px;
}

#installation_arrow_firefox {
    background-image: url('/images/promptxpi.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    position: fixed;
    left: 360px;
    top: 122px;
    width: 462px;
    height: 190px;
    display: none;
    z-index: 1001;
    cursor: pointer;
}

#text_firefox {
    font-size: 18px;
    font-weight: bold;
    margin-left: 85px;
    margin-top: 112px;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
}
#icon_firefox {
    background-image: url('/images/logo64.png');
    position: absolute;
    margin-left: 10px;
    margin-top: 102px;
    height: 64px;
    width: 64px;
}

#installation_arrow_safari {
    background-image: url('/images/promptsf.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    position: fixed;
    left: 34%;
    top: 122px;
    width: 325px;
    height: 325px;
    display: none;
    z-index: 1001;
    cursor: pointer;
}
#text_safari {
    font-size: 18px;
    font-weight: bold;
    margin-left: 115px;
    margin-top: 123px;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
    color: white;
}

#text_chrome {
    font-size: 18px;
    font-weight: bold;
    margin-left: 45px;
    margin-top: 195px;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
    color: black;
}
#icon_chrome {
    background-image: url('/images/logo64.png');
    position: absolute;
    margin-top: 175px;
    margin-left: 325px;
    right: 20;
    height: 64px;
    width: 64px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    display: none;
}

.ui-dialog {
    z-index: 1002 !important;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0 !important;
}
.ui-dialog-titlebar-close {
    display: none;
}
.ui-button {
    margin-left: 10px !important;
}
.ui-dialog .ui-dialog-buttonpane button {
width: 80px;
height:25px;
font-size: 13px;
font-family: Arial;
text-align:center;
  overflow: hidden;
  text-wrap: none;
  font-weight: normal;
  font-style: normal;
  border-radius: 1px;
}

#confirm_box {
    color: #0072bb;
    display: none;
    text-align:left;
    width: 300px;
}
#confirm_text {
    margin-top: 15px;
    text-align:left;
    margin-left:5px;
}
#confirm_chrome {
    background-image: url('/images/logo64.png');
    margin-top: 0px;
    margin-left: 260px;
    float:right;
    height: 64px;
    width: 64px;
    position:absolute;
}
