#sem-message {
	padding:5px;
	background-color:#f2ecc8;
	border:solid 1px #bab282;
}

.sem-error {
	padding:10px;
	background-color:#f2c8c8;
	border:solid 1px #880000;
	margin-bottom:10px;
}

.sem-error ul {
	list-style-type:disc;
	margin:0px;
	padding:0px;
}

.sem-error ul li {
	padding:0px;
	margin-left:25px;
}

.sem-error-field {
	background-color:#f2c8c8;
	margin:2px 0;
}

.sem-error-notification {
	border:solid 1px #777;
	background-color:#eee;
	padding:5px;
}

.sem-form-section {
	display:none;
}

.sem-form-section-1, .sem-form-section.visible {
	display:block;
}

.sem-stars {
	position:relative;
	height:25px;
	width:145px;
}

.sem-star {
	position:absolute;
	top:0;
	right:0;
	height:0;
	padding-top:25px;
	display:inline-block;
	background-image:url('../images/stars.png');
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}

.sem-star:hover, .sem-star.active {
	background-position:0 -24px;
}

.sem-star-1 {
	width:145px;
}

.sem-star-2 {
	width:115px;
}

.sem-star-3 {
	width:85px;
}

.sem-star-4 {
	width:55px;
}

.sem-star-5 {
	width:25px;
}

@media (-webkit-min-device-pixel-ratio: 2) {

	.sem-star {
		background-image:url('../images/stars@2x.png');
		background-size:25px 50px;
	}

}