/*for the subscribe button*/
div#widgetbtn a {
   border: 0px solid #000000;
   background: #a31c1e;
   background: -webkit-gradient(linear, left top, left bottom, from(#e38186), to(#a31c1e));
   background: -webkit-linear-gradient(top, #e38186, #a31c1e);
   background: -moz-linear-gradient(top, #e38186, #a31c1e);
   background: -ms-linear-gradient(top, #e38186, #a31c1e);
   background: -o-linear-gradient(top, #e38186, #a31c1e);
   background-image: -ms-linear-gradient(top, #e38186 0%, #a31c1e 100%);
   padding: 8px 16px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }
div#widgetbtn a:active {
   border: 0px solid #000000;
   background: #e38186;
   background: -webkit-gradient(linear, left top, left bottom, from(#a31c1e), to(#a31c1e));
   background: -webkit-linear-gradient(top, #a31c1e, #e38186);
   background: -moz-linear-gradient(top, #a31c1e, #e38186);
   background: -ms-linear-gradient(top, #a31c1e, #e38186);
   background: -o-linear-gradient(top, #a31c1e, #e38186);
   background-image: -ms-linear-gradient(top, #a31c1e 0%, #e38186 100%);
   color: #fff;
   }