/* CSS Document */
.fieldset{
border:1px solid #ff8400;
position:relative;
border-top:0px;
border-bottom:0px;
}
.fieldset .content{
padding-left:12px;
padding-right:12px;
}
.bottom{
background:url(../images/fieldset/left-bot.jpg) top left no-repeat;
}
.bottom .right{
background:url(../images/fieldset/right-bot.jpg) top right no-repeat;
padding-left:11px;
padding-right:11px;
}
.bottom .line{
background:url(../images/fieldset/mid.jpg) repeat-x top;
height:12px;
}
.legend{
}
.legend .left{
background:url(../images/fieldset/top-left.jpg) bottom left no-repeat;
}
.legend .add{
float:right;
}
.legend .right{
background:url(../images/fieldset/top-right.jpg) bottom right no-repeat;
padding-left:12px;
padding-right:12px;
}
.legend .line{
background:url(../images/pos/legend.gif) center repeat-x;
}
.legend .content{
height:47px;
overflow:hidden;
}
.legend strong{
background-color:#65aff8;
}
.legend img{
padding-right:6px;
}
