/* normal */
/* @import "style/forms.css"; */

.box .t .l {
	width:7px;
	height:6px;
	background:url(style/rounded-box-shadow_01.gif) no-repeat;
	}

.box .t .c {
	height:6px;
	background:url(style/rounded-box-shadow_02.gif) repeat-x;
	}

.box .t .r {
	width:7px;
	height:6px;
	background:url(style/rounded-box-shadow_03.gif) no-repeat;
	}

.box .m .l {
	width:7px;
	background:url(style/rounded-box-shadow_04.gif) repeat-y;
	}

.box .m .c {
	background:url(style/rounded-box-shadow_05.gif);
	}

.box .m .r {
	width:7px;
	background:url(style/rounded-box-shadow_06.gif) repeat-y;
	}

.box .b .l {
	width:7px;
	height:6px;
	background:url(style/rounded-box-shadow_07.gif) no-repeat;
	}

.box .b .c {
	height:6px;
	background:url(style/rounded-box-shadow_08.gif) repeat-x;
	}

.box .b .r {
	width:7px;
	height:6px;
	background:url(style/rounded-box-shadow_09.gif) no-repeat;
	}

/* light */

.box .light .t .l {
	background:url(style/rounded-box-light_01.gif) no-repeat;
	}

.box .light .t .c {
	background:url(style/rounded-box-light_02.gif) repeat-x;
	}

.box .light .t .r {
	background:url(style/rounded-box-light_03.gif) no-repeat;
	}

.box .light .m .l {
	background:url(style/rounded-box-light_04.gif) repeat-y;
	}

.box .light .m .c {
	background:url(style/rounded-box-light_05.gif);
	}

.box .light .m .r {
	background:url(style/rounded-box-light_06.gif) repeat-y;
	}

.box .light .b .l {
	background:url(style/rounded-box-light_07.gif) no-repeat;
	}

.box .light .b .c {
	background:url(style/rounded-box-light_08.gif) repeat-x;
	}

.box .light .b .r {
	background:url(style/rounded-box-light_09.gif) no-repeat;
	}

/* button */

.box .button .t .l {
	background:url(style/rounded-button-shadow_01.gif) no-repeat;
	}

.box .button .t .c {
	background:url(style/rounded-button-shadow_02.gif) repeat-x;
	}

.box .button .t .r {
	background:url(style/rounded-button-shadow_03.gif) no-repeat;
	}

.box .button .m .l {
	background:url(style/rounded-button-shadow_04.gif) repeat-y;
	}

.box .button .m .c {
	background:url(style/rounded-button-shadow_05.gif);
	}

.box .button .m .r {
	background:url(style/rounded-button-shadow_06.gif) repeat-y;
	}

.box .button .b .l {
	background:url(style/rounded-button-shadow_07.gif) no-repeat;
	}

.box .button .b .c {
	background:url(style/rounded-button-shadow_08.gif) repeat-x;
	}

.box .button .b .r {
	background:url(style/rounded-button-shadow_09.gif) no-repeat;
	}

/* submit */

.box .submit .t .l {
	background:url(style/rounded-box-submit_01.gif) no-repeat;
	}

.box .submit .t .c {
	background:url(style/rounded-box-submit_02.gif) repeat-x;
	}

.box .submit .t .r {
	background:url(style/rounded-box-submit_03.gif) no-repeat;
	}

.box .submit .m .l {
	background:url(style/rounded-box-submit_04.gif) repeat-y;
	}

.box .submit .m .c {
	background:url(style/rounded-box-submit_05.gif);
	}

.box .submit .m .r {
	background:url(style/rounded-box-submit_06.gif) repeat-y;
	}

.box .submit .b .l {
	background:url(style/rounded-box-submit_07.gif) no-repeat;
	}

.box .submit .b .c {
	background:url(style/rounded-box-submit_08.gif) repeat-x;
	}

.box .submit .b .r {
	background:url(style/rounded-box-submit_09.gif) no-repeat;
	}

/* normal-content */

.box .content .t .l {
	background:url(style/rounded-box-top_01.gif) no-repeat;
	}

.box .content .t .c {
	background:url(style/rounded-box-top_02.gif) repeat-x;
	}

.box .content .t .r {
	background:url(style/rounded-box-top_03.gif) no-repeat;
	}


