/* Start of CMSMS style sheet 'main' */
body {
margin:0 25 0 0;
background-image:url(img/bg.gif);
}

img {
border:0px;
}
.shadow{
border-top:8px solid #ec008b;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
font:11px verdana;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=15); /*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;
}

.footer {
color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* End of 'main' */

