#map {
    width: 800px;
    height: 400px;
    border: 1px solid black;
    float:left;
}
#toolbar {
    margin-left:24px;
    width:400px;
    float:left;
    }
    .olControlEditingToolbar {
        float:left;
    }
dt { 
    clear:both; 
    background:#00008B;
    color:#fff;
    padding:4px;
    text-align:center;
}
dd { 
    margin:0; 
    padding:10px; 
    clear:both;
    background:#A7C5DF;
    border: 1px solid #00008B;
}
#notification {
    position:absolute;
    right:0px;
    top:0px;
    width:300px;
    padding:5px;
    color:#000;
    background:#f00;
    border:1px solid #900;
    display:none;
    clear:both;
    float:none;
    font-weight:bold;
}
#notification.ok {
    background:#0f0;
    border:1px solid #090;        
}