.un-feedback-form{
	position: relative;
}
#powered-by{
	float: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: #888;
	margin-right: 3px;
	font-weight: normal;
	font-weight: 300 !important;
	font-size: 10px !important;
}
#powered-by a{
	color: #444 !important;
	text-decoration: none;
	font-weight: 300 !important;
}
#powered-by a:hover{
	text-decoration: underline;
	color: black;
}
#window.helvetica-neue, 
#window.helvetica-neue *{
	font-family: "Helvetica Neue", 'Helvetica', Arial, sans-serif;
}

#window.helvetica, 
#window.helvetica * {
	font-family: "Helvetica", Arial, sans-serif;
}

#window.verdana, 
#window.verdana * {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
}

#window.tahoma, 
#window.tahoma * {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
}
#window.arial, 
#window.arial * {
	font-family: "Arial", sans-serif;
}
#window.georgia, 
#window.georgia * {
	font-family: "Georgia", serif;
}
#window.palatino, 
#window.palatino * {
	font-family: "Palatino", serif;
}

/* Feedback form */
.un-feedback-form input[type=text],
.un-feedback-form input[type=password],
.un-feedback-form textarea,
#comment-form-wrapper input[type=text],
#comment-form-wrapper input[type=submit],
#comment-form-wrapper textarea{
	background: #fcfcfc;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #cecece;
	padding: 10px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 13px 0;
	width: 356px;
}
.un-feedback-form input[type=text].text-empty:hover,
.un-feedback-form textarea.text-empty:hover{
	color: #888;
}

.un-feedback-form input[type=text],
.un-feedback-form .un-types-wrapper,
.un-feedback-form textarea{
	margin-bottom: 13px;
}

.un-feedback-form .un-types-wrapper{
	height: 26px;
}

.un-feedback-form .un-types-wrapper a{
	display: block;
	float: left;
	padding: 6px 13px 6px 30px;
	line-height: 13px;
	height: 13px;
	font-size: 13px;
	text-decoration: none;
	color: #555555;
	position: relative;
	font-weight: 300;
	background-position: 8px -28px;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
}
.un-feedback-form .un-types-wrapper a .selection{
	display: none;
}

.un-feedback-form .un-types-wrapper a.selected{
	background-color: #555555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	outline: none;
}
.un-feedback-form .un-types-wrapper a.selected:after{
	display: block;
	content: ' ';
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
	width: 0px;
	height: 0px;
	border-top: 6px solid #555;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
}

.un-type-idea{
	background-image: url(../images/icon-idea.png) !important;
	padding-left: 27px !important;
	background-position-x: 9px !important;
}
.un-type-problem{
	background-image: url(../images/icon-problem.png) !important;
}
.un-type-question{
	background-image: url(../images/icon-question.png) !important;
}
.un-type-praise{
	background-image: url(../images/icon-praise.png) !important;
	margin-right: 0 !important;
}
.un-type-idea.selected, .un-type-problem.selected, .un-type-question.selected,
.un-type-praise.selected{
	background-position: 8px -2px !important;
}

.un-feedback-form input.text-empty, 
.un-feedback-form textarea.text-empty{
	color: #aeaeae;
}

.un-feedback-form textarea{
	height: 120px;
}


a#button-settings,
.un-feedback-form input[type=submit]{
	display: inline-block;
	color: #f3f3f3 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border: none;
	background: #444;
	outline: none;
	width: auto;
	float: none;
	text-shadow: -1px -1px 0px #333;
	text-decoration: none;
}
.un-feedback-form input[type=submit]{
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 9px;
	opacity: 0.85;
	font-size: 13px;
}
.un-feedback-form input[type=submit]:hover{
	opacity: 1;
	cursor: pointer;
}

.un-feedback-form input[type=text], 
.un-feedback-form input[type=submit], 
.un-feedback-form textarea, 
#comment-form-wrapper input[type=text],
#comment-form-wrapper input[type=submit],
#comment-form-wrapper textarea,
#window.transitionEnabled{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.un-feedback-form input[type=submit], div#powered-by{
	line-height: 15px;
	font-weight: 300;
	padding-top: 9px;
}

.un-feedback-form input[type=submit].disabled, 
.un-feedback-form input[type=submit].disabled:hover{
	opacity: 0.5 !important;
	cursor: default;
}

.un-feedback-errors-wrapper{
	position: relative;
}
.un-feedback-errors-wrapper .un-errors:before,
.un-feedback-errors-wrapper .un-errors:after{
    content: '';
		background: url(../images/feedback-errors-corner.png);
		width: 14px;
		height: 7px;
		display: block;
		position: absolute;
		left: 45px;
		top: 5px;
    position: absolute;
}
.un-errors{
	border: 1px solid #e0d59c !important;
	border-radius: 3px;
	background: #fbf5d6 !important;
	padding: 7px 12px !important;

}
.un-errors p{
	margin: 0 !important;
	font-size: 12px;
	color: #6b601f;
	text-shadow: -1px -0px 0 #fffFDA;
}
.un-feedback-errors-wrapper{
	padding-top: 11px;
	position: relative;
}
img#thankyou-image{
	display: block;
	margin: 0 auto;
}