.overbox	{
	padding : 10px;
	position : absolute;
	left : 0px;
	top : 0px;
	line-height : 1em;
	border : solid 1px #888888;
	border-radius : 10px;
	box-shadow : 10px 10px 10px rgba(0, 0, 0, .5);
	background : white;
	margin-top : -600px;
	width : 90%;
	max-width : 370px;
	margin-left : 5%;
	z-index : 1000;
	color : black;
	}
#messagehide 	{
	float : right;
	font-size : 1em;
	padding : 5px 20px;
	}
#message input[type="button"]	{
	margin-top : 10px;
	font-size : 1em;
	border-radius : 10px;
	}
#message	{
	font-size : 1em;
	}

