.find_error_block{
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 1000000;
}
.find_error_block a{
	color: #FFF;
	font-weight: bold;
	padding: 15px 30px 15px 15px;
	display: block;
	cursor: pointer;
}
.agFindErrorFullBlock{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000000;
	width: 100%;
	height: 100000px;
	background: #EAEAEA;
	opacity: 0.3;
	cursor: crosshair;
}
.agFindErrorBody{
	overflow: hidden;
	position: relative;
}
.agFindErrorTarget{
	position: absolute;
	z-index: 10000001;
}
.agFindErrorTarget i{
	color: #990000;
	margin-top: -6px;
	margin-left: -6px;
	display: block;
}
.agFindErrorTarget textarea{
	border-top-right-radius: 10px;
	margin-left: 10px;
}
.agFindErrorTarget button{
	width: 100%;
	line-height: 30px;
	margin-left: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 1px;
	border-style: solid;
	background: #F78F8F;
}
.agFindErrorThankYou{
	position: fixed;
	z-index: 10000002;
	top: 40%;
	left: 50%;
	margin-left: -200px;
	margin-top: -75px;
	padding: 20px;
	background: #FFF;
	text-align: center;
	max-width: 400px;
	width: 100%;
	height: 150px;
	border-radius: 10px;
}
.agFindErrorThankYou i{
	color: #009900;
	font-size: 50px;
	display: block;
}
.agFindErrorErrors{
	color: #990000;
	font-weight: bold;
	background: #fff;
	padding: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 10px;
	width: 100%;
}
#agFindErrorMessageText{
	background: #F78F8F;
	color: #FFF;
	padding: 10px;
	border-radius: 10px;
	border-top-left-radius: 0;
	margin-left: 10px;
	max-width: 400px;
}
.agFindErrorHelp{
	background: #EFBB62;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 300px;
	border-radius: 10px;
	z-index: 10000005;
	padding: 20px;
}
.agFindErrorExit{
	position: fixed;
	top: 10px;
	right: 10px;
	color: #990000;
	font-size: 30px;
	z-index: 10000008;
	cursor: pointer;
}