.contourPageName {
	display: none;
}

.feedbackForm #contour fieldset  > div{
	width: 892px;
}

.feedbackForm #contour legend {
	display: none;
}

.feedbackForm #contour label.fieldLabel {
	width: 250px;
	text-align: left;
}

.feedbackForm #contour div > div {
	width: 615px;
}

.feedbackForm #contour label {
	width: inherit;
	float: none;
}

.feedbackForm #contour textarea {
	height: 100px;
	width: 600px !important;
}

.feedbackForm .referringurl,
.feedbackForm .trueclientip {
	display: none;
}

#Feedback_PullTab {
	display: none;
}

/* added from defaultform.css */
#contour label.fieldLabel {
	font-weight: bold;
    display: block;
    /* width: 200px; */
    float: left;
    clear: left;
    background: transparent !important;	
}