/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
@font-face {
	font-family: 'Choc D';
	src: url('/webfonts/choc_d/243651_0_0.eot');
	src: url('/webfonts/choc_d/243651_0_0.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/choc_d/243651_0_0.woff') format('woff'),
		url('/webfonts/choc_d/243651_0_0.ttf') format('truetype'),
		url('/webfonts/choc_d/243651_0_0.svg#wf') format('svg');
}
body { background-color: #ff6; }

.am-layout {
  font-family: "Comic Sans", "Comic Sans MS", Verdana, Georgia, Tahoma, Arial, san-serif;
  color: #003;
  min-height: 100%;
  margin-bottom: -30px;
  background: #ff6;
}

.chocd {font-family: "Choc D"; font-size: 105%; text-transform: uppercase;}

.am-header {
  background: none;
}
.am-header h1 {
	font-size: 300%;
}
.am-body {
  background: none;
}
.am-body .am-body-content-wrapper {
  background: #ffff99;
}
.am-form fieldset legend {background: #ff6; color: #000; text-shadow: 0 -1px 1px #CCC;}
.am-product-desc {margin: 3px 0 10px 28px;}
.am-paysystem-desc {margin: 3px 0 10px 28px;}
.am-signup-link {font-size:150%;margin-bottom:1em;}

.footer { margin-top: 3px; margin-bottom: 3px; clear: both; position:relative; }

.l_tag {
	font-family: "Tahoma", "Times Roman", serif;
	font-style:italic;
	text-align:center;
	font-weight: normal;
	font-size:110%;
}
.c_tag { font-family:Georgia, Tahoma, serif; text-align:center; color:#0a0b0d; 	font-size:65%; }

