.RoundedContainer {
  position:relative;
  background-color:#ffffff;
  
}

.Actions {
  position:relative;
  left:3px;
  top:3px;
  z-index:10;  
}

.TopLeft {
  /*position:absolute;
  top:0px;
  left:0px;*/
  background: #ececdf url(images/roundedcontainer_tl.jpg) no-repeat top left;
  width:9px;
  height:9px; 
  
}

.Top {
  /*position:absolute;
  top:0px;
  left:0px;*/
  background:#ececdf url(images/roundedcontainer_t.jpg) repeat-x top left;
  height:9px;
  width:100%;

}

.TopRight {
  /*position:absolute;
  top:0px;
  right:0px;*/
  background:#ececdf url(images/roundedcontainer_tr.jpg) no-repeat top right;
  width:9px;
  height:9px;

}

.BottomLeft {
  /*position:absolute;
  bottom:0px;
  left:0px;*/
  background:#ececdf url(images/roundedcontainer_bl.jpg) no-repeat bottom left;
  width:9px;
  height:9px; 
}

.Bottom {
  /*position:absolute;
  bottom:0px;
  left:0px;*/
  background:#ececdf url(images/roundedcontainer_b.jpg) repeat-x top left;
  height:9px;
  width:100%;
 }

.BottomRight {
  /*position:absolute;
  bottom:0px;
  right:0px;*/
  background:#ececdf url(images/roundedcontainer_br.jpg) no-repeat bottom right;
  width:9px;
  height:9px;
  z-index:10;
}

.ContentContainer { 
  text-align:left;
  background-color:#fff;
}

.RoundedContentPane {
  padding:14px 14px;
}

.Left {
  /*position:absolute;
  top:0px;
  left:0px;*/
  width:9px;
  height:100%;
  background:#ececdf url(images/roundedcontainer_l.jpg) repeat-y top left;
}

.Right {
  /*position:absolute;
  top:0px;
  right:0px;*/
  width:9px;
  height:100%;
  background:#ececdf url(images/roundedcontainer_r.jpg) repeat-y top right;
}