.form {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

.label {
	border-bottom: 1px solid #e3e1d6;
/*	border-bottom: 1px solid #eaeaea;*/
	width: 120px;
}

.required {
	color: #d84815;
	padding-right: 3px;
}

.separator {
	font-weight: bold;
	width: 100%;
	color: #333333;
	font-size: 1em;
	border-bottom: 1px solid #d2d0c6;
/*	border-bottom: 1px solid #ccc;*/
	margin-bottom: 0.5em;
}

.text_field_s {
	width: 20px;
}

.form td {
	padding: 2px 0px 2px 0px;
}

.text {
	width: 250px;
	height: 100px;

}

input, .text {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 1em;
}

.submission_choice {
	width: 100%;
	border: 3px solid #ccc;
}

.submission_choice td.left img {
	border: 0;
}
.submission_choice td.right img {
	border: 1px solid #666;
}
.submission_choice td {
	padding: 5px 5px 5px 15px;
	width: 50%;
	background: #f6f4e8;
	vertical-align: top;
}
.submission_choice td.left {
	width: 50%;
	background: #dfeef1;
	border-right: 1px solid #e0dad0;
}

.scorecard {
	padding: 0;
	margin: 0;
	width: 600px;
}


.scorecard_layout td {
	vertical-align: top;
}

.scorecard_layout td.header {
	padding-bottom: 10px;
}
.scorecard td {
	padding: 3px;
	
}

.scorecard_choice {
	background: #ededed;
	margin: 0 auto;
/*	background: #f6f4e8;*/
/*	width: 100%;*/
}

.scorecard_choice td {
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.scorecard_choice td a {
	text-transform: uppercase;
	text-decoration: none;
}


.scorecard_choice .thumbnail {
	background: #b8babc;
	width: 30px;
}

.scorecard_choice .thumbnail img {
	border: 1px solid #fff;
}



.sidebar {
	padding: 0px;
	text-align: left;
}
.score_field {
	width: 100px;
	text-align: center;
}

.category_score_field {
	text-align: center;
	width: 45px;
}

.scale {
	text-align: right;
}
.score_category {
	font-size: 1.05	em;
	font-weight: bold;
	color: #c31f32;
	width: 170px;
}

.scorecard_instructions {
	background: #ffffff;
/*	background: #f4ece3;*/
	color: #111111;
	padding: 5px 10px 5px 10px;
	border: 5px solid #f4ece3;
	margin-top: 4em;
}

.scorecard_instructions p {
	line-height: 1.5;
}

.scorecard_instructions h4 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	letter-spacing: -0.5px;
	color: #ae9674;
	margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight: normal;
}


.result_label {
	color: #c31f32;
	font-weight: bold;
	font-size: 0.9em;
}

.indicators_label {
	color: #b7b9bb;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #b7b9bb;
}

.indicators_label_alt {
	color: #cbae86;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	border-right: 1px solid #cbae86;
}

.final_row td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
}

.indicators {
	font-size: 0.9em;
}

.light_label {
	color: #b7b9bb;
	font-size: 0.9em;
	font-weight: bold;
}

.alt_row_bg {
	background: #f6efe4;
}

.alt_row_bg2 {
	background: #e6e4d9;
}

.existing_form {
	width: 600px;
/*	background: #f6efe4;*/
/*	border: 2px solid #f6efe4;*/
}

.existing_form td {
	padding: 5px;
	white-space: nowrap;
}

.long {
	width: 300px;
}

.story_text {
	width: 500px;
	height: 150px;
}

.alert {
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
/*	text-transform: uppercase;*/
}

.alert-red {
	color: red;
	}
