#ns_Main {
    width: 100%;
    padding: 70px 0;
    background-image: url(https://comet.noonspace.com/w65NoonSpace/llp/MsgInfo/shutterstock_712481395.jpg);
    background-size: cover;
    background-position-y: bottom;
}

body .meTitle{
	font-size:24px;
	padding-bottom: unset;
	margin-bottom: unset;
	border-bottom: unset;
	color: #E50012;
}
body .meCSS {
	padding: 35px 75px;
	position: relative;
	border-radius: 0;
}
body .meForm input{border: 1px solid #BBBBBB;}

table#id_Main{
    border: 6px solid #BBBBBB;
    position: relative;
    border-radius: 0;
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
}

/*標題*/
body .meForm .captionTop{text-align:left;}

/*登入按鈕*/
div#meBtn {text-align: center;}
.meForm input[type="submit"], .formButton{
	background: #BBBBBB;
	padding: 10px;
	width: 85%;
	font-weight: 700;
}
.meForm input[type="submit"]:hover, .formButton:hover{
	background: #E50012;
}
.meBtn #meJoinFormBtn a {
    margin-top: 10px;
    display: block;
}
.txt_JoinNow {
    color: #E50012;
}

.txt_QryPwdTxt1 { display: none; }

.meDesc {
    width: 100%;
    text-align: justify;
}


@media (max-width: 600px){
	.meForm input[type="submit"], .formButton{width:100%;max-width:265px;}
	body .meCSS{
		padding:35px 10px;
		max-width:unset;
		width:100%;
	}
	input#userid{margin: 10px 0;}
	a {margin-bottom: unset; margin-top:3px;}
}
@media (max-width: 400px){
	body .meCSS{width:100%;}
}