.page-header {
  background: none repeat scroll 0 0 #eff4f6;
  border-bottom: 1px solid #9c9c9c;
 
  
}

.right_header li {
  border-left: 1px solid #9c9c9c;
  
}

.button{
  border: 1px solid #f7372d; margin: 0;  
    }


.my_view_btn  {
  
 
 background: #f7372d; /* Old browsers */
background: -moz-linear-gradient(top, #f7372d 0%, #ca0e04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7372d), color-stop(100%,#ca0e04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7372d 0%,#ca0e04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7372d 0%,#ca0e04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7372d 0%,#ca0e04 100%); /* IE10+ */
background: linear-gradient(to bottom, #f7372d 0%,#ca0e04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7372d', endColorstr='#ca0e04',GradientType=0 ); /* IE6-9 */
 
 
}


.navbar-static-side ul li.active a {
  background: none repeat scroll 0 0 #f7372d;
  
}