@import url("../basic.css");

div#baiden h3 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #009400;
	border-right-color: #009400;
	border-bottom-color: #009400;
	border-left-color: #009400;
	border: medium double #F90000;
	width: 300px;
	left: inherit;
	right: auto;
	background-color: #FEF8AB;
	margin-top: 20px;
	margin-right: 250px;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
div#baiden li {
	font-weight: bold;
	color: #000;
	list-style-image: url(../img/icon_arrow.gif);
}
div#baiden p span {
	text-align: center;
}
div#baiden table {
font-size: 16px;
font-weight: bold;
border-top: 2px solid #999;
border-left: 2px solid #999; }

div#baiden th {
background-color:#fc3;
padding: 10px 3px;
border-right: 2px solid #999;
border-bottom: 2px solid #999; }

div#baiden td {
text-align:center;
padding: 10px 3px;
border-right: 2px solid #999;
border-bottom: 2px solid #999; }


div#baiden div.caution {
border: outset #084;
padding:10px;
background-color: #ffc;
margin-top: 20px;
margin-bottom: 20px; }

div#baiden div {
	margin:0 40px 40px;
}

