body {
	background-color: #232f3d;	
}

section {
	width: 100%;
	}
	
section #section_wrap {
	width: 100%;
	padding: 170px 0;
	background-color: #fff;
	}

section #section_wrap div.form {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: center;
	padding: 125px 10px;
	box-shadow: 3px 3px 1px #ebebeb;
	}

section #section_wrap div.form div.remember_id {
	width: 350px;
	margin: 0 auto 20px;
	text-align: right;
	}
	
section #section_wrap div.form input {
	
	}

section #section_wrap div.form input[name='admin_ids'],
section #section_wrap div.form input[name='pw'] {
	width: 350px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 10px;
	margin: 5px;
	}

section #section_wrap div.form input[type='button'],
section #section_wrap div.form input[type='reset'] {
	width: 110px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 8px;
	margin: 0px;
	cursor: pointer;
	}