@charset "utf-8";

body {
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.wrapper {
	width: 970px;
	max-width: auto;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 1px 1px 5px 1px #999999;
	box-shadow: 1px 1px 5px 1px #999999;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}
.header {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.footer{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #666666;
	font-size: 10pt;
}
.footer .copyright {
	float: left;
	margin-right: 25px;
	width: 45%;
}
.footer .footerCol2 {
	float: right;
	width: 50%;
	text-align: right;
}
.mainContent {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 25px;
	height: auto;
	border-radius: 25px;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px 1px #CCCCCC;
	box-shadow: 1px 1px 2px 1px #CCCCCC;
}
.div {
	border-bottom: 1px dotted #CCCCCC;
}
input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
