/** login ONLY */
h1 { display: none; }

h2, h3 { padding: 0; line-height: 1; }

.main { background: white; padding: 15px 50px 30px 50px; }

footer { background: none; height: 80px; }

.tel-text { width: 293px; }

.tel-img { padding-top: 19px; }

.step { margin-bottom: 20px; }
.step li { display: inline; padding-right: 1em; }

#tbl-login { width: 100%; }
#tbl-login th { width: 25%; font-weight: normal; background: #ECF8FF; }
#tbl-login td { width: 75%; }
#tbl-login td input[type=text], #tbl-login td input[type=email], #tbl-login td input[type=tel] {  }
#tbl-login td textarea { width: 95%; }
.tbl-top {
	background-color: #ECF8FF;
	text-align: center;
	height: 50px;
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
	width: 998px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.btn-center {
	width: 900px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 75px;
}
