
/********** COOKIE MODULE */
#cookiemodule { /* this rule is declared in IE6 */
    font: 1em Arial, Helvetica, sans-serif;
    position:fixed;
    bottom:10px;
    left:10px;
    display: none; /* needed for fadeOut in jQuery */
    z-index: 9999;
    border-radius: 5px;
}
.modouter {  /* this rule is declared in IE6 and IE7 */
    position:relative;
    z-index:1;
    background-color: #055264; /* creates blue stroke */
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgba(72, 72, 72, 0.8);
    width: 225px;
    padding:1px;
    opacity:.9;
    filter:alpha(opacity=90);
}
.modinner {  /* this rule is declared in IE6 and IE7 */
    background-color: #1d2122;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.modcontent {
    padding: 5px;
}
.modinner h5 {
    color: #ff9933;
    font-size:.8em;
    font-weight: bold;
    margin:0;
    padding:3px;
    text-align:center;
    padding-top:10px;
   /* opacity:1;
    filter:alpha(opacity=100);  */
}
.modinner p {
    font-size:12px;
    margin: 5px;
    padding: 0;
    line-height:normal;
    color:#fff;
   /* opacity:1;
    filter:alpha(opacity=100);   */
}
.modinner div.intro {
    position:relative;
    top:0;
    left:0;
    margin-bottom:10px;
    padding-left:5px;
}
.modinner div.modopen {
    margin:20px 0 10px 0;
    padding-left:5px;
    display: none;
}
.modinner a,
.modinner a:visited {
    color: #ff9933;
    text-decoration:none;
    border-bottom:none;
}
.modinner a:hover,
.modinner a:active {
    color: #6FF;
}
.modinner button {
    background-color: #ff9933;
    border: 1px solid #666666;
    border-radius: 3px;
    box-shadow: 0 0 2px #FFFFFF inset;
    color: #2d093a;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height:normal;
    cursor:pointer;
   /* opacity:1;
    filter:alpha(opacity=100);  */
}
button.close {
    background:url(/images/site/cookie_close.png) no-repeat left top transparent;
    width:16px;
    height:16px;
    border: none;
    border-radius:none;
    box-shadow:none;
    position: absolute;
    top:5px;
    right: 5px;
    text-indent: -999em;
}
button.close:hover {
    background:url(/images/site/cookie_close.png) no-repeat left bottom transparent;
}
.modinner button.readmore {  /* this rule is declared in IE6 and IE7 */
    background: none;
    border:none;
    border-radius:none;
    color: #ff9933;
    z-index: 1;
    box-shadow:none;
    margin:5px 0;
    font-weight:normal;
    font-size:12px;
    padding-left:10px;
}
.modinner button.readmore:hover {
    color:#6FF;
}
.modinner button.accept {
    background-color: #ff9933;
    color:#2d093a;
    margin: 5px auto;
    border-radius:5px;
    padding: 5px;
    width: 95%;
    font:12px Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.modinner button.accept:hover {
    color:#ffe5c1;
}