#clawBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#clawBar .claw-container {
    margin: 0 auto;
    padding: 4px;
	text-align: center;
}

#clawBar .claw-message {
    color: #ffffff;
    line-height: 26px;
	text-align: center;
}

#clawBar .claw_button:focus {
    box-shadow: 0 0 4px rgba(9, 135, 184, 0.75);
    outline: 0 none;
}

#clawBar .claw_button:hover {
    background: #202020;
	border: 1px solid #020202;
    color: #ffffff;
}

#clawBar .claw_button {
    background: #020202;
	border: 1px solid #020202;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    padding: 0 10px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	float: right;
    margin: 0 0 4px 10px;
}