 

 


#flashmessage{width:280px;height:400px;
-moz-border-radius:10px;
-webkit-border-radius:10px;}
 
#fm{background:#eee;
padding:10px 8px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:solid 2px #3A0A4F;}

p.close{background:#eee!important;text-align:center!important;padding:10px 0 0 0;}

p.close a{background:#eee!important;text-align:center!important;padding:10px 0 0 0;}


<!--[if IE]>
   <style type="text/css">
   .flashmessage {
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,endColorstr=#333333);
       zoom: 1;
    }
    </style>