div.modal {
	position: fixed;
	z-index: 99;
	float: left;
	box-shadow: 5px 5px 10px black;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
}

#modal_div div {
	background-color: white;
	width: 100%;
}

#modal_div img {
	margin-top: 5px;
	border: none;
}

#modal_div p {
	margin: 10px;
}

#modal_div div.err_header {
	border: none;
	background-color: red;
	text-align: right;
	color: #FE9E9E;
	font-weight: bold;
}

#modal_div div.err_content {
	border: none;
	background-color: #FE9E9E;
	text-align: center;
	color: red;
}