label{
        font-family:arial;
        float:left;
}
.input {
        border: 1px solid #99b3b4;
        width: 200px;
        font: 11px verdana, sans-serif;
        padding:3px;
        margin-bottom:4px;
        outline:none;
}
.input:focus {
        border:1px solid #567475;
        background: #e4ebeb;
}
.submit-btn {
        width: 54px;
        height: 20px;
        background: #743;
        outline: none;
        float:right;
}
.submit-btn:hover {
        background: #069;
}
div#container {
        border:1px solid #99b3b4;
        padding:10px;
        width:200px;
        color: black;
}
.entry ul {
        color: black;
        list-style:none;
        margin:0px;
        padding:0px;
        display:block;
}
.entry li {
        color: black;
        display:block;
        margin:0px;
}
.entry li a {
        color: black;
        outline: none;
        background-color: #fbfbf9;
        text-decoration:none;
        display:block;
        padding:10px 0 10px 15px;
        border-bottom:1px solid #f2f2f2;
}
.entry li a:hover {
        color: black;
        border-bottom:1px solid #ccc;
}
.entry ul a em {
        color: black;
        display:block;
        padding-right:30px;
        font-style:normal;
        font-weight:normal;
}
.entry span {
        color: black;
        display:block;
        font-style:normal;
        font-weight:normal;
        padding-right:10px;
}
.entry a:hover span {
        color: black;
}
div#update {
        color: black;
        border:1px solid #ccc;
        margin-bottom:5px;
        background-color:white;
}
div.autocomplete {
        color: black;
        position:absolute;
        width:250px;
        background-color:#eeeeee;
        border:1px solid #888;
        margin:0px;
        padding:0px;
}
div.autocomplete ul {
        color: black;
        list-style-type:none;
        margin:0px;
        padding:0px;
}
div.autocomplete ul li.selected {
        color: black;
        background-color: #ffb;
}
div.autocomplete ul li {
        color: black;
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
}

