.km-continue-a:after,
.km-continue-a:before {
    content: "\e0f0";
}
.DataEntryRow {
    position:relative;
    padding:6px;
    border-bottom:1px solid #dedede;
}
input {
    height: 100%;
    min-height: 26px;
    font-size:16px;
}
#CancelPhoto {
    padding-left:8px;
    padding-bottom:8px;
    display:inline-block !important;
    height:39px;
    width:140px;
    min-height:39px;
    min-width:140px;
    background-image:url(../images/Cancel.png);
    background-repeat:no-repeat;
    background-position:top;
    background-size: 100% 100%;
}
#TryAgain {
    padding-left:8px;
    padding-bottom:8px;
    display:inline-block !important;
    height:39px;
    width:140px;
    min-height:39px;
    min-width:140px;
    background-image:url(../images/Retry.png);
    background-repeat:no-repeat;
    background-position:top;
    background-size: 100% 100%;
}
#VINChooseButtons {
    width:100%;
    align-content:center;
    text-align:center;
}
#selectImageButton {
    display:inline-block !important;
    height:30px;
    width:80px;
    min-height:30px;
    min-width:80px;
    background-image:url(../images/select.png);
    background-repeat:no-repeat;
    background-position:top;
    border-width:0px !important;
    background-size: 100% 100%;
    position: absolute !important;

}
#searchContainer {
    vertical-align:top;
    white-space:nowrap;
}
#ListScrollerContainer {
    height:100%;
    display:block;
}
#ListScroller {
    background-color:transparent !important;
}
#ListScroller ul {
    background-color:transparent !important;
}
#csitext {
    width:100%;
    height:80%;
    text-align:center;
    vertical-align:middle;
}
#selectImageButton div {
    padding-top:0px !important;
    padding-left:3px !important;    
    margin-top:-10px !important;
}
#VINEdit {
    height:30px;
    display:inline;
}
.cameraVIN {
    background-image:url(../images/Camera.png) !important;
    width:53px !important;
    height:28px !important;
    background-repeat:no-repeat !important;
    background-position:bottom !important;
    text-align: left !important;
    vertical-align: bottom !important;
    margin-bottom:4px;
    overflow:hidden;
}