@charset "utf-8";
.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  font-weight:bold;
  padding: 3px;
  background: #000;
  border: solid #a8a8a8 1px;
  text-decoration: none;
}

.btn:hover {
  background: #c00;
  text-decoration: none;
  color: #ffffff;
}

.fnsearch { 
    border: 1px solid #848484; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 3px; 
    outline:0; 
    height:25px; 
    width: 100px; 
    padding-left:3px; 
    padding-right:3px;
	font-size:13px;
	 
  }


/* CSS Document */

