.double-buttons{
  display:inline-block;
  background-color:#fff;
  border:1px solid #ddd;
  position:relative;
  border-radius:20px;
  height:40px;
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  overflow:hidden;
}

.double-buttons a{
  display:inline-block;
  padding:0 30px;
  line-height:40px;
  color:#444;
  text-decoration:none;
  text-transform:uppercase;
  width:100px;
}

.double-buttons a:first-child{
  border-right:1px solid #ddd;
}

.double-buttons a:hover{
  background-color:#EE4E44;
  color:#fff;
}

.double-buttons a:active{
  background-color:#444;
  color:#fff;
}

.double-buttons .or{
  position:absolute;
  width:26px;
  height:26px;
  line-height:26px;
  background:#fff;
  border-radius:100%;
  border:1px solid #ddd;
  font-style:italic;
  color:#666;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
}