.button {
	float: left;
	height: auto;
	width: 220px;
}
.status_on_1 {
	float: left;
	height: 5px;
	width: 5px;
	margin-top: 12px;
	margin-right: 20px;
	background-color: #000000;
}
.text {
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 195px;
	margin-top: 5px;
	color: #000000;
}
.status_off_1 {

	float: left;
	height: 5px;
	width: 5px;
	margin-top: 12px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.line {
	float: left;
	height: 1px;
	width: 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

