@charset "utf-8";
/* CSS Document */

.custom-button {
   width: auto;
    outline: 0;
    display: inline-block;
    padding: 10px;
   color: black;
    background-color: #ffffcc;
    text-align: center;
  vertical-align:middle;
border: 1px solid #1a4167;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
text-decoration:none;
padding:12px 15px 12px 15px;
}

.custom-button a:link {
	color: black;
}
.custom-button a:hover {
color: black;
}
.custom-button:hover {
  background-color: #dfc253;
color: black;
}
