.Text
{
	width:90%;
	height:auto;
	color:#610002;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	margin:auto;
	margin-bottom:20px;
}
.Form
{
	width:90%;
	height:290px;
	margin:auto;
}
.Form table td
{
	font-weight:bold;
	color:#7a2239;
}

input[type="submit"] 
{
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333233), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #333233 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #333233 5%, #000000 100%);
	background:-o-linear-gradient(top, #333233 5%, #000000 100%);
	background:-ms-linear-gradient(top, #333233 5%, #000000 100%);
	background:linear-gradient(to bottom, #333233 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333233', endColorstr='#000000',GradientType=0);
	background-color:#333233;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
input[type="submit"]:hover 
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333233));
	background:-moz-linear-gradient(top, #000000 5%, #333233 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #333233 100%);
	background:-o-linear-gradient(top, #000000 5%, #333233 100%);
	background:-ms-linear-gradient(top, #000000 5%, #333233 100%);
	background:linear-gradient(to bottom, #000000 5%, #333233 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333233',GradientType=0);
	background-color:#000000;
}
input[type="submit"]:active 
{
	position:relative;
	top:1px;
}
