body{
	background:url('./img/2.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed, scroll;
	background-position:center center;
}



.member_container {
	width: 100%;
	height: 100%;
}


.member_outer {
	display: table;
	width: 95%;
	height: 100%;
	margin:auto;
}
.member_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.member_centered {
	position: relative;
	display: inline-block;
	padding: 1em;
	background: #fff;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	margin-top:30px;
	margin-bottom:30px;
}

.frm_input {
	width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); width: expression(100% - 20px);
	border: 1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 9px;
	font-size:15px;
	font-weight:400;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
}


input[type="submit"] {
	width: 100%;
	border:none;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	background:#009beb;
	color:#fff;
	font-weight:700;
	font-size:15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}



textarea {
	width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); width: expression(100% - 20px);
	height:150px;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	font-size:15px;
	font-weight:400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.button {
	display: inline-block;
	width: calc(100% - 20px);
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	background:#6d6d6d;
	color:#fff;
	font-weight:700;
	font-size:15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#fff !important;
	text-align: center;
	vertical-align: middle;
}



.member_form_area { height: calc(100% - 50px); overflow: auto; margin-top: 10px; }
.member_form_area > ul.member_form { border-bottom: 1px solid #e8e8e8; }
.member_form_area > ul.member_form > li { float: left;  width: 400px; padding: 7px 0px 7px 0px; text-align: left;  }
.member_form_area > ul.member_form > li:first-child { width: 140px; font-weight: 500; padding-left: 10px;  }

.member_form_area input[type="text"] { 
	width: calc(100% - 20px); border: 1px solid #dddddd; height: 20px;
	border-radius: 5px; padding: 5px;
}
.member_form_area input[type="password"] { 
	width: calc(100% - 20px); border: 1px solid #dddddd; height: 20px;
	border-radius: 5px; padding: 5px;
}
.member_form_area input[type="number"] { 
	width: auto; border: 1px solid #dddddd; height: 20px;
	border-radius: 5px; padding: 5px;
}
.member_form_area select { 
	width: auto; border: 1px solid #dddddd; 
	border-radius: 5px; padding: 5px;
}
.member_form_area textarea { 
	width: calc(100% - 20px); border: 1px solid #dddddd; height: 150px;
	border-radius: 5px; padding: 5px;
}


@media screen and (max-width:600px) {
	.member_form_area > ul.member_form { border-bottom: 1px solid #e8e8e8; }
	.member_form_area > ul.member_form > li { float: left;  width: 100%; padding: 7px 0px 7px 0px; }
	.member_form_area > ul.member_form > li:first-child { width: 100%; font-weight: 700; padding-left: 0px;  }
}

