@charset "UTF-8";
body {text-align:center;background-color:#000000;}
div.flash {
    opacity: 0.75;
    margin: 10px 10px 10px 10px;
    text-align: center;
    clear: both;
    color: #fff;
    font-size: 11pt;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: black;
    border: 2px solid #fff; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 2;
}

div.error {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: red;
    color: white;
    padding: 3px;
    border: 1px solid #666;
}

.warn {
    background-color: yellow;
    color: black;
    padding: 5px;
}

.info {
    background-color: #E5FFE5;
    color: black;
    padding: 5px;
}

.error {
    background-color: red;
    color: white; padding: 5px;
    width: 300px;
}

.wrapper {
    padding-top: 20px;
    padding-left: 20px;
}

.layout {
    width: 95%;
    padding: 0;
    border: 1px #99f solid;
    border-spacing: 0;
    background: #fff;
    z-index: 1;
}

.header {
    background: url('header.gif');
    color: white;
    border-bottom: 1px #99f solid;
}

.statusbar {
    background: url('menu.gif');
    border-bottom: 1px #99f solid;
}

.footer {
    background: url('header.gif');
    color: white;
    border-top: 1px #99f solid;
}

.column1 {
    border-right: 1px #99f solid;
}

.width10em {
    width: 10em;
    background: transparent;
}

.expandable {
    background: transparent;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    min-width: 0;
    display: inline-block;
    display: block;
}

.helper{
    /*border: 1px solid #000000;*/
    color:#ffffff;
}

table.upformtbl{
    margin-left:70px;
    margin-right:auto;
}

#upform
{
    background-color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
#gallery{

    margin-left:auto;
    margin-right:auto;
}

