﻿h2, h1
{
	color: White;
	padding: 0 0 0 3px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	background: #768eb5;
	margin-bottom: 0.5em;
	line-height: 2;
	padding-left: 5px;
}
h1
{
	background: #1b4384;
	font-size: 1.5em;
}
body
{
	/* background-color:#dcdcdc; */
	padding-top: 15px;
	margin: 8px;
}
.container
{
	background: white;
}
h3
{
	font-size: 0.8em;
	font-weight: bold;
}
.container
{
	width: 730px; /* border: 1px solid black; */
}
#lblPageReviewed
{
	margin-right: 10px;
}

label
{
	font-size: 0.9em;
	padding-top: 4px;
}

.inputvalues
{
	/*float: right;*/
}

select
{
	font-size: 0.9em;
}

input
{
	font-size: 0.9em;
}
input[type:"text"]
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 1px;
	background-color: Red;
	width: 146px;
}
textarea
{
	width: 342px;
	height: 65px;
	padding: 3px;
	font-family: Arial;
	font-size: 0.9em;
}

#uxContentRating label
{
	margin-right: 1px;
	margin-left: 1px;
}
#uxDesignRating label
{
	margin-right: 1px;
	margin-left: 1px;
}
#uxUsefulnessRating label
{
	margin-right: 1px;
	margin-left: 1px;
}
#uxOverallRating label
{
	margin-right: 1px;
	margin-left: 1px;
}
.numberlabel
{
	margin-right: 8px;
	margin-left: 2px;
}
.greenThing
{
	background-color: Green;
}
input[type:radio], input.radio
{
	top: 0em;
}
.longlabel
{
	/* padding-top: 5px; */
	line-height: 1;
}
.commentbox
{
	line-height: 2;
}
.necessary
{
	color: Red;
	font-weight: bold;
}
.validationerrors
{
	/* 	position: relative; 	float: right; 	color:Red; 	right: 279px; 	top: 0px; */
	color: Red;
}
.overallLabel
{
	padding-bottom: 12px;
	padding-top: 1px;
}
.validationEmailerrors
{
	/* 	position: relative; 	color:Red 	float: none; 	right: -105px; 	top: +25px; */
	color: Red;
}
.uxEmail
{
	width: 190px;
}
.numbers
{
	font-weight: normal;
	font-style: normal;
}

.greyed
{
	background-color: #E8E8E8;
	width: 220px;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	width: 233px;
	text-align: center;
}


.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#aspSubmit
{
	visibility: hidden;
}

.pageTitle
{
	border: solid 1px black;
	background-color: #DCDCDC;
}

.dropDown
{
	width: 190px;
}

p
{
	line-height: 1.2;
	font-weight:bold;
}

a
{
	cursor:hand;
}

.ratingStar{font-size:0;width:16px;height:16px;margin:0 0 0 0;padding:0;cursor:pointer;display:block;background-repeat:no-repeat}
.filledRatingStar{background:url('../Images/LibC.gif') -288px 0}.emptyRatingStar{background:url('../Images/LibC.gif') -304px 0}
.savedRatingStar{background:url('../Images/LibC.gif') -272px 0}
