﻿/* Css fixes for Internet Explorer 8 exclusive problems */

/* A td (with position: relative) must be rendered with negative z-index, otherwise it will render on top of its own border, making the border invisible. */
.e-service-form td {
	z-index: -1;
}
