.wizard {
	border-collapse:collapse;
}
.wizard, #wizardQuote {
	width:690px;
}
.wizard select {
	margin-left:10px;
	width:130px;					
}
.wizard select option {
	padding:1px 0px 1px 5px;
}
.wizard label {
	font-weight:bold;
	padding-top:5px;
}
.wizard td {
	border-top:1px solid grey;
	padding-top:15px;
	padding-bottom:15px;
}
#wizardQuote .priceCell {
	text-align:right;
}
#wizardQuote .priceCell input, #wizardQuote .totalCell input {
	text-align:right;
}
#wizardQuote .totalCell {
	text-align:right;
	font-size:13px;
}
#wizardQuote .totalCell input {
	font-weight:bold;
}
#wizardQuote #q_description {
	background:none;
	border:none;
	width:100%;
	text-align:left;
	padding-left:0px;
	font-family:Verdana,Arial;					
}
#wizardQuote .f-name, #wizardQuote .f-comments {
	width:97%;					
}
#wizardQuote .f-submit {
	font-family:Verdana,Arial;				
	font-size:14px;
}
#wizardQuote th, #wizardQuote td {
	text-align:left;
}
#estimateLink {
	font-size:16px;
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}