.component.cookiePrivacyWarning { position: fixed; left: 10px; bottom: 10px; width: 175px; height: 130px; z-index: 1; margin: 0; border: 1px solid #313234; border-radius: 5px; padding: 0; font-size: 12px; color: #BBB; background: #222324; box-shadow: 0 0 5px 1px #666; text-align: center; }
.Engine_Gecko .component.cookiePrivacyWarning { height: 135px; }
.App_IE7 .component.cookiePrivacyWarning, .App_IE8 .component.cookiePrivacyWarning, .App_IE9 .component.cookiePrivacyWarning { behavior: url(PIE.htc); -pie-background: linear-gradient(135deg, #222324 0%, #222324 50%, #313234 50%, #313234 100%); }
.App_IE6 .component.cookiePrivacyWarning { display: none; }

.component.cookiePrivacyWarning .cookiePrivacyWarningContent { padding: 5px; }

.component.cookiePrivacyWarning .component.button { position: relative; float: none; top: -1px; display: inline-block; margin: 2px 0; line-height: normal; vertical-align: -30%; }

.component.cookiePrivacyWarning .component.button.privacy { background: none; }
.component.cookiePrivacyWarning .component.button.privacy a { color: #edb94a; text-decoration: underline; }

.component.cookiePrivacyWarning .component.button.accept { text-transform: uppercase; }
