.cc_container {
    background-image: url(/includes/cookies/img/cookie-frame.png);
    background-repeat: no-repeat;
    height: 90px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
}
.cc_container_small {
    cursor: pointer;
    height: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 76px;
    z-index: 9999;
	text-align:left;
}
.cc_msg {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 38px;
    left: 36px;
    line-height: 12px;
    position: absolute;
    top: 5px;
    width: 240px;
}
.cc_close {
    cursor: pointer;
    height: 19px;
    left: 276px;
    position: absolute;
    top: 5px;
    width: 19px;
}
.cc_allow {
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 19px;
    left: 38px;
    line-height: 11px;
    position: absolute;
    top: 52px;
    width: 48px;
}
.cc_moreinfo {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 16px;
    left: 104px;
    line-height: 11px;
    position: absolute;
    top: 55px;
    width: 150px;
}
.cc_msg a {
	color: #fff;
}
.cc_moreinfo a, .cc_moreinfo a:hover, .cc_msg a:hover {
    color: #CC9900;
}
.cc_delete_msg {
    background-color: #993300;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    min-height: 100px;
    padding: 50px;
    width: 800px;
}
#cc_content {
	padding: 10px;
}
.cc_save {
	background-image: url(/includes/cookies/img/save.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 104px;
	border: 0;
}