/* search form, write letter */
.search-form,
div.search-form.index,
.write-letter {
	width: 92%;
	margin: 0px auto;
	background-color: #faf9f5;
	overflow: hidden;
}
.search-form .t,
.write-letter .t {
	background: #faf9f5 url('/static/images/search-form/t.png') left top repeat-x;
}
.search-form .b,
.write-letter .b {
	background: url('/static/images/search-form/b.png') left bottom repeat-x;
}
.search-form .l,
.write-letter .l {
	background: url('/static/images/search-form/l.png') left top repeat-y;
}
.search-form .r,
.write-letter .r {
	background: url('/static/images/search-form/r.png') right top repeat-y;
}
.search-form .lt,
.write-letter .lt {
	background: url('/static/images/search-form/lt.png') left top no-repeat;
}
.search-form .rt,
.write-letter .rt {
	background: url('/static/images/search-form/rt.png') right top no-repeat;
}
.search-form .lb,
.write-letter .lb {
	background: url('/static/images/search-form/lb.png') left bottom no-repeat;
}
.search-form .rb,
.write-letter .rb {
	background: url('/static/images/search-form/rb.png') right bottom no-repeat;
}

.search-form.index .t {
	background: #faf9f5 url('/static/images/search-form/index/t.png') left top repeat-x;
}
.search-form.index .lt {
	background: url('/static/images/search-form/index/lt.png') left top no-repeat;
}
.search-form.index .rt {
	background: url('/static/images/search-form/index/rt.png') right top no-repeat;
}

