html,
body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    background-color: #5F83C1;
    font: 11px verdana, sans-serif;
    text-align: center;
}

iframe {
    border: 0px;
}

img {
    border: 0px;
    display: block;
}

table.page-container,
body.choose table {
    height: 100%;
    margin: 0 auto;
}

body.choose {
    background-color: #ffffff;
}

td.content {
    text-align:center;
}

table#contact-form {
    background-color: #ffffff;
    text-align: left;
}

span.page-title {
    font-size: 18px;
    font-weight: bold;
    color: #eeeeee;
}
td.label {
    text-align: right;
}
td.field {
    text-align: left;
}
div.home-link {
    position: absolute;
    top: 20px;
    left: 20px;
    align: center;
}

div.home-link img {
    display: inline;
}
td.video {
    background-color: #000000;
    font-size: 0;
    line-height: 0;
    height: 240px;
    width: 320px;
}
div#popup-container {
    position: absolute;
    display: none;
    left: -2000px;
    z-index: 1000;
}

div.show-wait {
    position: absolute;
    padding-top: 50px;
    left: 40px;
    top: 40px;
    display: none;
    height: 110px;
    width: 240px;
    font-weight: bold;
    background-color: #333333;
    color: #ffffff;
    z-index: 1000;
}

