/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(255,255,122,0.95);
    min-height: 26px;
    font-size: 20px;
    color: #ff0000;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    top: 300;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
	border: 5px dashed red;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
	background-color: #000;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F10000;
	border:2px solid #000000;
    color: #ffff00;
    display: inline-block;
    border-radius: 5px;
    padding: 20px 20px;
    cursor: pointer;
    float: center;
    margin: 20px 90px 20px 15px;
	font-size: 30px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #000;
	border:2px solid #ff0000;
}
/*Cookie Consent End*/
