
* {
  margin: 0px;
  padding: 0px;
}

 
  #pulsante {
 outline: none;
 cursor: pointer;
 text-align: left;
 text-decoration: none;
 font: bold 18px Arial, Helvetica, sans-serif;
 color: #fff;
 padding: 5px 15px;
 margin: 2px;
 border: solid 1px #0076a3;
 background: #0095cd;
 width: 150px;
 
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
background: -moz-linear-gradient(top,  #00adee,  #0078a5);
background: -ms-linear-gradient(top,  #00adee,  #0078a5);
background: -o-linear-gradient(top,  #00adee,  #0078a5);

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
 #pulsante1 {
 outline: none;
 cursor: pointer;
 text-align: left;
 text-decoration: none;
 font: bold 14px Arial, Helvetica, sans-serif;
 color: red;
 padding: 5px 15px;
 margin: 2px;
 border: solid 1px #0076a3;
 background: #0095cd;
 width: 190px;
 
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
background: -moz-linear-gradient(top,  #00adee,  #0078a5);
background: -ms-linear-gradient(top,  #00adee,  #0078a5);
background: -o-linear-gradient(top,  #00adee,  #0078a5);

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#pulsante:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 }

#pulsante:active {
  position: relative;
  top: 2px;
}


 #pulsante2  {
 outline: none;
 cursor: pointer;
 text-align: left;
 text-decoration: none;
 font: bold 14px Arial, Helvetica, sans-serif;
 color: yellow;
 padding: 5px 15px;
 margin: 2px;
 border: solid 1px #0076a3;
 background: #0095cd;
 width: 190px;
 
background: -webkit-gradient(linear, left top, left bottom,);
background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
background: -moz-linear-gradient(top,  #00adee,  #0078a5);
background: -ms-linear-gradient(top,  #00adee,  #0078a5);
background: -o-linear-gradient(top,  #00adee,  #0078a5);

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

}

 #pulsante3  
 {
 outline: none;
 cursor: pointer;
 text-align: left;
 text-decoration: none;
 font: 12px Arial, Helvetica, sans-serif;
 color: red;
 padding: 5px 15px;
 margin: 2px;
 background: yellow;
 width: 125px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

}


