﻿/*

To get the correct colors, you need to set:

rtop = rbottom = round_container background color 
set the r1 through r4 elements the same background color as the container. 
*/
.round_container {background:#f2f1f1; color:#666666; margin:10px 15px; width:200px;}

.rtop, .rbottom{
display:block;
background:white; /* matches complete web page background */
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#f2f1f1;  /* must match above round_container colour */
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}

.round_container p
{
 
 margin:5px 10px;
 line-height: 1.3em;
 font-size: 1.2em;


}