.postureitem{
	background-color: #FFFFFF;
}

.postureitem-fail{
	background-color: #FFA48A;
}

.posturepanel-fail{
	background-color: #FFFFFF;
	border : 1px solid #FFA48A;
	height: 220px;
}

.postureitem-warn{
	background-color: #FBE28A;
}

.posturepanel-warn{
	background-color: #FFFFFF;
	border : 1px solid #FBE28A;
	height: 220px;
}

.posturemoreinfo{
	text-align: center;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.posturepanel{
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}