


	/*#next_input { 
		border-width: 0px;
		background-image:url(/images/assessment_next_button.jpg);
		width:100px;
		height:24px;
		border-width:0px;
	} */


	.top_row {
		background: url(/images/assessment/headline_bg.jpg);
		padding-bottom: 14px;
		
	}
	.top_row_tall {
		background: url(/images/assessment/headline_bg_tall.jpg);
		padding-bottom: 14px;
	}
	
	
	.general_container {
		position:relative;
		top:-56px;
	}
	
	#first_paragraph {
		font-size: 14px;
	}
	
	
	.sev_0 { background-color: #dcedcd; }
	.sev_1 { background-color: #c9e4b1; }
	.sev_2 { background-color: #bbdd9e; }
	.sev_3 { background-color: #b4d993; }
	
	
	.column_ratings {
		text-align: left;
	}
	
	.column_ratings img {		
		float: right;
	}
	
	.alternate {
    	background:#DFECDA;
    }
