#questionsArea, .qA
{

	width: 35em;
	line-height: 18px;
	float: left;
	/*margin-left: 2em;*/
	border: 2px solid red;
	padding: 1em;
}
#questionsArea ul, .qA ul
{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	font-size: 11px;
	font-family: Arial;
}
#questionsArea li, .qA li
{	
	margin: 0;
	padding: 0;
	position: relative;
	float:left;
	list-style: none;
	width: 550px;
	margin-bottom: 1em;
	border-bottom: 2px solid #c1c1c1;
}
#questionsArea p, .qA p
{
	margin: 0;
	padding: 0;
	width: 430px;
	float: left;
}
#questionsArea li div, .qA li div
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 110px;
	float: left;
}

#questionsArea div, .qA div
{
	clear: both;
}
.buttons 
{
	float: left;
	width: 550px;
	padding-right: 30px;
}
.buttons input
{
	float: right;
	margin-left: 5px;
	border: 2px solid red;
}
p
{
	font-family: Arial;
	font-size: 12px;
}

