.gb_body {
	background-color: #eee;
	background-image: url('../img/grey_box/body.png');
	color: #000;
}

.gb_top {
	background-image: url('../img/grey_box/top.png');
	background-position: top left;
	background-repeat: repeat-x;
}

.gb_right {
	background-image: url('../img/grey_box/right.png');
	background-position: top right;
	background-repeat: repeat-y;
}

.gb_bottom {
	background-image: url('../img/grey_box/bottom.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.gb_left {
	background-image: url('../img/grey_box/left.png');
	background-position: bottom left;
	background-repeat: repeat-y;
}

.gb_top_left {
	background-image: url('../img/grey_box/top_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.gb_top_right {
	background-image: url('../img/grey_box/top_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.gb_bottom_left {
	background-image: url('../img/grey_box/bottom_left.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.gb_bottom_right {
	background-image: url('../img/grey_box/bottom_right.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.gb_content {
	padding: 1em 1.4em 1.4em 1em;
}
