/* BLUE */
.page .content {
	background: #000;
}
.page .content .btm {
	background: url(../images/design/content_bottom.gif) 0 100% repeat-x;
}
.page .content .childmenu {
	background: url(../images/design/childmenu_bg.gif) 0 0 no-repeat;
}


.page .content .box {
	background: #e7f1fb;
}
.page .content .box .t {
	background: url(../images/design/blue_box_t.gif) 0 0 repeat-x;
}
.page .content .box .b {
	background: url(../images/design/blue_box_b.gif) 0 100% repeat-x;
}
.page .content .box .l {
	background: url(../images/design/blue_box_l.gif) 0 0 repeat-y;
}
.page .content .box .r {
	background: url(../images/design/blue_box_r.gif) 100% 0 repeat-y;
}
.page .content .box .tl {
	background: url(../images/design/blue_box_tl.gif) 0 0 no-repeat;
}
.page .content .box .tr {
	background: url(../images/design/blue_box_tr.gif) 100% 0 no-repeat;
}
.page .content .box .bl {
	background: url(../images/design/blue_box_bl.gif) 0 100% no-repeat;
}
.page .content .box .br {
	background: url(../images/design/blue_box_br.gif) 100% 100% no-repeat;
}


.page .content .blue {
	background: #e7f1fb;
}
.page .content .blue .t {
	background: url(../images/design/blue_box_t.gif) 0 0 repeat-x;
}
.page .content .blue .b {
	background: url(../images/design/blue_box_b.gif) 0 100% repeat-x;
}
.page .content .blue .l {
	background: url(../images/design/blue_box_l.gif) 0 0 repeat-y;
}
.page .content .blue .r {
	background: url(../images/design/blue_box_r.gif) 100% 0 repeat-y;
}
.page .content .blue .tl {
	background: url(../images/design/blue_box_tl.gif) 0 0 no-repeat;
}
.page .content .blue .tr {
	background: url(../images/design/blue_box_tr.gif) 100% 0 no-repeat;
}
.page .content .blue .bl {
	background: url(../images/design/blue_box_bl.gif) 0 100% no-repeat;
}
.page .content .blue .br {
	background: url(../images/design/blue_box_br.gif) 100% 100% no-repeat;
}
.page .content .blue .br {
	position: relative;
	height: 280px;
	padding: 0;
	background: url(../images/design/blue_box_br.gif) 100% 100% no-repeat;
}


.page .content .grey {
	background: #f2f2f2;
}
.page .content .grey .t {
	background: url(../images/design/grey_box_t.gif) 0 0 repeat-x;
}
.page .content .grey .b {
	background: url(../images/design/grey_box_b.gif) 0 100% repeat-x;
}
.page .content .grey .l {
	background: url(../images/design/grey_box_l.gif) 0 0 repeat-y;
}
.page .content .grey .r {
	background: url(../images/design/grey_box_r.gif) 100% 0 repeat-y;
}
.page .content .grey .tl {
	background: url(../images/design/grey_box_tl.gif) 0 0 no-repeat;
}
.page .content .grey .tr {
	background: url(../images/design/grey_box_tr.gif) 100% 0 no-repeat;
}
.page .content .grey .bl {
	background: url(../images/design/grey_box_bl.gif) 0 100% no-repeat;
}
.page .content .grey .br {
	position: relative;
	height: 280px;
	padding: 0;
	background: url(../images/design/grey_box_br.gif) 100% 100% no-repeat;
}


.page .content .yellow {
	background: #fdf9e6;
}
.page .content .yellow .t {
	background: url(../images/design/yellow_box_t.gif) 0 0 repeat-x;
}
.page .content .yellow .b {
	background: url(../images/design/yellow_box_b.gif) 0 100% repeat-x;
}
.page .content .yellow .l {
	background: url(../images/design/yellow_box_l.gif) 0 0 repeat-y;
}
.page .content .yellow .r {
	background: url(../images/design/yellow_box_r.gif) 100% 0 repeat-y;
}
.page .content .yellow .tl {
	background: url(../images/design/yellow_box_tl.gif) 0 0 no-repeat;
}
.page .content .yellow .tr {
	background: url(../images/design/yellow_box_tr.gif) 100% 0 no-repeat;
}
.page .content .yellow .bl {
	background: url(../images/design/yellow_box_bl.gif) 0 100% no-repeat;
}
.page .content .yellow .br {
	position: relative;
	height: 280px;
	padding: 0;
	background: url(../images/design/yellow_box_br.gif) 100% 100% no-repeat;
}




.page .content .box_small {
	width: 241px;
	margin: 20px 10px 0 0;
}
.page .content .box_small .inner {
	padding-top: 12px;
}
.page .content .box input {
	position: absolute;
	bottom: 20px; left: 16px;
}
