/****************************************/
/*				GENERIC BOX				*/
/****************************************/

.generic_corner {
	position: absolute;
	width: 10px;
	height: 10px;
}

#generic_topLeftCorner {
	top: 0;
	left: 0;
}

#generic_topRightCorner {
	top: 0;
	right: 0;
}

#generic_bottomLeftCorner {
	bottom: 0;
	left: 0;
}

#generic_bottomRightCorner {
	bottom: 0;
	right: 0;
}

#generic_topBorder {
	position: absolute;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
}

#generic_bottomBorder {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0;
}

#generic_leftBorder {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
}

#generic_rightBorder {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	right: 0;
}
