/* CSS Document */

.news_btn {
	margin:5px 0;
	text-align:center;
	width:120px;
   background: #CCC;
     padding: 2px 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
    color:  #333;
   font-size: 11px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.news_btn:hover {
   border-top-color: #696969;
   background: #696969;
   color: #fff;
   }
.news_btn:active {
   border-top-color: #333333;
   background: #333333;
   }
 
 
 
