#lm_modalCover {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#lm_modalWrapper {
	opacity: 0;
	position: fixed;
	top:100px;
	z-index: 500;
	width: 400px;
	background: url(/images/login/BgLoginBox.png);
	-webkit-transform: translate3d(0,0,0);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
#ModalTitleBox {
	padding: 0;
	margin: 0 0 10px !important;
	border: none;
	background: none;
}
#ModalTitleBox h1 {
	background-color: rgba(137,162,34,0.8);
	width: 380px;
	margin: 0;
	padding: 12px 0 10px 20px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
}
#lm_modalWrapper #RegistCb, #lm_modalWrapper #RegistSns {
	width: 360px;
	padding: 20px;
	margin-bottom: 10px;
	border: none;
	border-radius: 4px;
}
#lm_modalWrapper #RegistCb{
	height: 80px;
}
#lm_modalWrapper #RegistCb p, #lm_modalWrapper #RegistSns p {
	line-height: 140%;
}
.InputBox {
	margin: 10px 0;
}
.BtnSubmit {
	font-size: 16px;
}
#SocialAccount {
	list-style: none;
	padding: 0 16px 0;
	overflow: hidden;
}
#SocialAccount li {
	float: left;
	margin: 0 8px;
}
#SocialAccount a {
	width: 66px;
	height: 0;
	padding-top: 66px;
	display: block;
	overflow: hidden;
	line-height: 1.6;
	background: url(/images/format/IconSquareSns.png) no-repeat;
}
#SocialAccount a:hover {
	background: url(/images/format/IconSquareSns_on.png) no-repeat;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#Twitter a, #Twitter a:hover {
	background-position: 0 0;
}
#Facebook a, #Facebook a:hover {
	background-position: -66px 0;
}
#Google a, #Google a:hover {
	background-position: -132px 0;
}
#Tumblr a, #Tumblr a:hover {
	background-position: -198px 0;
}
.BtnSubmitBox {
	margin: 20px auto 20px;
}
#RegistCb .BtnSubmit {
	padding: 10px 81px;
}
#lm_modalWrapper h2 {
	background: url(/images/format/MarkerLeaf.png) left center no-repeat;
	padding-left: 23px;
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 100%;
}
#BtnRemind {
	width: 230px;
	height: 24px;
	margin: 0 auto;
}
#BtnRemind a {
	display: block;
	width: 230px;
	height: 0;
	padding-top: 24px;
	background: url(/images/login/BtnRemind_off.png) no-repeat;
	overflow: hidden;
	line-height: 1.6;
	margin: 0 auto;
}
#BtnRemind a:hover {
	background: url(/images/login/BtnRemind_on.png);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#SignUp {
	padding: 20px 0 15px;
	text-align: center;
	background: #F3F2ED;
	border: none;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
}
#SignUp p {
	color: #333;
	font-size: 11px;
	font-weight:normal;
}
#SignUp .BtnSubmitBox {
	margin: 0;
}
#SignUp .BtnSubmitBox .BtnSubmit {
	color: #87A30A;
	background: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 17px;
	margin: 10px 0 0;
	border: 1px solid #9CB238;
}
#SignUp .BtnSubmitBox .BtnSubmit:hover {
	background: #F4F8E6;
}