@charset "utf-8";
/* CSS Document */

.roundedcornr_box {
   background: url(../images/contentsheader_bg.png) repeat-x top;
   background-color:#e8e8e8;
   margin-bottom:20px;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content {
	margin: 0 10px;
	padding:10px 0 0 0 ;
}


.roundedcornr_rightcontent {
	margin: 0 5px 20px 5px;
}

#userMenu .roundedcornr_box {
   background-color:#e8e8e8;
   background-image:none;
   margin-bottom:20px;
}
