body {
	background: #000 url(images/s2fbkg.jpg) no-repeat top center;
	padding: 0px 0 40px 0;
	margin: 0 0 0px 0;
	font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, arial, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	color: #fff200;
	text-align: center;
}

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

#wrapper {
	text-align: left;
		width: 220px;
	margin: 0px auto;
}

fieldset {

	border: none;
}
legend { display: none;}
dt { margin-top: 10px; font-weight: bold;}
input, textarea { width: 220px; padding: 3px; border: 2px solid #484846; background: #333; color: #fff;}
input.submit { background: none; border: none; width: none;}
#emails-sent { position: relative; top:  240px; right: -60px;}
a img { border: none;}
/* =message
----------------------------------------*/
 ul.message li
{
	display: block;
	color: #D20202;
}
p.required
{
	margin-left: 20px;
	margin-top: 20px;
}
ul.feedback, p.error
{
	
	margin: 20px 0px;
	padding: 20px;
}
input.error 
{
	border: 1px solid #D20202;
	color: #D20202;
	
}

 ul.error
{
	border: 1px solid #D20202;
	color: #D20202;
	background: #FFF2F2 ;
	
}
dt.error
{
	border: none;
color: #D20202;
}
textarea { overflow: hidden;}

ul.success
{
	border: 1px solid #336633;
	color: #336633;
	background: #E6F2ED ;
	
}
dt.success
{
	border: none;
}
