/*
 * ---------------------------
 * --------- General ---------
 * ---------------------------
 */
.border-top {
	border-top: 1px solid #000;
}
.border-right {
	border-right: 1px solid #000;
}
.border-left {
	border-left: 1px solid #000;
}
.border-bottom {
	border-bottom: 1px solid #000;
}
.bordered {
	border: 1px solid #000;
}
/*
 * --------------------------
 * --------- Styles ---------
 * --------------------------
 */
.border-light {
	border-color: #f2f2f2;
}
.border-medium {
	border-color: #e7e7e7;
}
.border-semi-dark {
	border-color: #dedede;
}
.border-dark {
	border-color: #cacaca;
}
.border-strong {
	border-width: 2px;
}
.border-footer {
	border-color: #595758;
}
.border-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}