﻿/* The full encompassing body for all feedback information, items and header */
div.testamonialsBody
{
	width: 600px;
	margin: auto;
}

div.submitFeedbackBody
{
	width: 600px;
	margin: auto;
}

/* The encompassing div for all feedback items displayed */
div.feedbackItem
{
	width:inherit;
	height:auto;
}

.requiredUserEntry
{
	vertical-align:middle;
	width: 300px;
	float:left;
	background-color:#FFFFAA;
}

/* The text of the feedback */
p.feedbackText
{
	font-family: inherit;
}

/* The location of the feedbacker Basildon,Essex e.t.c */
p.feedbackLocation
{
	font-style:italic;
}

/* Displays the date of the feedback submission */
span.feedbackDate
{
	font-size:7pt;
}

/* The feedback location contains the name/location of the persons feedback */
div.feedbackLocation
{
	float:left
}

/* The feedback rating contains the rating and stars for the feedback */
div.feedbackRating
{
	float:right;
	height:25px;
	margin-top: 1px;
	margin-bottom: 7px;
}

/* The container for the feedback form */
div.feedbackForm
{
	margin-top:30px;
	margin-bottom:30px
}

/* The container for the entire feedback entry line item */
div.feedbackEntry
{
	height: 25px;
	vertical-align:middle;
}

/* The container for the entire feedback entry line item */
div.feedbackEntryText
{
	float:left;
	height: 190px;
	vertical-align:middle;
}

/* The div containing the star rating text */
div.ratingText
{
	margin-top:5px;
	float:left;
	vertical-align:middle;
}

/* Div that contains the star for the feedback item */
div.feedbackEmptyStar
{
	float:left;
	height:25px;
	width:25px;
	background: url(StarEmpty-Small.png); 
}

/* Div that contains the star for the feedback item */
div.feedbackFullStar
{
	float:left;
	height:25px;
	width:25px;
	background: url(StarFull-Small.png); 
}

/* Div that contains the feedback buttons for the entry form */
div.feedbackButtons
{
	height: 24px;
	width: 480px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* The container for the user prompt for the feedback item */
.userPrompt
{
	width: 180px;
	float:left;
	height: 25px;
	margin-top:2px;
	vertical-align:middle;
}

/* The container for the user entry for the feedback item */
.userEntry
{
	vertical-align:middle;
	width: 300px;
	float:left;
}

/* The container and controls for the user entry of the actual feedback text */
.userFeedbackTextEntry
{
	vertical-align:middle;
	height: 180px;
	width:300px;
	float:left;
	background-color:#FFFFAA;
}

/* Ensure that the p text is middle aligned */
span.ratingText
{
	vertical-align: middle;
}

/* The div that holds the entry validator if displayed */
div.entryValidator
{
	float:left;
	width: 25px;
	text-align:center;
	font-size: 14px;
}