/* Container Styles for DotNetNuke */
.smallboxtop
{
    height: 14px;
    background: #fff url(images/smallboxtop.gif) no-repeat;
    color: #000;
}
.smallboxbottom
{
    height: 14px;
    background: #fff url(images/smallboxbottom.gif) no-repeat;
    color: #000;
}
.smallbox
{
    background: #fff url(images/smallbox.gif) no-repeat bottom left;
    color: #444;
    padding: 1px 10px 10px 10px;
    margin-bottom: 10px;
}
.smallbox p
{
    padding: 0;
    margin: 0;
}
.smallbox img
{
    float: right;
    margin: 5px 0 3px 0px;
}

