/*
=================================
--- Extra Styles for Quick Quote Form ---
Version: 01.06.09
Author: Sam Stevens, Stevens Media
Author URI: http://www.stevensmedia.com/
=================================
*/

#quickquote {
	text-align: center;
	font-size: 1.2em;
}

#quickquote H3 {
	font-size: 1.2em;
}

#quickquote FORM {
	margin: 0;
	padding: 0;
}

#quickquote LABEL {
	font-weight: bold;
}

	#quickquote LABEL.alignleft {
		float: left;
		margin: -15px 10px 0 40px;
	}

#quickquote INPUT.small {
	width: 30px;
}

#leftcol img {
	margin-bottom: 0;
	display: inline;
}

#quickquote P.notice {
	font-size: 0.85em;
	color: #990000;
	clear: left;	
	margin: 8px 0;

}

#quickquote .button {
	font-size: 1.3em;
	font-weight: bold;
	background-color: Black;
	color: White;
	border: 2px outset #666666;
}

