body {
	margin:0;
	padding:40px;
	background:#fff;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
	background-color: #fff;
	background-image: url(../../images/heart-quiz-bg.jpg);
	background-repeat: no-repeat;

}
h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:120%;
	font-weight:normal;
	}	
	
h4 {
	color:#06468b;
	font-size:16px;
	line-height: 1.6em;
	font-weight:bold;
	margin: 5px 0 5px 0;
	
}
	
	

/*pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}	*/	

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:400px;
	height:241px;
	overflow:hidden;
		}
	/*span#prevBtn{}
	span#nextBtn{}
	*/
	
	#prevBtn, #nextBtn{ 
		display:block;
		width: 36px;
		height: 36px;
		position:absolute;
		left:-30px;
		top:235px;
		text-indent:-8000px;
		overflow:hidden;
	
		}
		
		#prevBtn{
		left:600px;
		}			
	#nextBtn{
		left:655px;
		}	
															
	#prevBtn a{  
		display:block;
		width: 36px;
		height: 36px;
		background:url(../../images/back-quiz.gif) no-repeat 0 0 ;
		overflow:hidden;
		}	
#nextBtn a{  
		display:block;
		width: 36px;
		height: 36px;
		background:url(../../images/next-quiz.gif) no-repeat 0 0;
		overflow:hidden;	
		}	
/* // Easy Slider */
#btnsubmit
{
	width: 159px;
	height: 46px;
	border: 0;
	background: url(../../images/submit-btn.gif) no-repeat;
	cursor: pointer;
}
.left { float:left;}
.right { float:right; }

.link{

color:#06468b;
text-decoration:none;

}

