#divform
{
	position:relatvie;
	margin:auto;
	width:450px;
	height:300px;
	background:grey;
	border-radius:4px;	
}
#form_tab
{
	margin:auto;
	
}
#form_tab tr .error
{
	color:#ff6666;
	vertical-align:top;
}
p
{
	font-size:30px;
}
.Button
{
	border-radius:4px;	
	border:solid white .5px;
	color:white;
	background:#666666;
	height:30px;
	width:70px;
	font-size:15px;
}
.Button:hover
{
	background:lightgrey;
	transition: 0.5s;
	opacity:3;
	color:#666666;
	border:solid #666666 .5px;
}