@charset "UTF-8";
/* CSS Document */

.corner-right-bottom {
	background:url(../images/content-bottom-right.gif) no-repeat right bottom;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

.content-bottom-left {
	background:url(../images/corner-bottom-left.gif) no-repeat 0 0;
}
.content-bottom-right {
	background:url(../images/corner-bottom-right.gif) no-repeat right 0;
	line-height:5px;
}

.borders {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:17px 26px 25px 26px;
}

.content-top {
	background:url(../images/line.jpg) repeat-x 0 0;
}
.content-top-left {
	background:url(../images/corner-top-left.gif) no-repeat 0 0;
}
.content-top-right {
	background:url(../images/corner-top-right.gif) no-repeat right 0;
	line-height:5px;
}
.content-bottom {
	background:url(../images/line.jpg) repeat-x 0 bottom;
}
