@charset "utf-8";
#MAINWRAPPER {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
img, div {
 	behavior: url(~theme/default/common-1.0/iepngfix.htc);
}

pre{
	border:1px dashed #000000;
	background-color:#BBBBBB;
	padding:10px;	
	margin:0px;
}

.border_table .top .left{
	background-repeat:no-repeat;
	background-position: top left;
}
.border_table .top .center{
	background-repeat:repeat-x;
	background-position: top left;
}

.border_table .top .right{
	background-repeat:no-repeat;
	background-position: top left;
}

.border_table .middle .left{
	background-repeat:repeat-y;
	background-position: top left;
}
.border_table .middle .center{
	background-position: top left;
}

.border_table .middle .right{
	background-repeat:repeat-y;
	background-position: top left;
}

.border_table .bottom .left{
	background-repeat:no-repeat;
	background-position: top left;
}
.border_table .bottom .center{
	background-repeat:repeat-x;
	background-position: top left;
}

.border_table .bottom .right{
	background-repeat:no-repeat;
	background-position: top left;
}
