@charset "utf-8";
/* CSS Document */


body {
    margin:0px;
}

#radioarkey {
width:100%;
height:70px;
background: linear-gradient(135deg,#000000,#1d1d1d,#000000); /*background-image: linear-gradient(#000000 0%, #d64a09 50%, #000000 100%);*/
background-position: center;
display:flex;
border: none;
background-size: cover;
background-repeat: no-repeat;
margin: 0;

-webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
    
}

