﻿#dialogOverlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 100000;
}

#dialogBox
{
    background: url('../img/body_bg.jpg') repeat-x left bottom #e5e5e5;
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#dialogBox h1, #dialogBox p
{
    font: 26px/1 'Cuprum' , 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    background: url('../img/header_bg.jpg') repeat-x left bottom #f5f5f5;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #666;
}

#dialogBox h1
{
    letter-spacing: 0.3px;
    color: #888;
    margin: 0px;
    text-align:center;
    padding: 7px 25px;
}

#dialogBox p
{
    background: none;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 25px;
}

#dialogButtons
{
    padding: 15px 0 25px;
    text-align: center;
}

#dialogBox .buttons
{
    display: inline-block;
    background: url('../img/buttons.png') no-repeat;
    color: white;
    position: relative;
    height: 33px;
    font: 17px/33px 'Cuprum' , 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    text-decoration: none;
    border: none;
}

#dialogBox .buttons:last-child
{
    margin-right: 0;
}

#dialogBox .buttons span
{
    position: absolute;
    top: 0;
    right: -5px;
    background: url('../img/buttons.png') no-repeat;
    width: 5px;
    height: 33px;
}

#dialogBox .bluee
{
    background-position: left top;
    text-shadow: 1px 1px 0 #5889a2;
}
#dialogBox .bluee span
{
    background-position: -195px 0;
}
#dialogBox .bluee:hover
{
    background-position: left bottom;
}
#dialogBox .bluee:hover span
{
    background-position: -195px bottom;
}

#dialogBox .grayy
{
    background-position: -200px top;
    text-shadow: 1px 1px 0 #707070;
}
#dialogBox .grayy span
{
    background-position: -395px 0;
}
#dialogBox .grayy:hover
{
    background-position: -200px bottom;
}
#dialogBox .grayy:hover span
{
    background-position: -395px bottom;
}
#dialogBox ul{padding: 10px 25px}
#dialogBox ul li{font-size: 12px;line-height: 1.4;}

#ajaxloading
{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1000000;
    background-color: #ddd;
}
#ajaxloading .loading
{
    width: 200px;
    margin: 200px auto;
    background: url(../img/ajaxloading.gif) no-repeat left center;
    padding-left: 25px;
    position: relative;
}
