@charset "EUC-KR";

.member {
	font-size: 50px;
	text-shadow: 0 0 10px #666;
	color: #004080;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
	font-family: "¸¼Àº °íµñ";
	font-style: italic;
}

body {
	font-family: "¸¼Àº °íµñ";
	font-size: 12px;
}

#text_On {
	text-decoration:underline;
	font-size:10pt;
	font-weight:bolder;
}

.form {
	width: 498px;
	height: 300px;
	border-radius: 25px;
	border: 5px double #999;
	margin: 30px auto;
}

.form2 {
	width: 380px;
	min-width: 320px;
	height: 200px;
	margin: 60px auto;
	margin-left: 20px;
}

.form3 {
	float: left;
	/*   background:#f00;  */
}

.form3 label {
	width: 100px;
	height: 20px;
	display: block;
	float: left;
}

.form4 {
	padding: 0px 0px 0px 100px;
}

#wrap {
	width: 600px;
	height: 500px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

input[type="text"] {
	background-color: transparent;
	width: 200px;
	height: 31px;
	border: thin solid #dfdfdf;
	text-align: auto;
}

input[type="password"] {
	background-color: transparent;
	width: 200px;
	height: 30px;
	border: thin solid #dfdfdf;
	text-align: auto;
}

input[type="submit"] {
	float: left;
	/*  display:block; */
	height: 69px;
	background: #91c8ff;
	border-radius: 1px;
	border: none;
	font-family: "¸¼Àº °íµñ";
}

input[type="button"] {
	height: 30px;
	background: #c0c0c0;
	border-radius: 5px;
	/*  width: 140px; */
	font-family: "¸¼Àº °íµñ";
	margin-top: 10px;
	margin-right: 20px;
}

input[type="checkbox"] {
	margin-top: 20px;
}