

.checkbox_object {
	/* width: 		1028px; */ /* NEVER ever use absolute size on reusable objects */
	width:1028px;
	border-bottom: 1px solid #cccccc;
	float:left;
}

.checkbox_object .number {
	float:			left;
	font-size:		46px;
	height:80px;
	width:50px;
	font-weight:	bold;
	text-align:		center;
	margin: 4px -12px 0px 8px;
}

.checkbox_object .chbox_container {
float:			left;
	font-size:		46px;
	height:80px;
	width:50px;

}
.checkbox_object .checkbox_frame {
	float:			left;
	height:			30px;
	width:			30px;
	border:			1px solid #999999;
	background:		#FFFFFF;
	margin: 16px 0px 10px 16px;
}

.checkbox_object .check_text
{
	float:			left;
	margin: 16px 0px 0px 16px;
	width:800px;
}

.check_text  .text_a {
	font-size:		16px;
	line-height:	12px;
	font-weight:	bold;
	padding:		0 0 0px 0;
	margin:0 0 5px 0;
}

.check_text .text_b {
	line-height:	13px;
	font-size:		12px;
	font-weight:bold;
}

.checkbox_object input
{
	margin: 8px 0px 0px 8px;
}
