﻿

html, body { margin: 0; padding: 0;background-color: transparent; }
.searchBox_normal
{
    position: absolute;
    top: 32px;
    left: 16px;
    border: none;
    height: 18px;
    width: 150px;
    background-color: White;
    font-family: Verdana;
    font-size: 13px;
    padding: 1px 0 0 0;
    margin: 0;
}
.searchBox_normal_td
{
    background: url('/images/searchbox_185px.png') top left no-repeat; 
    width: 185px; 
    height: 59px;
    float: left;
}
.searchBox_small
{
    position: absolute;
    top: 30px;
    left: 11px;
    border: none;
    height: 18px;
    width: 114px;
    background-color: White;
    font-family: Verdana;
    font-size: 13px;
    border-collapse: collapse;
    border: none;
    padding: 1px 0 0 0;
    margin: 0;
}
.searchBox_small_td
{
    background: url('/images/searchbox_140px.png') top left no-repeat; 
    width: 140px; 
    height: 59px;
    float: left;
}
.checkBox_localized
{
    position:absolute;
    top: 32px; 
    left: 1px;
    line-height: 12px;
    font-family: Arial; 
    font-size: 12px;
    color: White;
}
.dropDown_localized
{
    position: absolute;
    top: 54px;
    left: 6px;
    width: 179px; 
    height: 18px;
    border: none; 
    background-color: #F5F5F5; 
    font-family: Arial; 
    font-size: 11px;
    font-style:normal;
    color:#333333;
}
.searchBox_localized
{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 125px; 
    height: 15px;
    border: none; 
    background-color: White; 
    font-family: Arial; 
    font-size: 13px;
}
.searchBox_localized_td
{
    background: url('/images/searchbox_localized.png') top left no-repeat; 
    width: 190px; 
    height: 80px;
    float: left;
}
.display_out
{
    position: absolute;
    top: -1000px;
    float: right;
}
div { overflow: hidden; border: 0px solid black; }
table { margin: 0 auto; padding: 0 auto; border-collapse: collapse; }
