.wp_widget_wp_ethtipjar {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 50000;
}

.ethtipjar_content {
    display:none;
}

.ethtipjar_button {
    background: green;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    font-family: sans-serif;
}
.ethtipjar_content, .ethtipjar_content label {
    font-family: sans-serif;
}

fieldset {
	background-color: #fbfbfb;
}
input[type="submit"] {
	background-color: #eeeeee,
	border-color: #eeeeee,
	color: #333333
}