* {
	margin: 0;
	padding: 0;
}

.fw {
	width: 100%;
}
.c {
	text-align: center;
}
a img {
	border: none;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #02307b;
	text-align: center;
	margin: 20px 0;
}

#register-form {
	color: #143454;
	margin: 0 auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#register-form h5, #register-form b.h5 {
	font-size: 16px;
	color: #0173ba;
	font-weight: normal;
	margin: 0;
}
#register-form b {
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
#register-form input {
	border: 1px solid #0273b8;
	background: url(../images/bg_input.gif) repeat-x top;
	width: 200px;
	padding: 2px;
}
#register-form input.button {
	border: none;
	background: none;
	width: auto;
	padding: 0;
	margin: 10px 0
}
#register-form select {
	width: 200px;
	padding: 2px;
}
#register-form b.star {
	margin: 0;
	display: inline;
	color: #cc1e4b;
}

.more-container {
	padding-left: 50%;
}
.more {
	padding-left: 25px;
	background: url(../images/bul1.gif) no-repeat left;
	margin: 15px 0;
}
.more a {
	color: #0282c1;
	font-weight: bold;
	text-decoration: underline;
}
.more a:hover {
	text-decoration: none;
}

p.notice {
	text-align: center;
	margin: 20px 70px;
}
p.notice strong {
	font-size: 14px;
	color: #027fbf;
}

ul.why {
	list-style: none;
	line-height: 160%;
}
ul.why li {
	padding-left: 15px;
	background: url(../images/bul2.gif) no-repeat left 8px;
}

