/* =feedback survey */
.survey-container h2 {
	display: none;
}
dl.survey {
	margin: 0;
	padding: 0;
}
dl.survey dd,
dl.survey dt {
	line-height: 30px;
	padding-bottom: 5px;
}
dl.survey dd.group-heading,
dl.survey dt.group-heading,
dl.survey h3 {
	display: none;
}
dl.survey dt {
	float: left;
	clear: left;
	width: 120px;
	height: 30px;
	padding-right: 10px;
	text-align: right;
}
dl.survey dt label {
	cursor: pointer;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
dl.survey dt label.error {
	color: #CC0000;
}
dl.survey dt label span.required,
.survey-container span.required {
	margin-left: 4px;
	font-size: 18px;
	line-height: 30px;
	color: #CC0000;
}
dl.survey dd {
	position: relative;
}
dl.survey dd.buttons {
	padding-top: 5px;
}
	/* sub */
	dl.survey dd ul {
		list-style: none;
	}
	dl.survey dd ul li {
		display: inline-block;
		width: auto;
		clear: none;
		float: none;
		height: 30px;
		padding-right: 15px;
	}
	dl.survey dd ul li label {
		margin-left: 4px;
		font-weight: normal;
	}
dl.survey input,
dl.survey textarea {
	padding: 6px 4px 1px 4px !important;
	font-size: 12px;
	border: 1px solid #999;
	border-bottom-color: #c5c5c5;
	border-top-color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	background: url(../graphics/form.input.bg.gif) top left repeat-x #FFF;
	width: 60%;
}
dl.survey input.number-validation {
	width: 60px;
}
dl.survey textarea {
	height: 140px;
	position: relative;
	top: 3px;
}
dl.survey button {
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #999;
	border-top-color: #c5c5c5;
	border-bottom-color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 28px;
	line-height: 28px;
	background: url(../graphics/button.sprite.gif) 0px -26px repeat-x #EEE;
	color: #444;
	-webkit-text-shadow:0 1px 0px #FFF;
	-moz-text-shadow:0 1px 0px #FFF;
	text-shadow:0 1px 0px #FFF;
}
dl.survey button:hover {
	border: 1px solid #999;
	background: url(../graphics/button.sprite.gif) 0px 0px repeat-x #EEE;
	color: #7c7c7c;
}
dl.survey button span {
	margin: 0;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
}

/* messages */
.survey-container .uiErrorBox {
	margin: 10px 0 20px 0;
}
.uiErrorBox p {
	margin: 0px;
	background-color: #fec5c6;
	padding: 10px;
	border: 1px solid #f59a9b;
	color: #333;
}
.uiErrorBox ol {
	color: #302223;
	margin: 0px;
	border: 1px solid #fcd3d3;
	background-color: #fbe8e8;
	padding: 10px 40px;
}
.survey-container .uiSuccess {
	font-size: 9pt;
	background: #c7ffb2 no-repeat url(/skins/system/icons/success.png) 0px 5px;
	border: 1px solid #a8e396;
	border-bottom-width: 2px;
	line-height: 14pt;
	margin: 10px 0 20px 0;
	padding: 5px 8px 5px 30px;
}
