/*
	 JQuery FAQ
	 by Chris Coyier
	 http://css-tricks.com
*/
	/* Firefox Dotted Outline Fix */
	a:active { outline: none; }
	/* Firefox Dotted Outline Fix */
	a:focus { -moz-outline-style: none; }


#page-wrap			{ width: 650px; margin: 20px auto; }

dl					{ clear: both; margin: 0 0 80px 0; }

dt					{ border: 8px solid #7ac0d0; padding: 10px; background: white; 
					  position: relative; font-style: italic; position: relative; 
					  display: block; width: 92%; height: auto; }
					
dd.answer			{ background: white; 
					  position: relative; width: 83%; float: right; margin-left : 0px ; margin-right: 0px;}
					  
dd.answer div		{ padding: 10px; border-left: 8px solid #dedede;
                      border-right: 8px solid #dedede; border-bottom: 8px solid #dedede;
                      margin: 0 56px 10px 0; font-size : 14px; color: blue; }

.answer-tab		    { background: url(../images/answer-tag.png); display: block; 
                      text-indent: -9999px; width: 105px; height: 50px; cursor: pointer;
                      position: absolute; bottom: -58px; left: 10px;}
                      
dd.answer span		{ padding: 10px; border-left: 8px solid #dedede;
                      border-right: 8px solid #dedede; border-bottom: 8px solid #dedede;
                      margin: 0 56px 10px 0; font-size : 14px; color: blue; }
                      
dd.span			    { background: white; 
					  position: relative; width: 80%; float: right; }
					  
/*span			    { background: white; 
					  position: relative; width: 80%; float: right; }*/
					
					  

                      
