#facebox .b {
	background:url(/facebox_master/b.png);
	}

#facebox .tl {
	background:url(/facebox_master/tl.png);
	}

#facebox .tr {
	background:url(/facebox_master/tr.png);
	}

#facebox .bl {
	background:url(/facebox_master/bl.png);
	}
#facebox .br {
	background:url(/facebox_master/br.png);
	}
#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	}
#facebox .popup {
	position: relative;
	}
#facebox table {
	margin: auto;
	border-collapse: collapse;
	width:auto;
	}
#facebox td {
	border-bottom: 0;
	padding:0;
	}
#facebox .body {
	padding: 10px;
	background: #fff;
	width: 500px;
	}
#facebox .loading {
	text-align: center;
	}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
	}
#facebox .close {
	float: right;
	margin-top: 10px;
	}
#facebox h1 {
	color: #0b5be5;
	font-size: 1.8em;
	margin: 10px 0 20px 0;
	}
#facebox p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#facebox p a {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	}
#facebox p a:hover {
	text-decoration: underline;
	}
#facebox ul {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #0b5be5;
	list-style-type: square;
	list-style-position: outside;
	}
#facebox ul li {
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 10px;
	}
#facebox ul li span {
	color: #000;
	}
#facebox ul li a {
	color: #0b5be5;
	text-decoration: none;
	font-weight: bold;
	}
#facebox ul li a:hover {
	text-decoration: underline;
	}