/* CSS Document */
.roundBox{
background-color:#E9E9E9;
border:1px solid #CCCCCC;
border-width:1px;
}

.roundBox .headBox{
border-bottom:1px solid #EBEBEB;
padding:3px 8px 3px 8px;
font-family:Arial, Helvetica, sans-serif;
}

.boxWrapper{
clear:both;
}

.recBox{
padding:1px;
border-width:1px;
}

.recBox .headRecBox{
border-bottom:1px solid #666666;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #000000;
float:none;
clear:both;
}

.textHeader{
margin-top:-25px;
margin-left:5px;
margin-right:5px;
font-size:20px;
z-index:10000;
position:relative;
float:left;
}


.boxContent{
clear:both;
}