﻿body 
{
	font:12px arial;
	background-color:#e4e4e4;
	text-align:center;
}

h1
{
	margin:0px;
	font-size:18px;
}

input[type="text"]
{
	width:250px;
	font:12px arial;
	border:solid 1px silver;
}

textarea
{
	width:250px;
	height:100px;
	font:12px arial;
	border:solid 1px silver;
}

table[id="formt"]
{
	border:solid 1px silver;
	width:400px;
	background-color:#fafbfb;
}

.validator
{
	float:left;
}

#Message
{
	border:solid 1px gray;
	background-color:White;
	position:fixed;
	top:40%;
	left:40%;
	height:20%;
	width:20%;
	text-align:center;
	
	
	display:none;
}
