.top-search {
    width: 200px;
    height: 25px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.search {   
    padding: 10px;
}

#div-growl {
    position:absolute;
    display:none;
    top: 70px;
    left:20px;
    min-width: 300px;
    min-height: 20px;
    padding:10px;
    border-radius: 10px;
    background-color: #F5FFE2;
    color: #333333;
    
}

#div-growl-contents{
    font-weight:bold;
    font-size:14px;
}

#div-environment{
    display:inline-block;
    background-color:red;
    color:yellow;
    width:100%;

}