html,
body {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: white;
}


div.main
{
    background-color: white;
}

div.header
{
    text-align: center;
    font-size: 35px;
}
div.small
{
    font-size: 25px;
}

div.subform
{
    background-color: #f0f0f0;
}

div.url-right
{
    text-align: right;
}

.warning
{
    background-color: lightpink;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.warning-white
{
    background-color: white;
}

div.bigdiv h1
{
    font-size: 25px;
    text-align: center;
}

div.bigdiv h2.hr
{
    width:100%;
    text-align:center;
    border-bottom: 1px solid #ddd;
    line-height:0.1em;
    margin:20px 0 20px;
    font-weight: bold;
    font-size: inherit;
}
div.bigdiv h2.hr span
{
    background:#f0f0f0;
    padding:0 10px;
}

label.error
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12pt;
    margin-left: 10px;
}


/* Mos.ru */
a.btn-mosru
{
    margin-top:15px;
    border-color: #cc2222;
    border-width: 2px;
    color: #cc2222;
    padding: 7px 15px;
}
.btn-mosru:hover
{
    color:red;
}



div.waiting
{
    text-align: center;
    display: none;
}