﻿      /*Round corner sideboxes*/

.xrounded h1, .zrounded h1 
{
margin:0; 
font-size:1.2em; 
padding:0 8px 3px 8px; 
border-bottom:1px solid #333333;
}

.xrounded p, .zrounded p 
{
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xrounded 
{
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
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:#FF9900; 
border-left:1px solid #333333;
border-right:1px solid #333333;
}

.xb1 
{
margin:0 5px; 
background:#333333;
}

.xb2 
{
margin:0 3px;
border-width:0 2px;
}

.xb3 
{
margin:0 2px;
}

.xb4 
{
height:2px; 
margin:0 1px;
}

.xboxcontent 
{
display:block; 
/*border:0 solid #333333; */
border-width:0 1px; 
text-align:center;
color:#FFFFFF;
height:auto;
background:#FF9900;
}

div.xboxcontent div
{
padding: 0 4px 0 8px;
}

* html .xboxcontent 
{
height:1px;
}

.color_a 
{
background: #FF9900; /* Change the top part color here*/
color:#FFFFFF;
}

#test
{
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}