form{
	font-size:.8em;
	letter-spacing:0;
	background-color:#cfc;
	padding:10px;
	margin-top:0;
}
form div{
	clear:both;
	margin-bottom:3px;
}
form p{
	clear:both!important;
}
label{
	float:left;
	width:200px;
}
input, textarea{
	border:1px solid #ada;
	padding: 1px 2px 1px 2px;
}
textarea{
	width:470px;
}
input.email{
	width:300px;
}
h2.question{
	background-color:#cfc;
	margin-bottom:0!important;
	display:inline;
	padding:3px 10px 3px 10px;
	color:#000!important;
}
div.question,div.answer{
	border:1px solid #fff;
	background-color:#cfc;
	margin-bottom:3px!important;
	padding:0px 10px 3px 10px;
	color:#000!important;
}
div.question{
	margin-top:7px!important;
}
div.answer{
	background-color:#eef;
}
div.answer p,div.question p{
	letter-spacing:0;
	margin:3px!important;

}
.q{
	font-style:italic;
	font-weight:bold;
}
a.answer,a.answer:visited{
	letter-spacing:0;
	font-size:.7em!important;
	color:#fff!important;
	border:1px solid #fff;
	background-color:#44f;
	padding:0 2px;
}
div p{
	padding-bottom:1em;
}
div p span{
	margin-top:.5em;
	font-size:.8em;
	float:right;
}
.message{
	border:1px solid white;
	margin:1em;
	padding:1em;
	background-color:#C2DCEF;
}
.error{
	border:1px solid white;
	margin:1em;
	padding:1em;
	background-color:#fdd;
	font-size:.8em;
	list-style-position:inside;
}