/* header */

.lt, .rt {
	width: 50%;
	}
.lt {
	background: url(../images/lt.gif) repeat-x right top;
	}
.rt {
	background: url(../images/rt.gif) repeat-x right top;
	}

/* content */

/* block */

.bcbg {
	background: url(../images/bcbg.gif) repeat-x left bottom;
	}
.blbg {
	background: url(../images/blbg.gif) no-repeat left bottom;
	}
.brbg {
	background: url(../images/brbg.gif) no-repeat right bottom;
	min-height: 330px;
	height: auto!important;
	height: 330px;
	}

.lcbg {
	background: url(../images/lcbg.gif) repeat-y left top;
	}

.rcbg {
	background: url(../images/rcbg.gif) repeat-y right top;
	}

.tcbg {
	background: #FFFFFF url(../images/tcbg.gif) repeat-x left top;
	position: relative;
	}
.tlbg {
	background: url(../images/tlbg.gif) no-repeat left top;
	}
.trbg {
	background: url(../images/trbg.gif) no-repeat right top;
	}

/* input */

.icbg {
	background: url(../images/icbg.gif) repeat-x left top;
	}

.ilbg {
	background: url(../images/ilbg.gif) no-repeat left top;
	}

.irbg {
	background: url(../images/irbg.gif) no-repeat right top;
	height: 23px;
	}
.irbg input,
.irbg select,
.irbg textarea {
	margin: 4px 4px 0 4px;
	}