* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
}

#login_div {
	position: relative;
	box-shadow: 0px 0px 4px #f9f9f9;
	text-align: center;
	height: 350px;
	border: 1px solid gainsboro;
	margin: 0 auto;
	margin-top: 50px;
}

li {
	height: 30px;
	cursor:pointer;
}

#logo_head {
	width: 1190px;
	height: 95px;
	margin: 0 auto;
}

#login_mark {
	position: relative;
	top: 15px;
	width: 120px;
}

#membername {
	padding-left: 20px;
	border-radius: 5px;
	position: relative;
	width: 305px;
	height: 40px;
	top: 85px;
}

#memberpass {
	padding-left: 20px;
	border-radius: 5px;
	width: 305px;
	height: 40px;
	position: relative;
	top: 100px;
}

input {
	border: 1px solid #f9f9f9;
}

#forgetpass {
	color: #22B3C9;
	font-size: 13px;
	position: relative;
	top: 115px;
	left: 129px;
}

#login_btn_div {
	position: relative;
	top: 145px;
}

#login_btn {
	width: 320px;
	height: 40px;
	background-color: #22B3C9;
	border: none;
	border-radius: 5px;
	color: white;
}

#setorgpass_btn {
	width: 320px;
	height: 40px;
	background-color: #22B3C9;
	border: none;
	border-radius: 5px;
	color: white;
}

.footer {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	top: 150px;
	color: #333333;
	font-size: 12px;
}