#FeedbackForm {
	background-color: #edf5fb;
	width: 95%;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
}

#FeedbackForm .info{
	font-size: 9px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
}

#FeedbackForm .info a,
#FeedbackForm a.blacklink {
    font-size: 9px;
    color: #000;
}

#FeedbackForm .divider{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #4D9EDC;
}

#FeedbackForm label { 
	width: 90px; 
	padding-top: 5px; 
}

#FeedbackForm .buttonOrangeLeft {
	background:transparent url(/images/orange-left.gif) no-repeat scroll left top;
	padding-left: 7px;
	margin: 0pt 30px 10px;
	float: right;
}

#FeedbackForm input, 
#FeedbackForm select { 
	margin: 3px;
	width: 200px;
}

#FeedbackForm textarea {
	width:99%;
	display: inline;
}

.hide {
	display: none;
}

.select-free {
	left: 41px;
	top: 22px;
}

#fb_disclaimer ul {
	padding: 14px;
}

#FeedbackForm input#Date {
	width: 80px;
}

.dp-choose-date {
	background:transparent url("/images/calendar.gif") no-repeat scroll 0 0;
	overflow: hidden;
	width: 14px;
	height: 14px;
	display: inline-block;
	text-indent: -2000px; /*no visible text*/
	vertical-align: middle;
}

