#green-calendar {
// height:480px; 
width:570px;
// background-image: url(http://www.iscoredtickets.com/images/shaggie_calendar.gif); 
background-repeat:no-repeat;
background-position: 98% 1%; 
background-color:#006600; 

// background-image:-webkit-gradient(linear, 0% 0%, 100% 100%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
// background-image:-moz-linear-gradient(top,bottom,from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));

border-bottom: solid #00ffff 2px; 
border-top: solid red 1px; 
border-right: solid #00ffff 1px;
     -webkit-border-top-left-radius:12px;
     -webkit-border-top-right-radius:12px;
     -webkit-border-bottom-left-radius:12px;
     -webkit-border-bottom-right-radius:12px;
     -khtml-border-radius-topleft:12px;
     -khtml-border-radius-topright:12px;
     -khtml-border-radius-bottomleft:12px;
     -khtml-border-radius-bottomright:12px;

      -moz-border-radius-topleft:12px;
      -moz-border-radius-topright:12px;
      -moz-border-radius-bottomleft:12px;
      -moz-border-radius-bottomright:12px;



     -khtml-box-shadow:rgba(125,125,255,0.75) 0px 8px 24px;
     -moz-box-shadow:rgba(125,125,255,0.75)  0px 8px 24px;
       box-shadow:rgba(125,125,255,0.75)  0px 8px 24px;

color: #efef00;
}

#map-back {
background-color: #123456;
font-size: 10px;
color: #EFEFEF;
}