.cookie-alert {
	background-color: white;
    border-bottom: 2px solid gray;
    color: gray;
    display: none;
    font-family: Arial,Verdana;
    font-size: 15px;
    padding-left: 0px;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.cookie-lcol {
	float: left;
    padding: 0;
    width: 900px;
}
.cookie-rcol {
	float: right;
    text-align: left;
    width: 100px;
}
#cookies_accept {
	color: white;
    display: block;
    float: left;
    font-size: 15px;
    height: 21px;
    padding: 3px 8px;
}
.cb {
clear: both;
}
.cookie-alert p {
	font-size: 12px;
    line-height: 15px;
    margin: 10px 0;
}
.cookie-inner {
	width: 1000px;
	margin: 0 auto;
}