#header > #top-popup-banner {
	display: none;	
}

#header > #header-contents > .header1 {
	display: none;
}	

.title {
	font-size: 36px;
	line-height: 38px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin: 20px 0px 10px;
}

.sub-title {
	font-size: 18px;
	line-height: 22px;
	color: #a0a0a0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	text-align: center;
}

.input-div {
	width: 740px;
	padding: 38px 150px;
	border: 1px solid #c9c9c9;
	margin: 30px auto 70px;
}

.input-div input {
	font-size: 14px;
	color: #858585;
	font-weight: 500;
	width: 440px;
	height: 45px;
	padding: 0px 15px;
	margin-bottom: 7px;
	border: 1px solid #cecece;
	background-color: #fafafa;
}

.input-div input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 7px 10px 0px 0px;
	vertical-align: sub;	
}

label {
	font-size: 14px;
	line-height: 7px;
	color: #a0a0a0;
	font-weight: 500;
}

.btn-login {
	width: 440px;
	height: 45px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background-color: #0856ae;
	margin: 20px 0px 45px;	
}

.menu {
	width: 300px;
	margin: 0 auto;
}

.menu > li {
	float: left;
	padding-right: 12px;
}

.menu > li + li:before {
	padding-right: 12px;
  content: '|';
  font-size: 9px;
  vertical-align: text-top;
  color: #9a9a9a;
}

.menu > li:nth-last-child(1) {
	padding-right: 0px;
}

.menu > li > a {
	font-size: 14px;
	color: #404040;
	font-weight: 300;
	padding-left: 17px;
}

.menu > li:nth-child(1) > a {
	background:url(../images/icon_login03.png) no-repeat 0px 50%;		
}

.menu > li:nth-child(2) > a {
	background:url(../images/icon_login01.png) no-repeat 0px 50%;		
}

.menu > li:nth-child(3) > a {
	background:url(../images/icon_login02.png) no-repeat 0px 50%;		
}

.userCreat {
	margin: 12%;
    line-height: 1.8;
}

.sub_title2 {
	margin-right: 25px;
	color: black;
}

.id_chk {
	margin-left: 5px;
    font-family: 'Titillium Web', sans-serif;
    width: 65px;
    height: 25px;
    color: #fff;
    background-color: #002f56;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    text-indent: 1px;
    cursor: pointer;
}

.add_btn {
    margin-left: 61%;
    margin-top: 6%;
    font-family: 'Titillium Web', sans-serif;
    width: 100px;
    height: 30px;
    color: #fff;
    background-color: #002f56;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    text-indent: 1px;
    cursor: pointer;
}

.close_btn {
    margin-left: 37%;
    margin-top: 3%;
    font-family: 'Titillium Web', sans-serif;
    width: 100px;
    height: 30px;
    color: #fff;
    background-color: #002f56;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    text-indent: 1px;
    cursor: pointer;
}