.appraise-container {
	border: solid 1px LightGray;
	background: white;
	border-radius: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

.appraise-container .column-content h2 {
	font-size: 2em;
}

div.score p {
	display: inline-table;
	margin: 1px;
}

div.score {
	display: block;
	position: relative;
}

div.score .portal-label,
div.score .telephone-label,
div.score .mail-label {
	width: 20px;
	height: 20px;
	border: solid 1px LightGray;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	text-align: center;
	position: relative;
	top: -20px;
	z-index: 10;
	background-color: #ffffff;
}
 
 div.score .portal-input,
 div.score .telephone-input,
 div.score .mail-input  {
 	border: 0;
	margin: 2px;
	z-index: 1;
 }

p.star-hover label {
	background: url(../images/dot-hover.png) no-repeat scroll 50% 70%
		transparent;
}

p.star-on  label {
	background: url(../images/dot-on.png) no-repeat scroll 50% 70%
		transparent;
}

div.column2 {
	background: LightGray;
}

.appr-button {
	margin: 30px;
}

.opinion-thanks {
	text-transform: uppercase;
	font-size: 20px;
}
.opinion-container{
	padding: 20px;
}

div.opinion-comment {
	margin-left: 5%; width: 90%;
	font-style: italic;
}