﻿body {
}

.searchbox
{
    width:100%;
}

.required
{
    color:Red;
    margin-left:5px;
}

.overlay
{
position: absolute;
height: 100%;
top: 138px;
background-color: white;
left:0;
right:0;
bottom:0;
height:100%;
text-align: center;
z-index: 99999;
background-image: url(../images/loadinfo.net.gif);
background-repeat: no-repeat;
background-position: 50% 10%;
background-color: white;
}


#results_overlay
{

}

.loading
{
    background-image:url(../images/loadinfo.net.gif) !important;
    background-repeat:no-repeat !important;
    background-position:50% 10% !important; 
}

fieldset p
{
    margin:0;
}