.searchForm {
    height:50px;
    width:620px;
}
.searchLabel {
    float:left;
    margin:8px 8px 8px 0;
    width:230px;
}
.searchText {
    float:left;
    margin:12px 5px 0 5px;
}
.searchInput {
    float:left;
    margin:12px 0 0 0;
    width:63px;
}
