.question{
	display:block;
	width:80%;
	margin:5px auto;
	padding:0;
	border:solid 1px #cccccc;
	text-align:justify;
	font-weight:normal;
	background-color:white;
}

.question h3{
	display:block;
	width:100%;
	height:25px;
	margin:0;
	padding:0;
	color:#0033cc;
	font-size:12px;
	font-weight:normal;
}

.question h4{
	position:relative;
	top:-22px;
	text-align:center;
	height:0;
	margin:0;
	padding:0;
	color:#0033cc;
	font-size:12px;
	font-weight:normal;
}

.question a, .answer a{
	float:right;
	height:26px;
	width:85px;
	margin-top:-25px;
	padding:0;
}

.question a.delete{
	width:20px;
	background:url("../pictures/drop.png") top right no-repeat white;
}

.answer a.edit{
	width:16px;
	background:url("../pictures/edit.png") top right no-repeat white;
}

.answer{
	border-top:solid 1px #cccccc;
}

.question h5{
	display:block;
	width:100%;
	height:25px;
	margin:0;
	padding:0;
	color:#0033cc;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}


