﻿body 
{
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
}

.header-text
{
    font-size: 24px;
    margin-bottom: 10px;
}

.header-red
{
    font-size: 24px;
    color: #d11241; 
}

.highlight-text
{
    font-size: 15px;
}

.title-text
{
    /*font-family: Myriad Pro;*/
}

.logo-text
{
    color: #bb3b5b;
    font-size: 12px;
    line-height:12px;
    font-weight:bolder;
}

.quote-block
{
    margin-left:3px;
    padding: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #827d7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hidden
{
    display: none;
}

.admin-label
{
    min-width: 120px;
    float: left;
}

.admin-field
{
    min-width: 200px;
    float: left;
}

.clear
{
    clear: both;
}