#tags {
width:500px;
border:1px solid #999;
}

#tagbox {
float: left;
width:500px;
padding-top:20px;
padding-left:20px;
margin:0;
}

#tagbox ol  {
position:absolute;
background:#fff;
}

#tagbox ol li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:500px;
border-left:1px solid #333;
border-right:1px solid #333;
}

#tagbox ol li em {
color:#3783c4;
font-weight: bold;
font-style: normal;
}

#tagbox ol li a {
text-decoration:none;
color:#1e1e1e;
display:block;
padding:5px;
border-bottom:1px solid #ccc;
}


#tagbox ol li a:hover, .hl {
background:#ccc;
}

#tagbox input {
float:none;
margin:0;
padding:0;
width:100%;
height: 1.5em;
padding: 2px 0px 0px 0px;
}

#tagbox-lkup {
width:100%;
}

fieldset {
border:1px solid #ccc;
padding:0px;
margin-top:10px;
margin-bottom:10px;
-moz-border-radius-topleft: 15px;
-webkit-border--topleft-radius: 15px;
-moz-border-radius-topright: 15px;
-webkit-border--topright-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border--bottomleft-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border--bottomright-radius: 15px;
}

fieldset.dark {
color:#ccc;
background:#1e1e1e;
}

fieldset.light {
color:#1e1e1e;
background:#ccc;
}
