.input-datePopup table.iceSelInpDate {
    background: url("../images/calendar/medical-pro.png") no-repeat scroll center top transparent;
    border-radius: 8px 8px 8px 8px;
}

.input-datePopup .iceSelInpDateInput {
    background-color: #FFFFFF;
    background-image: none;
}

.input-datePopup td.iceSelInpDateCur {
    background-color: #8ECB97;
    border: 1px solid #58A964;
    color: #FFFFFF;
}

.input-datePopup select {
    background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    color: #E3ECDA;
    font-weight: bold;
    margin: 1px 0 0;
    padding: 0 1px;
    width: 100%;
}

.input-datePopup .iceSelInpDateWeek {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.input-datePopup .iceSelInpDateDay, .input-datePopup .iceSelInpDateCur {
    background-color: #81AC6D;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
}

.input-datePopup .iceSelInpDateDay a, .input-datePopup .iceSelInpDateCur a {
    color: #000000;
    text-decoration: none;
}

.input-datePopup .iceSelInpDateDay a {
    background-color: #81AC6D;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
}

.input-datePopup .iceSelInpDateDay a:hover {
    color: #008100;
}

.input-datePopup {
    margin-bottom: 2px;
    margin-top: 2px;
    width: 279px;
}
.input-datePopup input[type="text"] {
    background-color: #FFFFFF;
    float: left;
}
.input-datePopup input[type="image"] {
    float: right;
    height: 15px;
    margin-left: -100%;
    width: 15px;
    margin-right: 3px;
    margin-top: 1px;
	position: relative;
}
.input-datePopup table.iceSelInpDate {
    background-size: cover;
    border-collapse: separate;
    border-spacing: 2px;
    height: 167px;
    padding: 2px;
    position: relative;
    width: 167px;
    margin-top: -15px;
    right: -188px;
}
.input-datePopup select option {
    background-color: #47852d;
    color: #d8eecd;
}

.input-datePopup div {
    position: relative !important;
    right: -6px;
}

.input-datePopup div div {
    float: right;
    margin-right: 200px;
    margin-top: -2px;
    position: relative !important;
}

.input-datePopup input[type="image"]:hover {
    cursor: pointer !important;
}

.input-datePopup .iceSelInpDatePopup, .input-datePopup .iceSelInpDatePopup-dis {
    height: 20px;
    width: 100%;
}

.input-datePopup table.iceSelInpDate.iceSelInpDateMonthYear select {
    margin: 0 1px;
}
.iceSelInpDateMonthYear.MonthYear.input-dateMonthYear {
    width: auto;
}

.input-datePopup .iceSelInpDateInput, .input-datePopup .iceSelInpDateInput-dis {
    margin-right: -16px;
    position: relative;
    top: -2px;
    width: 100%;
}

.input-datePopup table.iceSelInpDate table {
    border-collapse: separate;
    border-spacing: 3px;
    margin: -7px 0 -1px;
}

.input-datePopup .iceSelInpDateDay a {
    display: block;
    height: 17px;
    margin-left: 0;
    text-decoration: none;
    width: 24px;
}