﻿
/* Spacing between elements in the input form */
#rmt2_calc_form_table td {
	padding: 0px 5px 3px 0px;
	vertical-align: middle;
}


/* Form field names such as Home Value  */
#rmt2_calc_form_label {
}


/* Color of Required Aterisk symbol  */
#rmt2_calc_form_required {
	color: #990000;
	font-size: 1.2em;
}


/* Spacing of form input boxes  */
#rmt2_calc_form input {
	margin-left: 5px;
	margin-bottom: 2px;
}


/* Size of calculate button  */
#rmt2_calc_calculate_button {
	margin-top: 5px;
	font-family: calibri, arial;
	font-size: 1.2em;
	margin-top: 10px;
}	


/* Size of results window.  Defaults to 100%.  Set to width: 500px;  to make smaller  */
#rmt_calc_output_div {
}


/* Title line of results  */
#rmt_calc_output_title {
}


/* Frame around results.  Can change height of results  */
#rmt_calc_output_iframe {
	border: 1px solid #CCCCCC;  
	height: 400px;
}

#rmt_calc_copyright a, #rmt_calc_copyright a:active, #rmt_calc_copyright a:hover, #rmt_calc_copyright a:link, #rmt_calc_copyright a:visited {font-size:12px !important;}