
#mainArea h1 {
	width: 800px;
	margin: 20px auto;
	padding-left: 20px;
	border-left: 10px solid #14a6dd;
	font-size: 24px;
}

#mainArea section {
    width: 800px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

#mainArea section p {
	margin-bottom: 20px;
}
#mainArea section dl {
	margin-bottom: 40px;
	padding: 1em 0.9em;
	background-color: #eee;
}
#mainArea section dl dt {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
#mainArea section h2,
#mainArea section p em {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #73bd5b;
}
#mainArea section p span {
	display: inline-block;
	padding: 2px 5px;
	background-color: #f80;
	color: #fff;
}
#mainArea section table {
	width: 800px;
	margin: 0 auto 20px;
	border-collapse: separate;
}
#mainArea section table th {
	width: 130px;
	padding: 8px 0 8px 50px;
	background-color: #14a6dd;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	position: relative;
}
#mainArea section table th span {
	display: inline-block;
	padding: 2px 5px;
	background-color: #f80;
	color: #fff;
	top: 6px;
	left: 10px;
	position: absolute;
}
#mainArea section table td {
	padding: 8px 16px;
	background-color: #aae2f7;
	border: 1px solid #fff;
}
#mainArea section table td input {
	width: 75%;
	padding: 1px 2px;
	font-family: inherit;
	line-height: 1.5;
	font-size: 1em;
	zoom: 1;
}
#mainArea section table td input.w30 {
	width: 20%;
}
#mainArea section table td textarea {
	width: 100%;
	height: 100px;
	font-family: inherit;
}
#mainArea section .btnArea,
#mainArea section .button {
	text-align: center;
}
#mainArea section .btnArea input,
#mainArea section .button button {
	width: 200px;
	height: 30px;
	margin-right: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	-moz-box-shadow: 1px 1px 2px #e7e7e7;
	box-shadow: 1px 1px 2px #e7e7e7;
	color: #333;
	font-weight: bold;
	letter-spacing: 10px;
}
#ssl-icon {
	position: absolute;
	top: 250px;
	right: 20px;
}
