﻿h1
{
    margin: 0px 0px 15px 0px;
    color: #28333c;
    font-size: 22px;
    font-weight: bold;
}

h2
{
    color: #28333c;
    font-size: 16px;
    font-weight: bold;
}

h2.solution
{
    display: block;
    clear: both;
    color: #28333c;
    font-size: 16px;
    font-weight: bold;
}

div#solutions-list h2
{
    color: White;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    margin: 20px 0px 5px 0px;
    background: #28333c;
    border: 1px solid #cecece;
}

div#solutions-list h2:hover
{
    text-decoration: underline;
}



input.textbox
{
    vertical-align: middle;
    padding: 2px 2px 2px 2px;
    height: 13px;
    font-size: 11px; line-height: 12px;
}

textarea.textbox
{
    padding: 2px 2px 2px 2px;
    font-size: 11px; line-height: 17px;
}

h3.no-top
{
    margin: 0px 0px 10px 0px;
    color: #2e5892;
    font-size: 14px;
    font-weight: normal;
}
