#header .searchform form {
    margin-top: 11px;                                
}

#header .searchform .center {
    position: relative;
}             

#header .searchform {
    height: 86px;
}


#container {
    padding-top: 105px;
}

#header .searchform {
    height: 86px;
}                            

@media all and (max-width: 1023px) {
    #container {
        padding-top: 97px !important;
    }
    
    #header .searchform {
        height: 95px;
    }    
    
    .ausinfo {
        bottom: 19px;    
    }
}

@media all and (max-width: 710px) {
    #container {
        padding-top: 167px;
    }                             
    
    #header .searchform {
        height: 149px;
    }    
    
    #header .searchform .center {
        height: 128px;    
    }
    
    #content {
        margin-top: 138px;    
    }
    
    .ausinfo {
        bottom: 8px;    
    }    
}
