.roundcont {
  BACKGROUND-COLOR:#5a95db/* #33ccff */
}

.roundcont P {
	MARGIN: 0px 10px; COLOR: purple
}


.roundtop {
	BACKGROUND: url(../img60/tr.gif) no-repeat right top
}
.roundbottom {
	BACKGROUND: url(../img60/br.gif) no-repeat right top
}
IMG.corner {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; 
	WIDTH: 15px; BORDER-BOTTOM: medium none; HEIGHT: 15px
}


.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}