@charset "utf-8";
#mainContent {
	text-align: center;
}
#mainContent #title {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
#mainContent a  {
	color: #0CC;
	text-decoration: none;
}
#mainContent form h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0CC;
}
#mainContent form {
	width: 950px;
	background-image: url(../Images/grad3.png);
	text-align: center;
}
#mainContent form table tr td {
	text-align: center;
}
#mainContent form table tr td input {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#mainContent form strong input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #0CC;
	margin-bottom: 10px;
	padding: 5px;
}
#mainContent form strong input:hover {
	color: #FFF;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0CC;
}
