@charset "utf-8";
/* CSS Document */

h3 { margin-bottom:0;}

.inside {
	border:6px solid #d8efb9;
	border-top:0px none;
	padding: 25px;
}

.inside .lead {
	background-color:#e4f4ce;
	padding:15px;	
}

#main .inside .lead p { margin-bottom:0;}

table {
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-top:20px;
	text-align:left;
	margin-bottom:0;
}

table th,
table td {
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px;
}


th { background-color:#f3faea; color:#5f9a0f; text-align:center;}

.border-bold { border-bottom:2px solid #CCC;}
.border-dot { border-bottom:1px dotted #CCC;}

#main ul { margin-bottom:0;}
#main ul li.nomark { background-image:none; padding-left:2px;}


.btn {
	padding:10px;
	margin: 0 auto;
	text-align:center;
}