﻿/****
Defines the layout of the website.
****/

div#ex_dis
{
	display:none;background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	position: absolute;
	border: 4px solid #FF933E;
	padding: 10px;
	display:none;
	z-index: 10000;
	width:400px;
	top:100px;
	left:265px;
}
