@charset "utf-8";
/* CSS Document */

body.calcbody {
	font-size:12px;
	margin:0;
	padding: 0px; 
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #555555;
	position: relative;
}

hr {
	border:1px solid #ccc;
}

/*** TABLE STYLES ***/
table.tbl_cal {
	width:100%;
	margin:0;
	color:#515151;
}

table.tbl_cal tr td mandatory_fields {
	text-align:left;
}

table.tbl_cal .affordinput {
	border:1px solid #99b6d1;
	margin:0px;
	padding:2px 0px 2px 0px;
	width:100%;
}

.required {
	color:#FF0000;
	font-weight:bold;
}

p#note {
	margin:0;
	padding-left: 2px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	padding-top: 2px;
}

/***********************************************************************************
** Changes Required From Here - Table BG, Border, Button Colours and so on 
************************************************************************************/
table.tbl_cal td {
	padding-top: 2px; 
	padding-bottom: 3px; 
	padding-right: 2px; 
	padding-left: 2px; 
}

.btn_field {
	text-align: right;
}

table.tbl_cal .heading {
	width:80px !important;
}

td.heading_result {
	color:#FFFFFF;
	border-right:1px solid #eee;
}

td.result {
	color:#FFFFFF;
}

input, select, select option {
	background-color: #f4f4f4;
}

input.result_field {
	font-weight:bold;
}

.top_heading {
	border-bottom: 2px solid #cc0000;
	padding-top: 4px;
	padding-bottom: 6px;
	color: #cc0000;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}

td.headline {
	
}

/*** BUTTON STYLES ***/

.btn {	
	background: url(http://www.salterscars.com.au/images/form-btn-bg.jpg) repeat-x top;
	border: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2f2f2;
	height: 24px;
	margin-right: 2px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}

.btn:hover {
	background: url(http://www.salterscars.com.au/images/form-btn-bg.jpg) repeat-x bottom;
}
