/* GENERAL STYLES */
/* ====================== DESINGN & CORNERS ====================== */
.rc_box {
	overflow:hidden;
	position:relative;
	margin-bottom: 16px;
}

.rc_box .t {
	font-size:2px;
	height:26px;
	position: relative;
}

.rc_box .t .ne {
	background-image:url(../img/rc_box/boxCorners_ne.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
}

.rc_box .t .n {
	background:url(../img/rc_box/boxCorners_n.png) repeat-x 0 0;
	font-size:2px;
	height:26px;
	margin: 0 26px;
	overflow: hidden;
}

.rc_box .t .nw {
	background-image:url(../img/rc_box/boxCorners_nw.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.rc_box .b {
	font-size:2px;
	height:26px;
	position: relative;
}

.rc_box .b .s {
	background: url(../img/rc_box/boxCorners_s.png) repeat-x 0 0;
	font-size:2px;
	height:26px;
	margin:0 26px;
}

.rc_box .b .se {
	background-image:url(../img/rc_box/boxCorners_se.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.rc_box .b .sw {
	background-image:url(../img/rc_box/boxCorners_sw.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.rc_box .m {
	width: 100%;
	height:100%;
	position:relative;
	overflow: hidden;
	z-index: 1000;
}

.rc_box .m .e {
	background: url(../img/rc_box/boxCorners_e.png) repeat-y 0 0;
	width: 26px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.rc_box .m .w {
	background: url(../img/rc_box/boxCorners_w.png) repeat-y 0 0;
	width: 26px;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rc_box .m .boxContent {
	background: #fff url(../img/logo/logo.gif) no-repeat top right;
	overflow:hidden;
	width: auto;
	height:100%;
	margin: 0 26px;
}

/* EDITOR PROPERTIES */
