
.snip1582 {
  background-color: #0e528c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1em;
  margin: 20px 0;
  outline: none;
  padding: 12px 30px 10px;
  position: relative;
  text-transform: uppercase;
  text-decoration:none;
  font-weight: 700;
}
.snip1582:link {
  color: #ffffff;	
  text-decoration: none;
} 
.snip1582:visited {
  color: #ffffff;	
  text-decoration: none;
} 

.snip1582:before,
.snip1582:after {
  color: #ffffff;
  text-decoration: none;	
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.snip1582:before {
  color: #ffffff;
  text-decoration: none;	
  border-color: #c55a00;
  border-top-width: 2px;
  left: 0px;
  top: -5px;
}

.snip1582:after {
  color: #ffffff;
  text-decoration: none;	
  border-bottom-width: 2px;
  border-color: #c55a00;
  bottom: -5px;
  right: 0px;
}

.snip1582:hover,
.snip1582.hover {
  color: #c55a00;
  text-decoration: none;	
  background-color: #0e528c;
}

.snip1582:hover:before,
.snip1582.hover:before,
.snip1582:hover:after,
.snip1582.hover:after {
  color: #ffffff;
  text-decoration: none;	
  height: 100%;
  width: 100%;
}


