﻿body
{
    color: #000000;
    font-family: "Helvetica Neue" ,Arial,Helvetica,Geneva,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: left;
}

.containerErrorMsg
{
    position: absolute;
    margin: auto;
    top: 300px;
    z-index: 900;
    width: 420px;
    height: 75px;
    text-align: center;
    background-color: #acad85;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px;
    display: none;
    color: #eeeeee;
    line-height: 1.2em;
    border: solid 1px black;
}



div.translucent
{
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}


div.topInfoContainer
{
    font-size: 1.5em;
}

.searchlabel
{
    font-size: .8em;   
}