/* popups */
.chooseos {
    border:2px solid #DDDDDD;
    border-radius:5px;
    box-shadow:1px 3px 15px #aaa;
    width:244px;
    height:76px;
    font-size:20px;
    text-align:center;
    padding-top:30px;
    background-color:#FFF;
    text-shadow:1px 1px 2px #aaa;

}
.osleft {
    float: left;
    margin-left: 30px;
}
.osright {
    float:right;
    margin-right: 30px;
}
.chooseOSPop {
    height: 119px !important;
    margin-top: -150px !important;    
}
.chooseOS {
    display:inline;
    cursor:pointer;
    position:relative;
    float:none;
}

.chooseOS img { 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.confirmPop {
    border:2px solid #DDDDDD;
    border-radius:5px;
    box-shadow:1px 3px 15px #aaa;
    font-size:20px;
    text-align:center;
    padding-top:30px;
    background-color:#FFF;
    text-shadow:1px 1px 2px #aaa;
    margin-left: -173px !important;
    margin-top: -150px !important;
    width:397px !important;
    
    height: 214px !important; /*this is a bit of a hack for now.  it's going to have to be set per language*/
    
}
.confirmPop p {
    margin: 15px;
    font-size: 14px;
}
.leaveButton {
    margin: 0 auto;
    width: 150px;
    height:26px;
    padding:5px;
    border:2px solid #DDDDDD;
    border-radius:5px;
    box-shadow:1px 3px 15px #aaa;
    background-color: #FFF;
}
a .confirmEnglish { 
    color: #004FC3;
}
#nav_sub .confirmEnglish {
    color:#000;
}
#nav_sub .confirmEnglish:hover {
    color:#FFF;
}