#privacy {
    background: none repeat scroll 0 0 #686C6C;
    border: medium none currentcolor;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 999999;
}
#privacy #container #text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none currentcolor;
    display: inline-block;
    vertical-align: middle;
    width: 88%;
}
#privacy #text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none currentcolor;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    text-align: left;
}
#privacy #button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none currentcolor;
    display: inline-block;
    right: 10px;
	width: 80px;
	float: right;
}
#privacy #container #button #close {
    background: none repeat scroll 0 0 #8E9392;
    border: medium none currentcolor;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    margin: 10px 0;
    padding: 5px 10px;
}
