.ebdp-pc4asia-radio-simple-wrapper{
	display: inline-block;
	*display:inline;
	zoom:1;
	margin-bottom:10px;
	text-align: center;
	border: 1px solid #c6c6c6;
	padding-left:18px;
	padding-right:18px;
	margin-right: 12px;
	cursor: pointer;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
}
.ebdp-pc4asia-radio-simple-wrapper-selected{
	border: 1px solid #bc0021;
	color: #bc0021;
	background: url("jiaober.png") no-repeat right bottom;
}

.ebdp-pc4asia-radio-simple-wrapper-disabled{
	border: 1px solid #c6c6c6;
	color: #000000;
	background: url("jiaober_disabled.png") no-repeat right bottom;
}

.ebdp-pc4asia-radio-simple-label{
	cursor:pointer;
}
.ebdp-pc4asia-radio-simple-icon{
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 17px;
	height: 28px;
	margin-top: -1px;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align:middle;
}


/* -------------------------------- */

.ebdp-pc4asia-radio-complex-wrapper{
	display: inline-block;
	*display:inline;
	zoom:1;
}

.ebdp-pc4asia-radio-complex-wrapper>*{
	display: table-cell;
	*display:inline;
	zoom:1;
	vertical-align: middle;
}

.ebdp-pc4asia-radio-complex-b{
	display: inline-block;
	*display:inline;
	zoom:1;
	margin-right: 8px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #C6C6C6;
	background: #fff;
}
.ebdp-pc4asia-radio-complex-label{
	font-size: 14px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:left;
}

.ebdp-pc4asia-radio-complex-b-selected{
	border: 1px solid #bc0021;
	background: #fff url("checkPlic.png") no-repeat center center;
}

.ebdp-pc4asia-radio-complex-b-disabled{
	border: 1px solid #c6c6c6;
	background: #fff url("checkPlicDis.png") no-repeat center center;
}

/* -------------------------------- */

.ebdp-pc4asia-radio-radius-wrapper{
	display: inline-block;
	*display:inline;
	zoom:1;
}
.ebdp-pc4asia-radio-radius-wrapper>*{
	display: table-cell;
	*display:inline;
	zoom:1;
	vertical-align: middle;
}
.ebdp-pc4asia-radio-radius-b{	
	display: inline-block;
	*display:inline;
	zoom:1;
	margin-right: 8px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background:url("checkbox_unselected.png") no-repeat center center;
}
.ebdp-pc4asia-radio-radius-label{
	font-size: 14px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:left;
}

.ebdp-pc4asia-radio-radius-b-selected{
	background:url("checkbox_selected.png") no-repeat center center;
}


.ebdp-pc4asia-radio-radius-b-disabled{
	background:url("radius_checked.png") no-repeat center center;
}



.ebdp-pc4asia-radio-disabled label{
	color:#c6c6c6;
}
.ebdp-pc4asia-radio-input{
	display:none;
}
