﻿/*general layout for feedbackitems! */

.feedbackrequestleft
{
	float: right; 
	text-align:center;
	width:127px;
}

.feedbackcontent{
	text-align:justify;
}
.feedbackpreviewcontent
{
	text-align:justify;
}

.feedbackheading{
	font-size:130%; 
	margin-right:128px;
}

.feedbackcontent .feedbackfooter, .feedbackpreviewcontent .feedbackpreviewfooter{
font-size: 10px;
}

.feedbackdescription
{
	min-height:40px;
}

.feedbackrequestpreviewdiv
{
	margin-bottom:10px;
	margin-top:10px;
	min-height:40px;
}
.feedbackresponse, .feedbackpreviewresponse
{
	background-color: #eee; 
	border-top: solid 1px #ccc; 
	color: #333; 
	margin-top:0.75em; 
}

.Container
{    
	border-style:solid;	
	border-width: 2px;	
	border-color:#5EA511;	
	max-height: 475px;
	min-height: 100px;
	background-color:white;
}
.ContainerHeading a{
	color:white;
}
.ContainerHeading
{	
	background-color:#6D9E3C;
	color:white; 
	text-align:center;
	margin:0;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	border-bottom:2px #7EB447 solid;

	
}
