#cookie-bar { box-shadow: 3px 3px 4px #999999;
    color: #000;
    font-family: Arial !important;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    margin-bottom: 7px;
    opacity: 0.9;
    padding: 3px 0;
    position: fixed;
    text-align: center;
   /* text-transform: uppercase;*/
    width: 100%;
    z-index: 2147483647;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}

#cookie-bar .messagebox {background: #CCC none repeat scroll 0 0;
    bottom: 5%;
    margin-left: 25px;
    min-height: 230px;
    padding: 15px;
    position: absolute;
    width: 300px; 
    box-shadow: 1px 1px 2px #000;

    }

#cookie-bar p {margin:0; padding:0; line-height:24px; display:inline-block; }

#cookie-bar .messagebar { display: inline-block;
    float: left;
    line-height: 16px;
    margin: 10px;
    padding: 0;
    position: relative;
    text-align: left;
    
     }
#cookie-bar a:hover {color:#000!important;}
#cookie-bar a {color:#000; display:inline-block;text-decoration:none; padding:0;  margin-left:2px;  }

#cookie-bar .cb-enable 
{
    border:1px solid #a29f9f;
    color:#000;
    left:140px;
    background: #bcb9b9;
    font-size: 14px;
    margin: 205px auto;
    position: absolute;
    text-align: center;
    width: 50px;
    text-transform: uppercase;
    
    }
#cookie-bar .cb-enable:hover {color: #666666;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {}
#cookie-bar .cb-policy {text-decoration: underline;}
#cookie-bar .cb-policy:hover {color: #666666;}

.messagecont 
{
    width:960px;
    height:100%;
    margin:0 auto;
}