﻿* {
    margin: 0;
    padding: 0
}

/* mac hide \*/
html, body {
    height: 100%;
    width: 100%;
}

/* end hide */
body {
    background-color: #eee;
    text-align: center;
    min-height: 600px; /* for ie7*/
}

#xouter {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

#xcontainer {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 268px;
}

#xinner {
    width: 500px;
    background: #fff;
    height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    font-size: 0.85em;
}

#xinner.error {
    background: #FFFFD5;
    border: 1px solid #991111;
}

.error h1 {
    margin-top: 2em;
    color: #991111;
}

p, h1 {
    margin-bottom: 1em
}

#header {
    margin-right: 0
}

.maintxt {
    text-align: left;
    margin: 1em;
    line-height: 1.5em;
}

.waitingtxt {
    text-align: center;
    margin: 1.2em;
    font-weight: bolder;
}
