
/* CSS Document */

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 194px}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

.bbl {
	width: 20em;
	background-color: #c1c1c1;
	background-image: url(images/1bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.bbr {
	background-image: url(images/1br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tbl {
	background-image: url(images/1tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tbr {
	padding:10px;
	background-image: url(images/1tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.clear {font-size: 1px; height: 1px}
