	#header {
		background-image: url(../img/photos/mother_and_child.jpg);
	}
	div.tall div.body {
		padding-right: 292px;
	}	
	ul.ticks {
		margin: 10px 0px 20px 24px;
		padding: 0px;
		width: 356px;
		list-style-type:none;
	}
	ul.ticks li {
		display: block;
		padding: 2px 0px 2px 24px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #545454;
		background: #fff url(../img/bullets/tick.gif) no-repeat 0px 1px;
	}
	form {
		margin: 0px;
	}
	#form {
		width: 238px;
		position: absolute;
		margin-left: 520px;
	}
	#form div.body {
		width: 210px;
		background: #f6f4f5 url(../img/form/tall_bg.gif) no-repeat top;
		padding: 88px 5px 22px 23px;
	}
	#form img.header {
		margin-top: 14px;
	}
	#form label {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #545454;
		margin: 6px 15px 2px 0px;
		xwidth: 200px; /* Necessary? */
	}
	#form label.hi {
		color: #900;
	}	
	span.hi {
		color: #900;
	}		
	#form input.text, #form select {
		width: 188px;
		font-size: 10px;
		color: #545454;
	}
	#form input.day, #form input.month, #form input.year  {
		width: 46px;
		margin-right: 16px;
	}
	#form select.day, #form select.month, #form select.year  {
		width: 54px;
		margin-right: 8px;
	}	
	#form input.year {
		margin-right: 0px;
	}
	#form input.submit {
		position: absolute;
		margin: 6px 0px 0px 102px;
	}	
	#form div.lower {
		height: 22px;
		background: #f6f4f5 url(../img/form/lower.gif) no-repeat;
		overflow: hidden;
	}