#overlay {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:9999;
    background-color:rgba(0, 0, 0, 0.7);
}

#overlay img {
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 0;
	left: 50%;
	top: 50%;
}

body {
	font-size: 70%;
}

img {
	border: none;
}

.valuationSet {
	float: left;
}

.valuationPointContainer {
	clear: both;
	height: 45px;
}

.valuationPointContainerAAA {
	clear: both;
}

.dataContainer {
	margin-top: 15px;
}

#logoutTab {
	float: right;
}

#reportForm .ui-widget-content {
	border: 1px solid #999;
}

#reportForm .ui-state-active {
	background: none repeat scroll 0 0 #ffbfbf;
	border: 1px solid #ff0000;
	color: #eb0000;
}

.valuationPointComment, .valuationPointCommentAAA {
	width: 70%;
}
