#settings *[disabled="disabled"]
{
    opacity: .5;
}

#settings
{
    overflow: auto;
    z-index: 999999;
    display: none;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
    color: #BBB;
    width: 100%;
    position: fixed !important;

    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
}

#settings input[type="radio"] {
    margin: 6px;
}

#settings label {
    cursor: help;
    border-bottom: 1px dotted;
    position: relative;
}

#settings label span {
    display: none;
    border: 1px solid red;
}

#settings label:hover span {
    position: absolute;
}

#settings table {
    margin: 0 auto;
    width: 90%;

}
#settings table {
    display: none;
}

#settings table:first-of-type {
    display: table;
}

#settings table td {
    padding: 5px;
    height: 20px;
}

#settings table td.key,
#settings table td.value
{
    width:40%;
    font-size: 12px;
}

#settings table td.value input[type="text"],
#settings table td.value input[type="password"],
#settings table td.value textarea
{
    padding: 3px;
    width: 70%;
}

#settings textarea
{
    height: 90px;
}

#settings table td.key {
    text-align: right;
}

#settings table td.value {
    text-align: left;
}

#settings table td.separator {
    height: 100%;
    width: 5%;
    text-align: center;
}

#settings table td.separator div {

    margin: 0 auto;
    width: 1px;
    height: 80%;
    border-left: 1px solid #666;
    display: inline-block;
}

#settings input[type="submit"],
#settings input[type="button"]
{
    margin: 20px 5px;
    font-size: 15px;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #EEE;
}

#settings input[type="submit"][disabled="disabled"] {
    opacity: .7;
}

#settings ul {
    display: inline-block;
    min-width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0px;
    background: repeating-linear-gradient(
            -45deg,
            #E06100,
            #E06100 10px,
            #FF6F00 10px,
            #FF6F00 20px
    );
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
}

#settings input,
#settings textarea
{
    border: 1px solid;
}

#settings ul li,
#settings ul li.active {
    display: inline-block;
    width: 100px;
    height: 100%;
    line-height: 30px;
    vertical-align: middle;
    color: White;
    position: relative;
    text-align: center;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

#settings ul li:hover {
    background-color: #EEE;
    color: #333;
}

#settings ul li.active {
    background-color: #EEE;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

#settings ul li.active div {
    position: absolute;
    bottom: -10px;
    left: 50%;

    margin-left: -10px;

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EEE;
}


#imgMessage.op:hover
{
    opacity: 1;
    cursor: pointer;
}

#imgMessage.op span {
    display: block;
}

#imgMessage span {
    display: none;
}
