.frame {
      border: #EACB78;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.frameblack {
    border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.frameblack_o_r_l {
    border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
}
.frameblack_u {
    border: #000000;
	border-style: solid;
	border-bottom-width: 1px;
}
.frame_lk {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.frame_re {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.frame_ob {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.frame_un {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
