.stylish-button {
	height: 24px;
}
.stylish-header {
	background-image: url(/ipass/svc/elle_admin/images/bt_1.gif);
	width: 21px;
	float: left;
}
.stylish-body {
	padding-top: 5px;
	background-image: url(/ipass/svc/elle_admin/images/bt_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: "돋움", "굴림", "Tahoma";
	font-weight: bold;
	text-decoration: none;
	color:#ab6165;
	float: left;
	cursor: pointer;
}
.stylish-body:hover {
	color:#FF0033;
}
.stylish-footer {
	background-image: url(/ipass/svc/elle_admin/images/bt_2.gif);
	width: 11px;
	float: left;
}
.stylish-layer {
	width: 950px;
}
.layer-header {
	background-image: url(/ipass/svc/elle_admin/images/layer_top.png);
	background-repeat: no-repeat;
	height: 9px;
}
.layer-body {
	background-image: url(/ipass/svc/elle_admin/images/layer_body.png);
	background-repeat: repeat-y;
	min-height: 30px;
	padding: 10px;
}
.layer-footer {
	background-image: url(/ipass/svc/elle_admin/images/layer_bottom.png);
	background-repeat: no-repeat;
	height: 9px;
}

.board-header {
	font-weight: bold;
	color: #c04e4e;
	padding-left: 5px;
	padding-bottom: 5px;
}
.board-body {
}
.board-footer {
	text-align: center;
	padding-top: 5px;
}
#main-board {
	background-color: #e2d1be;
	width: 100%;
	text-align: center;
	border-spacing: 1px;
	border-collapse: collapse;
}
#main-board th {
	color: #fff;
	background-color: #d1b098;
}
#main-board th, #main-board td {
	padding: 5px;
	border: 1px solid #e2d1be;
}
#main-board .odd-row {
	background-color: #fff;
}
#main-board .even-row {
	background-color: #f0e8Df
}
#main-board .board-title {
	text-align: left;
}