.id_sel {
	width: 70%;
	*width: 750px;
	margin: 20px auto 30px;
	height: 140px;
	text-align: center;
}
.id_sel .a_id_sel {
	width: 25%;
	*width: 180px;	

}
.label_radio {
	width: 130px;
	height: 50px;
	display: block;
	position: relative;
	background-image: url(../images/sel.png);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	padding-top:80px;


}
.label_radio:hover {
	cursor: pointer;	
}
.label_radio span {
	font-size: 30px;
	font-weight: bold;
	color: #666;
	position: absolute;
	*position:static;	
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.label_radio.c_on {
	background: url(../images/sel.png) 0px 0px no-repeat;

}
.label_radio.c_on span {
	color: #fff;
}
.label_radio input {
	position: absolute;
	left: -9999px;	
}
.fltlft {
	float: left;

}