﻿div.settings_container
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.9;
    background-color: #CCCCCC;
    visibility: hidden;
    z-index: 50;
}

div.settings
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    width: 400px;
    height: 300px;
    background-image: url("ilogobig.png");
    background-repeat: no-repeat;
    background-color: #000000;
    border-radius: 10px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 2px;
    opacity: 1;
}

div.settings_title
{
    position: absolute;
    top: 64px;
    left: 164px;
    color: #CCCCCC;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

div.settings_close_button
{
    position: absolute;
    height: 14px;
    bottom: 5px;
    right: 8px;
    z-index: 3;
    border-radius: 10px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #CCCCCC;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    cursor: pointer;
}

div.settings_close_button:hover
{
    color: #00FFFF;
    border-color: #00FFFF;
}

div.settings_option_1
{
    position: absolute;
    left: 24px;
    bottom: 72px;
}

div.settings_option_2
{
    position: absolute;
    left: 24px;
    bottom: 48px;
}

div.settings_option_3
{
    position: absolute;
    left: 24px;
    bottom: 24px;
}

span.settings_label_text
{
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
}

div.settings_name_container
{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 128px;
    text-align: center;
}

div.settings_name_label
{
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

input.settings_name_box
{
    width: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    text-align: center;
}



