/** Copyright (c) 2009 Oxand. All rights reserved. */

#loadbar {
    position: fixed;
	display: none;
}
#loadbar_back {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#loadbar_box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -183px;
    background: #efefef;
    border-top: 3px double #bcbcbc;
    border-right: 3px double #dedede;
    border-bottom: 3px double #dedede;
    border-left: 3px double #bcbcbc;
}
#loadbar_title {
    display: block;
    margin: 5px 5px 20px 5px;
    width: 350px;
    color: #555555;
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    border-bottom: 1px solid #c0c0c0;
}
#loadbar_message {
    display: block;
    margin: 20px 5px 20px 5px;
    width: 350px;
    color: #999999;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}
#loadbar_bar {
    display: block;
    margin: 20px 5px 20px 5px;
    width: 350px;
    height: 19px;
    background: url('img/bar.gif') no-repeat 50% 50%;
}