body{
background-color:#ffffff;
}
/* rounded borders */

.fixedroundblack {
border:1px solid #fc8204;
width: 350px;
background: #ffffff;
color: #000000;
}
.fluidroundblack {
border:1px solid #fc8204;
width: 100%;
background: #ffffff;
color: #000000;
}

.fixedroundblack p , .fluidroundblack p{
/*
margin: 11px ;
padding: 11px;
*/
margin-left: 11px ;
padding-left: 11px;
margin-right: 11px ;
padding-right: 11px;
/*margin-top: 11px ;*/
padding-bottom: 0px;
margin-bottom: 0px ;
padding-top: 4px;
margin-top: 4px ;
}

.topfiller, .bottomfiller, .roundtop, .roundtopright,.roundbottom, .roundbottomright {
height:11px;
font-size:1px;
line-height:1px;
}

.bottomfiller, .topfiller {
width: 100%;
clear:both;
position:relative;
}

.roundtop { 
background: url(/images/circle.gif) no-repeat top left; 
width:11px;
float:left;
position:relative;
top:-1px;
left:-1px;    
}

.roundtopright { 
background: url(/images/circle.gif) no-repeat top right; 
float:right;
width:11px;
position:relative;
top:-1px;
left:1px;    
}

.roundbottom {
background: url(/images/circle.gif) no-repeat top left; 
background-position: 0 -11px ;
width:11px;
float:left;
position:relative; 
top:1px;
left:-1px;
}

.roundbottomright {
background: url(/images/circle.gif) no-repeat top right; 
background-position: -11px -11px ;
width:11px;
float:right;
position:relative; 
top:1px;
left:1px;
}

.leftcolwidth{
width:500px;
}
.midcolwidth{
width:510px;
}
