.corner_block {}
.corner_content {}
.corner_block .border_t { border-top: solid #9e9e9e 1px; }
.corner_block .border_b { border-bottom: solid #9e9e9e 1px; }
.corner_block .border_l { border-left: solid #9e9e9e 1px; }
.corner_block .border_r { border-right: solid #9e9e9e 1px; }

.corner_block .tl, .corner_block .tr, .corner_block .bl, .corner_block .br {
	width: 31px;
	height: 31px;
}
.corner_block .border_l, .corner_block .border_r {
	width: 31px;

}
.corner_block .tl {
	background: url(corner_tl.png) top left no-repeat;
}
.corner_block .tr {
    background: url(corner_tr.png) top right no-repeat;
}
.corner_block .bl {
    /*background: url(corner_bl.png) bottom left no-repeat;*/
}
.corner_block .br {
    /*background: url(corner_br.png) bottom right no-repeat;*/
}

.white .border_t { border-top: solid #e5e5e5 1px; }
.white .border_b { border-bottom: solid #e5e5e5 1px; }
.white .border_l { border-left: solid #e5e5e5 1px; }
.white .border_r { border-right: solid #e5e5e5 1px; }
.white .tl {
    background: url(corner_tl_white.png) top left no-repeat;
}
.white .tr {
    background: url(corner_tr_white.png) top right no-repeat;
}
.white .bl {
    background: url(corner_bl_white.png) bottom left no-repeat;
	width : 31px;
	height: 31px;
}
.white .br {
    background: url(corner_br_white.png) bottom right no-repeat;
}

.clearboth
{
	clear: both;
}
