﻿html
{
    overflow: -moz-scrollbars-vertical;
}

body
{   
    margin: 0px;
    text-align:-moz-center;
    #text-align:center;
    font-family: Arial;
 }

.SearchBar
{
    font-size: 14px;
    color: Black;
    height: 25px;
    text-align: right;
}

.BannerBarSearch
{    
    text-align: -moz-left;
    #text-align: left;
    height: 37px;
    width: 1000px;
}

.SearchLabel
{
    font-size: 11px;
    text-align: right;
}

.SearchItem
{    
    margin-right: 7px;
}

.headerTable
{
    display: block;
}