@charset "utf-8";
/* CSS Document */

/*
===============
Stylesheet
===============
Author: Gareth Watson
Created: 05 July 2008

Note from author: This stylesheet has been created to accomodate changes to Lurgancu.com made by Gareth - primarily to new loan calculator.

/*
==============
Loan Calc Div
==============
*/

div {
	border:0px solid red;
}

#loancalc {
	margin:15px 85px 0 85px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.loancalc {
	width:600px;
	border:1px solid #ff9900;

}

table.loancalc td {
	padding:0 0 0 15px;
	font-size:12px;
}

#loancalc h3 {
	text-align:left;
	color:#ff9900;
}

#loancalc p {
	border:0px solid green;
	margin:15px 0 15px 0;
	padding-bottom:15px;
}

.row1 {
	background-color:#eeb259;
}

.row2 {
	background-color:#eedabc;
}


select {
	font-size:12px;
}

