#rakebar {
    background: #fff;
    padding: 2px;
    border: 1px solid #000;
    width: 166px;
    margin-bottom: 25px;
}
/* general calculator styles */
#rakebackcalc, #rakebackcalc_links {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
}

/* backlink */
#rakebackcalc_links {
    border-top: none;
    text-align: center;
    padding: 2px 0;
}

/* calculator header */
#rakebackcalc h3 {
    margin: 0px;
    padding: 3px;
    padding-left: 10px;
    color: #444;
    font-size: 11px;
    background: url(http://www.hugerakeback.com/wp-content/themes/jay-v-rakeback/images/headbg.jpg) repeat-x;
}

#rakebackcalc h4 {
    color: #444;
    font-size: 10.5px;
}

/* labels for input controls */
#rakebackcalc label {
	display: block;
	float: left;
	margin: 8px 0 0;
	width: 142px;
	text-align: left;
}

/* input controls */
#rakebackcalc input, #rakebackcalc select {
    margin: 5px 0 0 4px;
}

/* calculate button container */
#rakebackcalc_button {
    margin: 10px 0;
    text-align: center;
}

/* calculate button */
#rakebackcalc_button button {
    width: 105px;
    border: 1px solid #000;
    background-color: #a80c35;
    color: #FFF;
    font-weight: bold;
}

/* results header */
#rakebackcalc h4 {
    margin: 0 0 5px;
    font-size: 13px;
}

/* results container */
#rakebackcalc_results {
    display: none;
    margin: 0;
    padding: 5px;
}

/* results table */
#rakebackcalc_results table {
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffaf;
    border: 1px solid #a80c35;
}

/* results table cell */
#rakebackcalc_results td {
    border-top: 1px solid #a80c35;
    padding: 2px 10px;
}

#rakebackcalc_logo {
    display: none;
}

#rakebackcalc select {
    width: 155px;
}
