.pressTable a {
color: #1763BA;
}

.pressTable a:hover {
color: #910032;
}

.button {
   border: 0px solid #0a3c59;
   background: #d02329;
   background: -webkit-gradient(linear, left top, left bottom, from(#d02329), to(#d02329));
   background: -webkit-linear-gradient(top, #d02329, #d02329);
   background: -moz-linear-gradient(top, #d02329, #d02329);
   background: -ms-linear-gradient(top, #d02329, #d02329);
   background: -o-linear-gradient(top, #d02329, #d02329);
   background-image: -ms-linear-gradient(top, #d02329 0%, #d02329 100%);
   padding: 20px 40px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -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;
   text-shadow: #ffffff 0 1px 0;
   color: #ffffff;
   font-size: 21px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 0px solid #0a3c59;
   text-shadow: #ffffff 0 1px 0;
   background: #941218;
   background: -webkit-gradient(linear, left top, left bottom, from(#941218), to(#941218));
   background: -webkit-linear-gradient(top, #941218, #941218);
   background: -moz-linear-gradient(top, #941218, #941218);
   background: -ms-linear-gradient(top, #941218, #941218);
   background: -o-linear-gradient(top, #941218, #941218);
   background-image: -ms-linear-gradient(top, #941218 0%, #941218 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #ffffff 0 1px 0;
   border: 0px solid #0a3c59;
   background: #bd2028;
   background: -webkit-gradient(linear, left top, left bottom, from(#bd2028), to(#941218));
   background: -webkit-linear-gradient(top, #bd2028, #bd2028);
   background: -moz-linear-gradient(top, #bd2028, #bd2028);
   background: -ms-linear-gradient(top, #bd2028, #bd2028);
   background: -o-linear-gradient(top, #bd2028, #bd2028);
   background-image: -ms-linear-gradient(top, #bd2028 0%, #bd2028 100%);
   color: #fff;
   }
a.button:visited{
 color:#fff; 
}

.cart-attribute__field textarea{
  max-width:50% !important;
}
textarea{
 height:100px !important; 
}

