﻿.locationSelectBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 100%;
    height: 100%;
    background-color: #0B0D0A;
    
    opacity:0.6;
    filter:alpha(opacity=60);
    
    z-index: 10;    
}

.locationSelectContainer
{
    background-color: #0B0D0A;
    width: 600px;
    padding: 10px;
    position: absolute;
    border: #CBCBC9 2px solid;
    
    top: 250px;
    left: 50%;
    
    margin-left: -300px;
    
    z-index: 15;
}

.locationSelectInfo
{
    
    font-size: 1.3em;
    display: block;
    margin-bottom: 10px;
    
}

.countryTitle
{
    position: relative;
    top: -3px;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin: 0px auto;
}

.countrySelectionContainer
{
    width: 50%;
    float: left;
    display: table-cell;
    text-align: center;
}

ul
{
    text-align: left;
    line-height: 20pt;
    font-size: 10pt;
}

.alwaysLocationSelectionContainer
{
    margin: 0px auto;
    display: table-cell;
    text-align: center;
}

/* .alwaysLocationSelectionContainer span, .locationSelectionAlwaysConfirmContainer span
{
    position: relative;
    top: -3px;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    
} */

.locationSelectionAlwaysConfirmContainer
{
    background-color: #0B0D0A;
    width: 325px;
    padding: 10px;
    position: absolute;
    border: #CBCBC9 2px solid;
    
    top: 250px;
    left: 50%;
    
    margin-left: -162px;
    
    z-index: 15;
}

.specialNote
{
    font-size: 0.8em;
}



