/**
 * Border styles
 * This document contains styles solely for borders.
 * 
 */

.border-1 {
	border: 5px solid #CCC;
}

.border-width-1 {
	border-width: 1px;
}

.border-top {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.border-bottom {
	border-top: none;
	border-left: none;
	border-right: none;
}