
*					{ margin: 0; padding: 0; }
body				{ font: 18px Georgia, serif; }

#page-wrap			{ width: 800px; margin: 20px auto; }

dl					{ clear: both; margin: 0 0 60px 0; }

dt					{
	border: 3px solid #dedede;
	padding: 5px;
	background: white;
	position: relative;
	font-style: normal;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
					
dd.answer			{ background: white; 
					  position: relative; width: 80%; float: right; }
dd.answer div		{ padding: 10px; border-left: 3px solid #dedede;
                      border-right: 4px solid #dedede; border-bottom: 4px solid #dedede;
                      margin: 0 0 10px 0; }

.answer-tab		    { background: url(/images/answer-tag.png); display: block; 
                      text-indent: -9999px; width: 105px; height: 50px; cursor: pointer;
                      position: absolute; bottom: -53px; left: 10px;}
dd.answer li {
		text-align: left;
	padding-left: 10px;
	list-style-position: outside;
	line-height: 150%;
	margin-left: 55px;
}