@charset "utf-8";
.frameWrap{
	position:relative;
	
	margin:6px;;
	margin-top:2px;
	margin-right:12px;
	margin-bottom:8px;
}
.frameTL{
	position: absolute;
	top:-3px;
	left:-6px;
	background:url(/styles/silversetblue/frame/tl.png) no-repeat;
	width:15px;
	height:15px;
}
.frameTR{
	position: absolute;
	top:-3px;
	right:-6px;
	background:url(/styles/silversetblue/frame/tr.png) no-repeat;
	width:15px;
	height:15px;
}
.frameT{
	position: absolute;
	top:-3px;
	left:9px;
	background:url(/styles/silversetblue/frame/t.png) repeat-x;
	height:15px;
	min-width:15px;
}
.frameB{
	position: absolute;
	bottom:-7px;
	left:9px;
	background:url(/styles/silversetblue/frame/b.png) repeat-x;
	height:15px;
	min-width:15px;
}
.frameBL{
	position: absolute;
	bottom:-7px;
	left:-6px;
	background:url(/styles/silversetblue/frame/bl.png) no-repeat;
	width:15px;
	height:15px;
}
.frameBR{
	position: absolute;
	bottom:-7px;
	right:-6px;
	background:url(/styles/silversetblue/frame/br.png) no-repeat;
	width:15px;
	height:15px;
}
.frameL{
	position: absolute;
	top:12px;
	left:-6px;
	background:url(/styles/silversetblue/frame/l.png) repeat-y;
	height:15px;
	min-width:15px;
}
.frameR{
	position: absolute;
	top:12px;
	right:-6px;
	background:url(/styles/silversetblue/frame/r.png) repeat-y;
	height:15px;
	min-width:15px;
}
