﻿* 
{
    overflow: hidden;
    cursor: none;
}
body 
{
    background-color: #333;
    color: #FFF;
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
}
.centered 
{
    text-align: center;
}
#header 
{
    text-align: center;
    /*padding: 5px;*/
    border-bottom: 2px solid #555;
    background-color: #FFF;
}
.fld_registration
{
    padding: 20px;
    font-size: 18px;
    border-color: #CCC;
    width: 300px;
    margin: 50px auto;
}
.fld_registration input[type=text], .fld_registration select
{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#screen_waiting 
{
    height: 300px;
    width: 400px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}
#frm_displaywrapper
{
    width: 100%;
    height: 100%;
}
#ifr_content 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 999;
}
#img_error 
{
    z-index: 1;
}
#check_hud 
{
    position: absolute;
    width: 200px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    font-size: 10px;
    text-align: right;
}