﻿.BoxAlignFull {width:100%; }
.BoxAlignCenter {margin-left:auto; margin-top:10px; margin-right:auto; }
.BoxAlignLeft {margin-top:10px; margin-right:10px; margin-bottom:10px; float:left; }
.BoxAlignRight {margin-bottom:10px; margin-left:10px; margin-top:10px; float:right; }

.BoxTop {height:20px; background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Top.gif') repeat-x 0 0; }
.BoxBottom {height:20px; background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Bottom.gif') repeat-x 0 100%; }
.BoxLeft {width:20px; background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Left.gif') repeat-y 0 0; }
.BoxRight {width:20px; background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Right.gif') repeat-y 100% 0; }
.BoxBottomLeft {background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Bottom%20Left.gif') no-repeat 0 100%; }
.BoxBottomRight {background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Bottom%20Right.gif') no-repeat 100% 100%; }
.BoxTopLeft {background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Top%20Left.gif') no-repeat 0 0; }
.BoxTopRight {background: url('../pictures/rounded-border/BlueWhiteBlue/BWB%20Top%20Right.gif') no-repeat 100% 0; }
.BoxContent {background-color:white; }










