/* common templates for checkout/delivery page theme */

html {
  background: #E3E3E3; 
}

html, body {  
  margin:0; 
  padding:0; 
  font: 12px Geneva, Arial, Helvetica, sans-serif;
} 

body {  
  width:735px; 
  text-align:left; 
  margin: 20px auto;
  border: thin #000000 solid;
  background:#FFFFFF;
  padding: 10px;
} 

img { 
  padding: 10px; 
  border: none;
}
.disclaimer { font-size: 9px }

.footer {
  text-align: center;
  font-size: 10px;
  color: #666;
}

.footer a:link, .footer a:visited, .footer a:active { color: #666; text-decoration: underline; }
.footer a:hover { color: #06C; text-decoration: underline; }

a.button, input[type=submit] {
  background:url("../../../sfSexyButtonPlugin/images/bg_button.gif") repeat-x scroll right top transparent;
  color: #444444;
  display: inline-block;
  font: 12px arial,sans-serif;
  padding: 4px 18px 4px;
  text-decoration: none;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 14px;
  cursor: pointer;
}
input[type=submit] {
  height: 24px;
  text-align: center;
  width: auto;
}


a.button:active, input[type=submit]:active {
  background-position:right bottom;
  color: #000000;
  outline: none;
  padding: 5px 18px 3px;
}

