
/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */




.question {
	display: none;
}



.next_button {
	font: bold 13px Tahoma;
	color: #1d61bd;
	background: #f5f5ea;
	border: 0px solid transparent;
	padding: 1px 15px 2px 15px;
	width: 1;
	overflow: visible;
	margin: 7px 0 0 125px;
	text-decoration: underline;
	cursor: pointer;
}

p.gray a:link, p.gray a:visited {
	color: #a2a29e;
}

.pic {
	border: 1px solid #2a1d1d;
	margin: 27px 0 0 0;
}
.next_button:hover {
	color: #a5a59f;
}


}