﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input {
	color: #000000;
	font-weight: normal;
}

.error {
	background: transparent url(/Application/images/icons/alert.gif) no-repeat scroll left top;
	clear: left;
	color: #CC0000;
	font-weight: bold;
	padding: 0 0 20px 20px;
	}
	.error ul {
		margin: 0 0 0 15px;
		padding: 0;
		color: #CC0000;
		font-weight: normal;
	}
	.error li {
		padding-top: 3px;
	}

#QuoteForm {
	font-size: 12px;
}
	#QuoteForm th {
		border: none;
		text-align: left;
		font-weight: bold;
		white-space: nowrap;
		line-height: normal;
		padding: 0 10px 2px 0;
	}
	#QuoteForm td 
	{
		border: none;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		padding: 0 5px 2px 0;
	}
	#app-step td.spacer {
		font-size: 12px;
		line-height: 12px;
	}
	#QuoteForm .listbox {
		float: left;
		margin-right: 10px;
	}
	
	/* Hides txtHuman input field, if this gets filled in then it must be a spambot */
form input#txtHuman, form label#lblHuman {
	display: none;
	visibility: hidden;
}