@CHARSET "UTF-8";

.top {
	width: 100%;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
}

.top ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.top li {
	display: inline;
	padding-left: 5px;
}

.top a {
	color: #000000;
	text-decoration: none;
}

#marginTop {
	width: 100%;
	height: 10px;
}

.boxLogo {
	margin: 0 auto;
	width: 500px;
	height: 37px;
}

.boxLogo > .l {
	float: left;
	padding-left: 2px;
}

.boxLogo > .r {
	float: right;
	padding-top: 5px;
	padding-right: 2px;
}

.box #message {
	width: 100%;
	height: 28px;
	color: #c40000;
	font-size: 12px;
	padding-top: 30px;
}

.box {
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #bfbfbf;
	margin: 0 auto;
	width: 500px;
	height: 280px;
	text-align: center;
}

.box ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}

.box li {
	padding-bottom: 15px;
	height: 60px;
}

.box input[type="text"] {
	width: 62%;
	height: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8;
	border-radius: 1px;
	padding: 0 10px 0 50px;
	background-image: url("../img/signin/id.png");
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	color: #7f7f7f;
	font-size: 16px;
}

.box input[type="password"] {
	width: 62%;
	height: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8;
	border-radius: 1px;
	padding: 0 10px 0 50px;
	background-image: url("../img/signin/pw.png");
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	color: #7f7f7f;
	font-size: 16px;
}

.box input[type="submit"] {
	width: 227px;
	height: 41px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	border-radius: 3px;
	background-color: #595959;
	color: #ffffff;
	font-size: 16px;
}

.inputText {
	color: #7f7f7f;
	width: 150px;
	position: relative;
	top: -31px;
	left: 77px;
}

.boxTail {
	margin: 0 auto;
	width: 500px;
	padding-top: 10px;
	text-align: right;
}


.boxTail a {
	color: #cc9900;
}


/*
table {
	border: 1px solid #444444;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #444444;
	padding: 5px 5px;
}

input[type="text"] {
	width: 400px;
}

input[type="submit"] {
	width: 300px;
}
*/