/* CSS Document */
.pageHead
{
	display:block;
	padding:5px;
	color: white;
	background-color:rgba(79,72,73,0.50);
	font-size:25px;
	margin-bottom: 5px;
	
}
.error
{
	color:Red;
	text-align:center;
	transition:ease-in-out 1s;
	font-style:italic;
}
.success
{
	color : green;
	display:block;
	font-style:italic;
	transition: ease-out 1s;
	border: silver thin solid;
	border-radius: 80px/5px;
	box-shadow: 0px 2px #878383;
	
}
.table
{
	margin: 0px auto;
	text-align: center;
	
	
}
.footer
{
	height: 25px;
	color: white;
	text-align:center;
	font-style:italic;
	font:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	left: 0px;
	right:0px;
	bottom: 0px;
	
}
