		/* 
			These force the CareOneForm to have a Minimum Size equal to the 
			back ground image (images/ti_careone/careone_form_bg.gif)
		*/		
		.propopen {
			height:314px;
			float:right;
			width:1px;
		}
		.bottomleg {
			clear:both;
			height:1px;
			width:983px;
			overflow:hidden;
		}
		div#CareOneForm { 
			background:#ffffff url(images/ti_careone/careone_form_bg.gif) no-repeat top left; 
			margin:0px auto;
			width:984px;
	}
		/* 
			This style positions the input fields over the top of the background image.
			This mayhave issues on older browsers.  Tell them to get a new abacus!!!
		*/
		div#CareOneFormFields {
			position:relative;
			top:45px;
			left:405px;
			margin:0px auto;
			/*width:984px;*/
		}


		/* 
			These styles and the JS included allow for formatted popup titles on mouse hover .
			See the "unsecured debt" link to see it in action.
		*/
		#toolTip{margin:0;position:absolute;z-index:10000;width:280px;background-image:url(images/ti_careone/tip_bg.gif);background-repeat:no-repeat;text-align:left;padding:0;height:auto;}
		#toolTip p{margin:10px 0 0 20px;z-index:10000;padding:0 10px 0 0;color:#42546a;font:11px Verdana,sans-serif;line-height:18px;}
		#toolTip em{display:block;margin:0 0 3px 0;z-index:10000;color:#42546a;font-weight:bold;font-size:11px;font-style:normal;}
		span.Baloon{margin:0;position:absolute;z-index:10000;width:280px;background-image:url(images/ti_careone/tip_bot.gif);background-repeat:no-repeat;text-align:left;padding:0;height:auto;}

		/* ti_form3.php css */
		div#ti_content { 
			background:#ffffff; 
			margin:0px auto;
			width:1076px;
		}

