/*
	 JQuery FAQ
	 by Chris Coyier
	 http://css-tricks.com
*/

/*					{ margin: 0; padding: 0; }
html                { overflow-y: scroll; }
body				{
	font: 14px Georgia, serif;
}*/

#page-wrap			{
	width: 550px;
	margin: 0px auto;
}

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

dt					{
	border: 2px solid #E2E2E2;
	padding: 10px;
	background: white;
	position: relative;
	font-style: italic;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
					
dd.answer			{
	background: white;
	position: relative;
	width: 75%;
	float: right;
}
dd.answer div		{
	padding: 10px;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin: 0 0 10px 0;
}

.answer-tab		    {
	background: url(images/answer-tag-on.jpg);
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	bottom: -51px;
	left: 10px;
}
.answer-tab-hover 	    {
	background: url(images/answer-tag-on.jpg);
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	bottom: -51px;
	left: 10px;
}

:-moz-any-link:focus {
  outline: none;
}
