
.w3cbutton4 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: inline-block ;
  text-decoration: none;
}

.w3cbutton4 span 
{
  background-color: #F3F3EF;
  color: #000;
  text-decoration: none;	  
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #003C74;
  border-left: 1px solid #cecece;
  border-right: 2px solid #003C74;	  
  cursor:pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.w3cbutton4 span:link, .w3cbutton4 span:visited, .w3cbutton4 span:hover 
{
  background-color: #F3F3EF;
  color: #000;
  text-decoration: none;	
}

.w3cbutton4 span:link, .w3cbutton4 span:visited 
{
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
  text-decoration: none;
}

.w3cbutton4 span:hover 
{  border-bottom: 2px solid #F8B330;
  border-top: 1px solid #FDD889; 
  border-right: 2px solid #F8B330;
  border-left: 1px solid #FDD889;
  text-decoration: none;
}

.w3cbutton4 span.w3c 
{
  background-color: #F3F3EF;
  color: #0c479d;
}
	
span.hover 
{ 
      border-bottom: 2px solid #F8B330;
      border-top: 1px solid #FDD889; 
      border-right: 2px solid #F8B330;
      border-left: 1px solid #FDD889;	
	  text-decoration: none; 
}

span.normal
{
      border-top: 1px solid #cecece;
      border-bottom: 2px solid #003C74;
      border-left: 1px solid #cecece;
      border-right: 2px solid #003C74;	
	  text-decoration: none;
	  color: #000000;
}
	