dropdown_box{
padding-top:0px;
}

div.inner_text{
height:0;
overflow:hidden;
visibility:collapse;
padding-top:-10px;
}

div.inner_text.show{
height:auto;
visibility:visible;
}

showmore{
padding-top:-10px;
}

a.showmore{
display:block;
font-size:12px;
}

a.showmore>span.view_modifier{
background:url("plus.gif") left center no-repeat;
padding-left:20px;
}

a.showmore>span.view_modifier.show{
background:url("minus.gif") left center no-repeat;
}