.form-section-label
{
	font-size:     1.1em;
	font-weight:   bold;
	color:         #7ea2a6;
	margin-bottom: 5px;
}

.form-field 
{
	/*line-height: 20px;*/
	margin-bottom: 5px;
}

.photo-rating-input,
.form-field label
{
	float: left;
/*	height: 20px;*/
	width: 150px;
}

.form-field input[type=text]
{
	width: 250px;
}

.form-field textarea
{
	width: 400px;
	height: 80px;
}

.form-field-example
{
	font-size: 11px;
	padding-left: 150px;
}


.photo-rating-input img
{
	vertical-align: top;
}


