/* CSS Document */

div.page 
{
	width: 950px;
	text-align: center;
	/*margin-top: 10px;*/
	background-image: url(../../images/feedback/back.jpg);
	background-repeat: no-repeat;
	height: 550px;
	font-size: 12px;
}

input.feedradio {
	position: relative;
	float: none;
	text-align:left;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 25px;
}

div.questions {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	position: relative;
	top: 20px;
	height: 300px;
	width: 480px;
	overflow : auto;
}

div.introtext {
	width: 350px;
	margin-top: 75px;
	margin-left: 110px;
	text-align: justify;
	}	
	
span.addresses {
	font-size: 14px;
}