﻿
#tagbox 
{
    width:276px;
   
}

#tagbox ol  
{
width:276px;
position:absolute;
background:#fff;
list-style:none;
margin:0px 0px 0px 0px; /*modify here*/
padding:0px;
list-style-position: inside;
}

#tagbox ol li {

border-left:1px solid #999;
border-right:1px solid #999;
}

#tagbox ol li em {
color:#a18d75;
font-weight: bold;
font-style: normal;
}

#tagbox ol li a {
text-decoration:none;
color:#a18d75;
display:block;
padding:3px;
border-bottom:1px solid #a18d75;
}

#tagbox ol li a:hover, #tagbox ol li.hl {
background:#eeeeee;
}

#tagbox input {
width:100%;
color:#a18d75;
padding: 0px 2px 0px 2px;
}

#tagbox-lkup {
    width:100%;
}

#tagbox ol li a.td-odd {
}

#tagbox ol li a.td-even {
}


/* 2 */


#tagbox2
{
    width:206px;
}

#tagbox2 ol  
{
width:206px;
position:absolute;
background:#fff;
list-style:none;
margin:0px 0px 0px 0px; /*modify here*/
padding:0px;
list-style-position: inside;
}

#tagbox2 ol li {

border-left:1px solid #999;
border-right:1px solid #999;
}

#tagbox2 ol li em {
color:#3783c4;
font-weight: bold;
font-style: normal;
}

#tagbox2 ol li a {
text-decoration:none;
color:#1e1e1e;
display:block;
padding:3px;
border-bottom:1px solid #999;
}

#tagbox2 ol li a:hover, #tagbox ol li.hl {
background:#ccc;
}

#tagbox2 input {
width:100%;

padding: 0px 2px 0px 2px;
}

#tagbox2-lkup {
    width:100%;
}

#tagbox2 ol li a.td-odd {
}

#tagbox2 ol li a.td-even {
}
