#happycookies{
    position: fixed;
	width: 300px;
    right: 18px;
    bottom: 10px;
    height: auto;
    right: 90px;
    min-height: 21px;
    background-color: rgba(80, 153, 204, 0.8);
    color: white;
    line-height: 21px;
    padding: 5px 16px;
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-size: 12px;
    opacity: 0.9;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    z-index: 10000;
}

#happycookies .happycookies-close{
	padding: 5px;
    float: right;
    cursor: pointer;
    right:120px;
}

#happycookies .happycookies-text{
    text-align: left;
}

#happycookies .happycookies-text a{
    text-decoration: none;
	color: #009bff;
}