#highlightcontainer{
float:left;
position: relative;
margin-left:20px;
width: 500px;
/*width:100%;*/
text-align: left;
height: 400px;
background: #e0e0e0;

border-radius: 360px; 
-moz-border-radius: 360px; 
-webkit-border-radius: 360px; 
-moz-box-shadow: 0px 0px 55px #b8b8b8;
-webkit-box-shadow: 0px 0px 55px #b8b8b8;
box-shadow: 0px 0px 55px #b8b8b8;

/*
background-image:url('highlight_bg_01.jpg');
background-repeat:no-repeat;*/

}

.highlightmodule1, .highlightmodule2, 
.highlightmodule3, .highlightmodule4,
.highlightmodule5, .highlightmodule6{
position: absolute;
margin-top:20px;
margin-left:10px;
width:217px;
height:141px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 0px rgba(50, 50, 50, 0.75);
}
.highlightmodule1{
top: -30px; left: -20px;
}
.highlightmodule2{
top: 20px; left: 130px;
}
.highlightmodule3{
top: 70px; left: 280px;
}
.highlightmodule4{
top: 150px; left: -20px;
}
.highlightmodule5{
top: 200px; left: 130px;
}
.highlightmodule6{
top: 250px; left: 280px;
}


.highlight_top{
z-index: 11;
position: relative;
top: 0px;
left: 0px;
width:217px;
height:59px;

/*padding-top: 20px;*/
font-family: tahoma; 
text-align:center;
line-height: 57px; 
vertical-align: middle;
font-size:15pt; 
margin-top: 10;
/*font-weight:bold; */
color:white;
clear:both;
text-shadow: 1px 1px black;

background-image:url('highlight_top_06.png');
background-repeat:no-repeat;
}

.highlight_bottom{
z-index: 10;
position: relative;
top: 0px;
left: 0px;
width:215px;
height:80px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border: 1px solid #c7c089;
/*background: #d8d8d8;*/
background: rgb(252,255,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}


.highlight_bottom_text{
text-align: left;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:20px;

font-family: tahoma, arial; 
text-align:left;
line-height: 30px; 
vertical-align: middle;
font-size:12pt; 
font-weight: 200;
margin-top: 10;
font-weight:bold; 
color: #404040;
clear:both;
text-shadow: 1px 1px #d0d0d0;
}



