/* Colors:  black: #000000;  white: #FFFFFF;  red: #D5382B;  blue: #3A5278; */
/*		red: #CC3333; gold: #FFCC00; light blue: #6699CC; dark blue: #333366; */

.attribute
{
	position: relative;
	padding: 15px 0px 15px 0px;
}

.attribute_label
{
	position: absolute;
	width: 300px;
	text-align: right;
	font-weight: bold;
}

.attribute_response
{
	position: absolute;
	margin-left: 350px;
}

.asterisk
{
	color: red;
	font-weight: bold;
}

.question
{
	position: absolute;
	width: 375px;
	font-weight: bold;
	text-align: right;
}

.select
{
	position: absolute;
	margin-left: 400px;
	font-weight: normal;
}

#other
{
	position: absolute;
	margin-left: 570px;
}

.comments
{
	position: relative;
	margin-left: 100px;
}

.comments_label
{
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

.excellent
{
	position: absolute;
	margin-left: 350px;
	width: 100px;
	text-align: center;
}

.good
{
	position: absolute;
	margin-left: 450px;
	width: 100px;
	text-align: center;
}

.fair
{
	position: absolute;
	margin-left: 550px;
	width: 100px;
	text-align: center;
}

.poor
{
	position: absolute;
	margin-left: 650px;
	width: 100px;
	text-align: center;
}