@charset "utf-8";

/* generic rounded corners */
.genericRoundedCorners .top {
	height: 7px;
}

.genericRoundedCorners .top .tl {
	width:7px;
	height:7px;
	float:left;
	background:transparent url(/common/img/bak_masthead_tl.png) no-repeat 0 0;
}
.genericRoundedCorners .top .tr {
	width:7px;
	height:7px;
	float:right;
	background:transparent url(/common/img/bak_masthead_tr.png) no-repeat 100% 0;
}
.genericRoundedCorners .top .t {
	margin:0 7px;
	height:7px;
	background:transparent url(/common/img/bak_masthead_t.png) repeat-x;
}

.genericRoundedCorners .content {
	background:#ffffff url(/common/img/bak_masthead.png) repeat-x 0 100%;
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}

.genericRoundedCorners .bottom {
	height:10px;
}

.genericRoundedCorners .bottom .bl {
	width:10px;
	height:10px;
	float:left;
	background:transparent url(/common/img/bak_masthead_bl.png) no-repeat 0 0;
}

.genericRoundedCorners .bottom .br {
	width:10px;
	height:10px;
	float:right;
	background:transparent url(/common/img/bak_masthead_br.png) no-repeat 100% 0;
}

.genericRoundedCorners .bottom .b {
	margin:0 10px;
	height:10px;
	background:transparent url(/common/img/bak_masthead_b.png) repeat-x;
}

* html .genericRoundedCorners .top,
* html .genericRoundedCorners .bottom{
	position:relative;
	font-size:0;
	line-height:0;
}

* html .genericRoundedCorners .tl,
* html .genericRoundedCorners .bl {
	position:absolute;
	top:0;
	left:0;
}

* html .genericRoundedCorners .tr,
* html .genericRoundedCorners .br {
	position:absolute;
	top:0;
	right:0;
}