/* Modal CSS definitions */	

#modal_overlay {  
  background-color:#000;  
}

.modal_frame {
	minwidth: 400px;
	minheight: 300px;
	background: white;
	border: 8px solid #333;
	padding: 15px;
}

.modal_header {
	font-size: 20px;
	font-color: black;
	margin-bottom: 20px;
}

.modal_body {
	font-size: 14px;
	font-color: gray;
}
