﻿.infodiv {
	font-size:100%;
	position:absolute;
	visibility:hidden;
	text-align: left;
	background-color:white;
	width: 400px;
	border:3px #FF0000 dashed; 
	border-spacing: 3px;
	padding:5px;		
}

.admin { 
	font-weight: bold; 
	color: #FF0000; 
}

.warning {
	background-image: url('images/background.gif');
	background-repeat:repeat;
	border:1px dotted #FF0000; 
	width:80%;
	left:10%;
	margin-bottom: 19px;
	padding:10px;
}

#msg {
	width: 475px;
	height: 250px;
}
.contentdiv 
{
	width:96%;
	margin-left:2%;
	margin-right:2%;

}

