.weazel_border {
	background-color: transparent;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
}
.weazel_border .weazel_border_shadow {
	background-color: transparent;
}
.weazel_border .weazel_border_content {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: 960px;
	background-color: white;
	/*height: 300px;*/
}
.weazel_border .weazel_border_topleft {
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}
.weazel_border .weazel_border_topright {
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}
.weazel_border .weazel_border_bottomleft {
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}
.weazel_border .weazel_border_bottomright {
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
}
.weazel_border .weazel_border_top {
	background-repeat: repeat-x;
	background-position: top;
	width: 100% - 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.weazel_border .weazel_border_bottom {
	background-repeat: repeat-x;
	background-position: top;
	width: 100% - 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.weazel_border .weazel_border_left {
	background-repeat: repeat-y;
	background-position: left;
	width: 100%;
	/*height: 100%;*/
}
.weazel_border .weazel_border_right {
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	/*height: 100%;*/
}
