/* ajaxSearch mj netzpepper */
#ajaxSearch
{
    float:left;
    width:100%;
}

#ajaxSearch fieldset
{
    border: solid 1px #68b1ff;
    padding:10px;
    margin-bottom:10px;
}

#ajaxSearch legend
{
    font-size:1.3em;
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;
    color:#68b1ff;
}

#ajaxSearchContainer{
    float:left;
}

#ajaxSearchContent
{
    display:block;
    float:left;
    width:330px;
    font-size:1.2em;
    font-family:Georgia;
    color:#00569F;
    
}

#ajaxSearchMenu
{
    float:right;
    position:relative;
    width:300px;
    margin-left:5px;
    font-family:Georgia;
    font-size:1.2em;
    float:right;
}

#ajaxSearchMenu div.left
{
   width:50%;
   margin-bottom:8px;
}

#ajaxSearchMenu div.right
{
   width:50%;
   margin-bottom:8px;
}

#ajaxSearchInfo
{
    position:absolute;
    left:35%;
    top:30%;
    width:100px;
    height:100px;
    z-index:1000;
    
    background-image: url(../layout/ajaxBackground.png);
    background-repeat: no-repeat;
    background-position: center;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.fifty
{
    width:50%;
}