/* general calculator styles */
#rakebackcalc {
	font-size: 11px;
	margin-top: 10px;
}

#rakebackcalc br {
	display: none;
}


/* labels for input controls */
#rakebackcalc label {
display:block;
	
	margin: 10px 0 0px 25px;
}

/* input controls */
#rakebackcalc input, #rakebackcalc select {
	display:block;
	margin: 2px 0 8px 25px;
	font-size: 12px;
	padding: 1px;
	color: #101A24;
}

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

/* calculate button  */
#rakebackcalc_button button {
   width: 87px;
	height: 28px;
	background: url(http://rakeback101.ca/images/calculate-btn-bg.gif) no-repeat;
	border:none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	padding: 0;
	margin-bottom: 14px;
}

#rakebackcalc_button button:hover {
	background-position: 0 -28px;
}

/* IE 6 fixes */
#rakebackcalc_button button.submitBtnHover {
	background-position: 0 -28px;
}


/* results header */
#rakebackcalc h4 {
    margin: 0 0 5px;
    font-size: 13px;
	 font-weight: bold;
	 color: #11b749;
}

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

/* results table */
#rakebackcalc_results table {
    margin: 0;
    width: 100%;
    border: 1px solid #35b161;
	 margin-bottom: 5px;
	 border-collapse: separate;
}

/* results table cell */
#rakebackcalc_results td {
    padding: 3px;
}

#rakebackcalc_result_daily, 
#rakebackcalc_result_weekly, 
#rakebackcalc_result_monthly, 
#rakebackcalc_result_yearly {
	font-weight: bold;
	font-size: 13px;
}

/* backlink */
#rakebackcalc_links, #rakebackcalc h3 {
	 display: none;
}

