html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	margin-top: 10px;
	height: 100%;
}
#container {
	width: 600px;
	margin:0 auto;
	position: absolute;
	left: 50%;
  margin-left: -300px; /*set this value to half the size of the div*/
}
h1 {
	color: #CC0000;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
}
.aWeberOuter {
	clear: both;
	padding: 5px;
	width: 440px;
	position: relative;
	border: 1px solid #669933;
	text-align: center;
	padding: 1px;
	left: 50%;
  margin-left: -220px; /*set this value to half the size of the div*/
	margin-top: 20px;
}
.aWeberInner {
	padding: 10px;
	position: relative;
	width: 414px;
	border: 3px solid #99CC66;
	background-image: url(../images/aweber-backimg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}
.aWeberInner table span, .aWeberInner table font {
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif; /*this over-rides the aweber javascript style*/
}
.aWeberInner table input {
	font: 12px Verdana, Arial, Helvetica, sans-serif; /*this over-rides the aweber javascript style*/
	width: 220px;
}
.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}