body {
	font-size:62.5%;
	color:#9b9b9b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
}
.forms {
	padding:0 20px 10px 20px;
	position:relative;
}
.forms input {
	margin:10px 0;
}
.forms input, .forms select {
	background-color:#FFFFFF !important;
	border:1px solid #d4d4d4;
}
.forms h2 {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#9b9b9b;
	font-size:2.2em;
	padding-bottom:5px;
	margin:20px 0 20px 0;
	border-bottom:2px solid #73a331;
}
.forms p {
	margin:0;
}
.forms p.tagline {
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:10px;
	color:#73a331;
	font-weight:bold;
}
.forms p.accepted {
	text-align:center;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	padding-bottom:10px;
	color:#73a331;
	font-weight:bold;
	width:190px;
	margin:0 auto;
}
img.done {
	margin:20px auto 10px;
}
.forms input#email {
	width:200px;
	margin-left:10px;
}
.forms p input#frequency {
	margin-right:10px;
}
input.btn, a.btn {
	background:url(http://www.artreviewdigital.com/media/images/btn_submit.gif) no-repeat;
	border:0;
	color:#333333 !important;
	display:block;
	height:23px;
	width:93px;
	text-decoration:none;
	margin:10px auto;
	line-height:23px;
}
.forms p.footer {
	border-top:1px solid #bcbcbc;
	padding-top:10px;
	margin-top:20px;
	text-align:center;
	clear:both;
}
.forms dt {
	float:left;
	margin:10px 0;
}
.forms dd {
	float:left;
	margin-left:0px;
	margin-right:10px;
}
.forms dl {
	clear:both;
}
.forms dt.email {
	line-height:20px;
}
