* { margin: 0px; padding: 0px; }

div.pagewrap { position: relative; left: 0px; width: 1000px; margin: 0 auto }


body 
{
background-image: url('images/carbonic.jpg');
background-position: center top;
background-repeat: repeat-y;
}




.button {
   border-top: 1px solid #96d1f8;
   background: #4b98cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#ababab), to(#4b98cc));
   background: -webkit-linear-gradient(top, #ababab, #4b98cc);
   background: -moz-linear-gradient(top, #ababab, #4b98cc);
   background: -ms-linear-gradient(top, #ababab, #4b98cc);
   background: -o-linear-gradient(top, #ababab, #4b98cc);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
   margin-top: 14px;
   margin-right: 6px;
   }
 .button:hover {
   border-top-color: #f7da68;
   background: #f7da68;
   color: #534640;
   }
 .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }



.order_button {
   border-top: 1px solid #111314;
   background: #d6b265;
   background: -webkit-gradient(linear, left top, left bottom, from(#c27a7a), to(#d6b265));
   background: -webkit-linear-gradient(top, #c27a7a, #d6b265);
   background: -moz-linear-gradient(top, #c27a7a, #d6b265);
   background: -ms-linear-gradient(top, #c27a7a, #d6b265);
   background: -o-linear-gradient(top, #c27a7a, #d6b265);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   margin-left: 20px;
   margin-top: 12px;
   }
 .button:hover {
   border-top-color: #2cd1ab;
   background: #2cd1ab;
   color: #262115;
   }
 .button:active {
   border-top-color: #3f94cc;
   background: #3f94cc;
   }


