﻿
body {
    margin: 0 auto;
    overflow: hidden;
    /*font-family:'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;*/
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 12px;
    min-height: 650px;
    min-width: 500px;
}

input[type="button"] {
    border: 1px solid #BBB;
    background: #EAEAEA;
    color: #333;
    padding: 5px;
}

    input[type="button"]:hover {
        cursor: pointer;
        border: 1px solid #aaa;
        color: #111;
    }

    input[type="button"]:focus {
        border: 1px solid #33b5e5;
        color: #111;
    }

input[type="text"], input[type="password"] {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 3px;
}

    input[type="text"]:hover, input[type="password"]:hover {
        border: 1px solid #aaa;
    }

    input[type="text"]:focus, input[type="password"]:focus {
        border: 1px solid #33b5e5;
        outline: 0;
    }

select {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 3px;
}

    select:hover {
        border: 1px solid #aaa;
    }

    select:focus {
        border: 1px solid #33b5e5;
        outline: 0;
    }



#progress_inner_div {
    /*border: 1px solid #333333;*/
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -97px;
    margin-left: -97px;
    background-color: #FFFFFF;
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    -webkit-box-shadow: 0px 10px 30px -3px #333;
    -moz-box-shadow: 0px 10px 30px -3px #333;
    box-shadow: 0px 10px 30px -3px #333;
    z-index: 100004;
}

#progress_div {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100004;
    display: none;
}
