/* CSS Document */

.container {
	margin-top:30px;
	width:400px;
}

p {
	font-size:12px;
	line-height:1.8;
	margin-bottom:20px;
}

p img {
	margin-bottom:6px;
}

.main_bx {
	width:400px;
}

.table {
	border-top:none;
	border-left:1px solid #44bb00;
}

.table td, .table th {
	font-size:10px;
	font-weight:normal;
	padding:4px;
}

.table th {
	color:#ffffff;
	border-right:1px solid #ffffff;
	background-color:#44bb00;
}

.table td {
	border-right:1px solid #44bb00;
	border-bottom:1px solid #44bb00;
}