html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after{
  clear: both;
}
.clearfix{
	zoom: 1;
}

body{
	line-height: 18px;
}
body{
	font-size: 13px;
	color: #555;
}
p{
	margin-bottom: 18px;
}

body,  a{
	color: #555;
}


#window{
	border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background: white;
	width: 420px; 
	position: fixed; 
	top: 50%; 
	left: 50%;
}

#window-close{
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 8px !important;
	width: 8px;
	height: 8px;
	overflow-y: hidden;
	display: block;
	z-index: 10;
	background: url(../images/close.png);
	text-decoration: none;
	opacity: 0.3;
	text-indent: -9999px;
}
#window-close:hover{
	opacity: 1;
}


#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{
	display: inline;
	color: #444 !important;
	text-decoration: none;
	font-size: 13px !important;
	font-weight: normal;
	font-weight: 300 !important;
}
#powered-by a:hover{
	text-decoration: underline;
	color: black;
}

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

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

#window.verdana, 
#window.verdana * {
	font-family: "Verdana", 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 */
input[type=text],
input[type=password],
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 !important;
	line-height: 18px !important;
	color: #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 13px 0;
	width: 356px;
}
input[type=text].text-empty:hover,
textarea.text-empty:hover{
	color: #888;
}

html{
	overflow-y: hidden;
}
#feedback-wrapper{
	width: 378px;
	padding: 22px 21px !important;
}
h2{
	margin: 0 0 13px 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 29px;
	margin-bottom: 12px;
}
#button-settings{
	position: relative;
	top: -0.3em;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 10px;
}
p{
	margin: 0 0 13px 0 !important;
	padding: 0;
}

input[type=text],
#types-wrapper,
textarea{
	margin-bottom: 13px;
}
#types-wrapper{
	height: 26px;
}

#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;
}

#types-wrapper a .selection{
	display: none;
}

#types-wrapper a.selected{
	background-color: #555555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	outline: none;
}
#types-wrapper a.selected .selection{
	display: block;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 7px;
	overflow: hidden;
	background-image: url(../images/callout.png);
	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;
}

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

#feedback-form-wrapper textarea{
	height: 120px;
}


a#button-settings,
input[type=submit]{
	display: inline-block;
	color: #f3f3f3;
	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;
}
input[type=submit]{
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 9px;
	opacity: 0.85;
}
input[type=submit]:hover{
	opacity: 1;
	cursor: pointer;
}

input[type=text], input[type=submit], 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;
}


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

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

#feedback-errors-wrapper{
	position: relative;
}

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

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

img#thankyou-image{
	display: block;
	margin: 0 auto;
}