/* RLA Insurance Quick Quote Calculator */

	/* the global container, rla_quickquote is defined in rla_LAYOUT.css */

	div#rla_quickquote p {margin:2px;
							font-size:10px} /* tightly space para's */
	
	
	div#qqroof {width: 198px;
				height: 73px;
				background-image:url(/graphics/quickquote/qqRoof.gif);
				background-repeat: no-repeat} /* position h3 so invisible */

	div#qqhouse {background-image:url(/graphics/quickquote/qqHouse_tile.gif);
				 background-repeat:repeat-y;
				 border-bottom: 2px solid #CCCCCC;
				 padding:3px}
	

		div#quoteerr {text-align:center;
					  background-color:#FF0000;
					  color:#FFFFFF;
					  display: none;
					  padding: 3px} /* input error description */
		
		div#quoteme {text-align: center;
					 padding: 5px} /* Quote button */
					 
		div#myquote {text-align: center;
					 padding: 20px;
					 font-size: 16px;
					 font-weight: bold;
					 background-image:url(/graphics/quickquote/quoteBubble.gif);
					 background-position:top;
					 background-repeat:no-repeat;
					 display: none} /* where quote value appears (in speech bubble). Revelaed by Javascript */
					 
			div#acceptquote {margin-top:20px;
							 padding: 10px 5px 5px 5px;
							 text-align:center;
							 border-top: 1px dashed #666666}
							 
					 
