/*imageViewer*/
#imageViewer {
	z-index: 10000;
}

/*vis-face*/
.vis-face .controlScreen {
    width: 8em;
    height: 100%;
    z-index: 18;
    right: 0;
    left: auto;
}
.vis-face .viewanker {
    top: auto;
    bottom: 0;
    right: 1.0em;
}

/*form UI*/
#receptionForm input,
#receptionForm select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}