h1 {
	font-size: 1px;
	text-indent: -9999px;
}
#main {
	width: 100%;
}
#mainBox {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border: 1px solid #E0E0E0;
	margin-top: 10px;
	width: 718px;
}
#mainBox h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
#mainBox table {
	margin-top: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#mainBox th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	background-color: #CCCCCC;
/*	background-color: #C0E6F2; */
/*	width: 27%; */
	padding: 10px;
	vertical-align: top;
}
#mainBox td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#mainBox input {
	vertical-align: middle;
	margin-top: 1px;
}
#mainBox .grayBox {
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#mainBox ul {
	list-style-type: none;
}
#address li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#sendReset {
	text-align: center;
	margin-top: 20px;
}

