/* ----------------------------------------------------------------------------
	GRAPHICAL FEATURE BOXES
---------------------------------------------------------------------------- */

#content #file-a-complaint {
	background-image: url(../_images/features/file_a_complaint_e.png);
	height: 168px;
}
#content #find-your-municipality {
	background-image: url(../_images/features/find_your_municipality_e.png);
	height: 168px;
}



/* ----------------------------------------------------------------------------
	COMPLAINT FORM
---------------------------------------------------------------------------- */

#complaint-form #btn_back {
	background-image: url(../_images/buttons/back_e.png);
	width: 83px;
}
#complaint-form #btn_next {
	background-image: url(../_images/buttons/next_e.gif);
	width: 83px;
}
#complaint-form #form-submit {
	background-image: url(../_images/buttons/submit_e.png);
	width: 83px;
}

#complaint-form #complaint-wrapper {
border:1px solid gray;
padding:10px 10px;
}

#complaint-form #complaint-wrapper #complaint{
border-bottom:1px solid gray;
}

#complaint-form #complaint-wrapper #last{
border-bottom:none;
}

