#ajax_load {
	position: absolute;
	width: 100%;
	height: 10000%;
	top: 0;
	left: 0;
	background-color: gray;
	z-index: 10050;
	opacity: 0.5;
	display: none;
}

#ajax_load p {
	font-weight: bold;
	font-size: 20px;
	color: white;
	margin-left: 100px;
	margin-top: 300px;
}

#black_fon {
	position: absolute;
	width: 100%;
	height: 10000%;
	top: 0;
	left: 0;
	background-color: gray;
	z-index: 95;
	opacity: 0.5;
	display: none;
}

p.error, p.success, p.message {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;	
}

p.error {
	color: #EF7777;
}

p.success {
	color: #A4C4A8;
}

#reload_btn img {
	cursor: pointer;
}

#vision_link {
	text-align: right;
	margin-bottom: 30px;
	font-size: 18px;
}