      /*Round corner sideboxes*/

.xrounded h1, .zrounded h1 {
margin:0; 
font-size:1.2em; 
padding:0 8px 3px 8px; 
border-bottom:1px solid #d0d0d0;
}
.xrounded p, .zrounded p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xrounded {
background: transparent; 
width:auto;   /*Adjust the width here*/
float:right; 
margin:0 0 15px 0;
line-height:125%;

}
.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.xb1 {
margin:0 5px; 
background:#fff;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #fff; 
border-width:0 1px; 
height:auto;
background:#fff;
}

div.xboxcontent div{
padding: 4px 8px 0px 8px;

}

* html .xboxcontent {
height:1px;
}

.color_a {
background: #ffffff; /* Change the top part color here*/
color:#000;
}
