  label  {
font-size : 1.5em;
font-weight : bold;
font-family : arial;
float : left;
}
.input {
border : 1px solid #ddd;
width : 240px;
background : #fffff0;
font : 11px verdana, sans-serif;
color : #443;
padding : 3px;
margin-bottom : 4px;
outline : none;
}
.input:focus {
border : 1px solid #567475;
background : #eee;
}
.submit-btn {
width : 54px;
height : 20px;
background : #743 url(http://www.roscripts.com/images/submit.gif) no-repeat;
outline : none;
float : right;
}
.submit-btn:hover {
background : #069 url(http://www.roscripts.com/images/submit.gif) no-repeat 0 -20px;
}
div#container {
border-top : 1px solid #99b3b4;
border-left : 1px solid #99b3b4;
border-right : 1px solid #99b3b4;
padding : 5px;
margin : auto auto;
width : 250px;
}
.entry ul {
list-style : none;
width : 240px;
margin : 0;
padding : 0;
display : block;
}
.entry li {
display : block;
margin : 0;
}
.entry li a {
outline : none;
background-color : #fff;
text-decoration : none;
display : block;
padding : 10px 0 10px 10px;
border-bottom : 1px solid #f2f2f2;
font : bold 1em arial, helvetica, sans-serif;
color : #999;
}
.entry li a:hover {
border-bottom : 1px solid #ccceee;
color : #444;
}
.entry ul a em {
background-color : #cccddd;
display : block;
color : #808080;
font-size : 90%;
padding-right : 30px;
font-style : normal;
font-weight : bold;
}
.entry span {
display : block;
padding-right : 10px;
color : #000;
font-size : 10px;
font-style : normal;
font-weight : normal;
text-align : right;
border-bottom : 2px solid #666;
}
.entry a:hover span {
color : #800;
}
div#update {
display : block;
border : 1px solid #666;
margin-bottom : 5px;
background-color : white;
}
div.autocomplete {
position : absolute;
width : 238px;
background-color : white;
border : 1px solid #888;
margin : 0;
padding : 0;
}
div.autocomplete ul {
list-style-type : none;
margin : 0;
padding : 0;
}
div.autocomplete ul li.selected {
background-color : #eee;
}
div.autocomplete ul li {
list-style-type : none;
display : block;
margin : 0;
padding : 2px;
height : 32px;
cursor : pointer;
} 