
/**
 * BOX HR
 */

.hr_left {
	margin: 0 30px 20px 0; /* top right bottom left */
	height: 2px;
	padding: 0; /* top right bottom left */
	background: transparent url(../images/box-hr-left.png) no-repeat left bottom;
}

.hr_right {
	margin: 0 0 0 15px; /* top right bottom left */
	width: 100%;
	height: 2px;
	padding: 0 15px 0 0; /* top right bottom left */
	background: transparent url(../images/box-hr-right.png) no-repeat right bottom;
}

.hr_inner {
	margin: 0 0 0 0; /* top right bottom left */
	width: 100%;
	height: 2px;
	padding: 0; /* top right bottom left */
	background: transparent url(../images/box-hr-inner.png) repeat-x left bottom;
}


/*****************************************************************************************************************pagebeam**/