.top {
background-image:url(../images/top.jpg);
height:15px;
width:190px;
background-repeat:no-repeat;
margin:0px;
}

.middle {
background-image:url(../images/middle.jpg);
background-repeat:repeat-y;
width:190px;
padding-left:10px;

}

.bottom {
background-image:url(../images/bottom.jpg);
height:15px;
width:190px;
background-repeat:no-repeat;
margin-top:0px;
}

.smalltop {
background-image:url(../images/smalltop.jpg);
height:7px;
width:90px;
background-repeat:no-repeat;
margin:0px;

}

.smallmiddle {
background-image:url(../images/smallmiddle.jpg);
background-repeat:repeat-y;
width:90px;
padding-left:6px;

}

.smallbottom {
background-image:url(../images/smallbottom.jpg);
width:90px;
background-repeat:no-repeat;
margin:0px;
height:7px;
}

.middle img {
margin-top:0px;
}

.smallmiddle img {
margin-top:0px;
}

