diff --git a/stylesheets/test-ap-style-ticketclose.css b/stylesheets/test-ap-style-ticketclose.css
new file mode 100644
index 0000000000000000000000000000000000000000..90f5dfb246a35df138abdc9fc6c2621425e7b192
--- /dev/null
+++ b/stylesheets/test-ap-style-ticketclose.css
@@ -0,0 +1,23 @@
+label[for="TimeUnits"] {
+	 color: black !important;
+	 background-color: #ffcccb;
+	 padding: 1em 0em !important;
+}
+ label[for="TimeUnits"] + div {
+	 background-color: #ffcccb;
+	 padding-top: 1em !important;
+	 padding-bottom: 1em !important;
+}
+ label[for="TimeUnits"] + div input {
+	 border: 1px solid red;
+	 border-radius: 4px;
+}
+ #Core_UI_AutogeneratedID_1 {
+	 display: block;
+}
+ #Core_UI_AutogeneratedID_1 > fieldset > label:nth-child(13), label[for="IsVisibleForCustomer"] {
+	 display: none !important;
+}
+ #Core_UI_AutogeneratedID_1 > fieldset > label:nth-child(13) + div, label[for="IsVisibleForCustomer"] + div {
+	 display: none;
+}
\ No newline at end of file