@CHARSET "UTF-8";
#north {
	position:relative;
	display:block;
	height:180px; 
	background-color:#666;
	background:url(../images/sky2.jpg) no-repeat;
	background-size:cover; /* 100% ; */
}

#slogan {
	position:absolute;
	top:80px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:2em;
}

#sub-menu {
	position:absolute;
	bottom:10px;
	width:100%;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	line-height: 28px;
	font-size:1rem;
}

.btn-step {
	background-color: #269fde;
	width: 136px;
	font-size:1rem;
	color:#fff;
	margin-left:1em;
}

.btn-step:hover,.btn-submit:hover	{
	background-color: #46bfee; /*#0cb781*/
}
.cur-step{
	background-color: #ff8c00;
}

.btn-submit{
	background-color: #269fde;
}

p{
	text-indent: 2em;
	margin:5px 0;
}
.note{
	color:#339;
}
.warn{
	color:red;
	font-weight: bold;
}
.important{
	font-weight: bold;
}
.input-box{
	margin: 0 auto;
	padding:10px;
	border:1px solid #aaf;
	border-radius: 15px;
	width: 560px;
	text-align:left;
	font-size:14px;
}

.input-box .title{
	font-weight: bold;
	font-size:1.2rem;
	text-align:center;
	margin-bottom:10px;
}

.input-box td:nth-of-type(odd){
	text-align:right;
}
.input-box td:nth-of-type(even){
	text-align:left;
}