@charset "utf-8";

<
style> /*for the red color error messages*/ .errors {
	color: #900;
	font-size: 12px;
}

.hiddenField {
	display: none;
}

/*for the loading symbol*/
.loading {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
}

.non-drinker {
	background: url(../images/nondrinker.png) scroll left top no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}

.sensible {
	background: url(../images/sensible.png) scroll left top no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}

.harmful {
	background: url(../images/harmful.png) scroll left top no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}

.hazardous {
	background: url(../images/hazardous.png) scroll left top no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}

.n-drinker{
	color:#007db2;
	font-size:20px;
}

.s-drinker{
	color:#069f0d;
	font-size:20px;
}

.harm-drinker{
	color:#d87200;
	font-size:20px;
}

.haz-drinker{
	color:#d80300;
	font-size:20px;
}

.audit {
	width: 14px;
	height: 14px;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-top: 3px;
}

.white-color {
	color: #ffffff;
}

.border-radius {
	border: 3px solid #e6e6e5;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 150px;
	height: auto;
}


</style>