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

.wrapper{ width:994px; margin:0px auto;}

.button {
border: 1px solid #929292;
background: #bf1e2e;
height:30px;
line-height:30px;
margin-left:10px;
color:#fff;
}
.button:hover {

background: #e24454;
} 
.purchasenow{ color:#000; font-size:26px; font-weight:bold; text-align:center; font-family:Verdana, Geneva, sans-serif;}
.lnk{ color:#000; text-decoration:none;}
.lnk:hover{ color:#d01b2c;}