﻿/* Container Styles for DotNetNuke */

#containerbox
{
    border: 1px solid #999999;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
#containerboxtop
{
    margin: 0px;
    padding: 0px;
    top: +2px;
    position: relative;
}
#containerboxbottom
{
    margin: 0px;
    padding: 0px 10px 10px 10px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    background-color: #ffffff;
    top: -2px;
    position: relative;
    text-align:left;
}
.spacer
{
    height: 5px;
}
