/*  Rounded navigation */
.roundedcornr_box_navi {
   height:  40px;
   background: #ebf1f2 url(../public/images/boxed/navi_bg.png) repeat-x top left;
   margin-bottom: 5px;
}
.roundedcornr_left_navi {
   background: url(../public/images/boxed/navi_left.png) no-repeat top left;
   float: left;
   width: 16px;
   height: 40px;
}
.roundedcornr_right_navi {
   background: transparent url(../public/images/boxed/navi_right.png) no-repeat top right;
   float: right;
   width: 18px;
   height: 40px;
}
.roundedcornr_content_navi { 
   padding: 8px 10px 0 35px; 
   font-weight:normal;
   color: #007AC9;
   font-size:16px;
}

.roundedcornr_content_navi a{ 
   
}



/*  Rounded area */

.roundedcornr_box_grey{
   background: #ecf4f6;
   margin-bottom: 15px;
}
.roundedcornr_top_grey div {
   background: url(../public/images/boxed/grey_tl.png) no-repeat top left;
}
.roundedcornr_top_grey{
   background: url(../public/images/boxed/grey_tr.png) no-repeat top right;
}
.roundedcornr_bottom_grey div {
   background: url(../public/images/boxed/grey_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_grey{
   background: url(../public/images/boxed/grey_br.png) no-repeat bottom right;
}

.roundedcornr_top_grey div, .roundedcornr_top_grey, 
.roundedcornr_bottom_grey div, .roundedcornr_bottom_grey{
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_grey{ margin: 0 20px; }

.roundedcornr_box_grey p {
   padding: 0 0 15px 0;
}

.roundedcornr_box_grey h1, 
.roundedcornr_box_grey h2,
.roundedcornr_box_grey h3,
.roundedcornr_box_grey h4 {
   padding: 0 0 15px 0;
}


/*  Rounded header */
.roundedcornr_box_header {
   height: 34px;
   background: #ebf1f2 url(../public/images/boxed/header_bg.png) repeat-x top left;
   margin-bottom: 15px;
}
.roundedcornr_left_header {
   background: url(../public/images/boxed/header_l.png) no-repeat top left;
   float: left;
   width: 16px;
   height: 34px;
}
.roundedcornr_right_header {
   background: transparent url(../public/images/boxed/header_r.png) no-repeat top right;
   float: right;
   width: 18px;
   height: 34px;
}
.roundedcornr_content_header { 
   padding: 7px 10px 0 15px; 
   font-weight:normal;
   color: #5B5B5B;
   font-size:16px;
}

.roundedcornr_content_header a{ 
   
}









/*  Rounded area yellow*/
.roundedcornr_box_yellow {
   background: #fed100;
   margin-bottom: 15px;
}
.roundedcornr_top_yellow div {
   background: url(../public/images/boxed/yellow_tl.png) no-repeat top left;
}
.roundedcornr_top_yellow {
   background: url(../public/images/boxed/yellow_tr.png) no-repeat top right;
}
.roundedcornr_bottom_yellow div {
   background: url(../public/images/boxed/yellow_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_yellow {
   background: url(../public/images/boxed/yellow_br.png) no-repeat bottom right;
}

.roundedcornr_top_yellow div, .roundedcornr_top_yellow, 
.roundedcornr_bottom_yellow div, .roundedcornr_bottom_yellow {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_yellow { margin: 0 20px; }

.roundedcornr_box_yellow p,
 .roundedcornr_box_yellow form,
.roundedcornr_box_yellow ul  {
   padding: 0 0 15px 0;
}

.roundedcornr_box_yellow h1, 
.roundedcornr_box_yellow h2,
.roundedcornr_box_yellow h3,
.roundedcornr_box_yellow h4 {
   padding: 0 0 15px 0;
}

.roundedcornr_box_yellow ul li{
   margin-left:0px;
}






