/* feedback */
#feedback a.nrkbeta {
	background: url(../gfx/knapper/nrkbeta.jpeg) no-repeat;
	padding: 9px 0 6px 98px;
	display: block;
	margin: 15px 0;
}
/*#feedback h2 {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
}*/
#feedback label {
	display: inline;
	margin: 4px 0;
}
#feedback input {
    width: 220px !important;
}
#feedback-comment,
#feedback-name,
#feedback-email,
#feedback-web {
    float: right;
}
#feedback .required {
    background: transparent url(../gfx/ikoner/required.png) center right no-repeat;
    display: inline-block;
    padding-right: 10px;   
}
.explain {
    color: #999; 
}
#feedback textarea,
#feedback input {
	border: 1px solid #bbb;
	background: #fff;
	width: 280px;
	margin: 0 0 4px;
	padding: 4px;
}
#feedback input#send {
	background: url(../gfx/knapper/submit.png) no-repeat right top;
	text-align: right;
	overflow: visible;
	font-weight: bold;
	padding: 2px 15px;
	cursor: pointer;
	height: 20px;
	width: 255px !important;
	border: 0;
	font-size: 12px;
}
#feedback input:active {
	background-position: bottom;
}
#feedback #directContact {
	margin-top: 20px;
}
#feedback p.view_all {
    float: left;
    display: block;
}
#feedback-comments p {
    font-size: 1.2em;
    font-weight: bolder;
}
#feedback-comments dd {
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
    padding: 5px 0 20px;
}
#feedback-comments .replies {
    /*background: url(../gfx/bilder/tull/frog-40x80.jpg) left top no-repeat;*/
    margin: 10px 0 0 40px;
   /* padding-left: 40px;*/
   background: #ffffee;
   border-color: #FCF3CF #ebe3c1 #ebe3c1 #FCF3CF;
   border-style: solid;
   border-width: 1px;
   width: 480px;
   padding: 5px;
}
#feedback-comments .replies .moderation.report{
    display: none;
}
#feedback-comments .replies dd {
    border: 0 !important;
    padding: 0;
    margin: 0;
}
#feedback-comments .replies h4 {
    text-transform: none;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#feedback-comments .gravatar{
    float: left;
    padding-right: 10px;
    display: inline;
}
#feedback-comments .content, 
#feedback-comments .replies, 
#feedback-comments .admin{
    display: block;
}
#feedback-comments .admin {
    margin: 10px 0 0 0;
}
#feedback-comments .content {
    min-height: 60px;
}
#feedback-comments dl {
    margin: 0;
}
/* Unsure if this destroys something beautiful */
.feedback-link {
    margin-left:10px;
    position:relative;
    top:-30px;
}
.feedbackwrapper {
    background: #e3e1d9;
    padding:0 10px 20px;
}
#feedback .infobox p {
    margin-top: 10px;
}

