#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;	
	border: 1px solid gray;
	border-radius: 6px;
	padding: 5px;
}

p.error {
	background-color: #F2AEAF;
}

p.success {
	background-color: #AFEDB4;
}

p.message {
	background-color: #B2B2B2;
}

#reload_btn img {
	cursor: pointer;
}