@charset "utf-8";
/* CSS Document */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: center;
	background-color: #F7FAFA;
}

form{
	margin: 0px;
}

.form{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #F5FAFA;
	border: 1px inset #6B7FB8;
}

.submitBtn{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #6B7FB8;
	border: 1px outset #F5FAFA;
	color: #F5FAFA;
	font-weight: bold;
}