/* Box CSS */

.box {
	margin: 0px;
	padding: 15px;
	text-align: left;
}
.boxTopLeft {
	background-image: url(../_img/box/topLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.boxTopRight {
	background-image: url(../_img/box/topRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.boxBottomLeft {
	background-image: url(../_img/box/bottomLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
.boxBottomRight {
	background-image: url(../_img/box/bottomRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}
