.split-date .date_item_day .select-round {
	width: 20px;
}

.split-date .date_item_day .select-round img {
	left: 22px;
}

.split-date .day {
	width: 50px;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	height: 28px;
}

.split-date .date_item_month .select-round {
	width: 31px;
}

.split-date .date_item_month .select-round img {
	left: 35px;
}

.split-date .month {
	width: 60px;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	height: 28px;
}

.split-date .date_item_year .select-round {
	width: 38px;
}

.split-date .date_item_year .select-round img {
	left: 40px;
}

.split-date .year {
	width: 65px;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	height: 28px;
}

.split-date .calendar {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background-image: url('../../image/calendar.png');
	margin: 7px 0 0 0;
	cursor: pointer;
}

