
#feedform {
	width: 100%;
}

#feedform fieldset {
	padding: 1em;
	margin: 0.5em 0 1em 0;
	border: 1px dotted #88B8E8;
}

#feedform legend {
	border: 2px solid #88B8E8;
	background-color: #fff;
	padding: 0.4em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #555;
}

#feedform div {
	margin-bottom: 0.3em;
}

#feedform label {
	float: left;
	width: 35%;
	padding-right: 2%;
	text-align: right;
}

.standard {
	width: 59%;
}

#feedbacksubmit {
	margin-top: 0.5em;
	margin-left: 37.5%;
}

#feedform fieldset input, #feedform select, #feedform textarea {
	border: 1px solid #88B8E8;
}


div.radio {
	padding-left: 36.5%;
}

div.radio label {
	float: none !important;
	width: auto !important;
	display: inline;
	
}

#main {
		width: 60% !important;
		}

#content { width: 90% !important;
		}
