

/* #########################  QUOTE  ######################### */


/* -- quote solutions -- */
#quote-solutions {
	
}
#quote-solutions p {
	width: 50px;
}
#stdform .half-width-titles p {
	width: 50px;
}

/* -- captcha -- */
#stdform div #captchaimage {
	width: 132px;
	height: 46px;
	border: solid 1px #a9a9a9;
	float: left;
	display: inline;
	clear: none;
}
#stdform div #captchaimage img {
	width: 132px;
	height: 46px;
}
#stdform div #captcha {
	width: 128px;
}
#stdform div .captcha-error {
	background: #fed7d7;
}
#stdform div .captcha-notice {
	font-size: 11px;
}
#stdform div #captcha-error {
	width: 120px;
	height: 46px;
	font: 11px arial;
	color: #F00;
	text-align: left;
	margin: 0px 0px 0px 10px;
	float: left;
	display: inline;
	clear: right;
		/*border: dashed 1px #CCC;*/
}


