/* web (regular product support) custom styles. These style rules are additions to the jQuery UI theme */
/* Currently importing thickbox, which ssi doesn't need. */

@import url("thickbox.css");

#localeSelectOverlay p {display: none}
#localeSelectOverlay #langSelectorLanguageContainer {display: block;}

#cookiemessage {
    background: #ccc;
    color: #fff;
    display: none;
    padding: 20px;
    position: absolute;
    top: -138px;
    width: 940px;
}
#cookieMessageCloseLink {
    float: right;
}