#content { 
	background: url( '../img/services/title.header.png' ) 0 0 no-repeat; 
	overflow: visible;
	position: relative;
}

#columnRight { 
	background: url( '../img/cr.bg_gray.png' ) 100% 0 repeat-y;
	font-size: 12px;
	margin-top: 65px; 
	padding: 0 0 20px 20px;
	width: 663px;
}

	#crRight .block p img { margin-right: 5px; }
	
	#crPhoto {
		
		position: absolute;
		top: 90px;
		right: -21px;
		z-index: 300;
	}


table.simple td.leaf {
	background: url('../img/icon.leaf.png') 0 0 no-repeat;
	padding: 0 0 15px 40px;
}
	table.simple td.leaf strong { 
		display: block;
		color: #004933; 
		font-size: 14px;
		margin-bottom: 5px;
	}

#inquiry-form {}
	#inquiry-form table.simple td { padding: 1px 0; }
	
	#inquiry-form .top,
	#inquiry-form .bottom { padding-left: 10px; }
	
	#inquiry-form .top span,
	#inquiry-form .bottom span { display: block; padding: 5px 0; }
	
	#inquiry-form .top span.r,
	#inquiry-form .bottom span.r { float: right; padding: 5px; }
	
	#inquiry-form .top span.b,
	#inquiry-form .bottom span.b { background: #f1efea; margin-right: 10px; padding-top: 4px; }
	
	#inquiry-form .top { background: url('../img/box.tan.top_left.png') 0 0 no-repeat; }
	#inquiry-form .top span.r { background: url('../img/box.tan.top_right.png') 100% 0 no-repeat; }
	#inquiry-form .top span.b { border-top: 1px solid #deca8c; }
	
	#inquiry-form .bottom { background: url('../img/box.tan.bottom_left.png') 0 0 no-repeat; }
	#inquiry-form .bottom span.r { background: url('../img/box.tan.bottom_right.png') 100% 0 no-repeat; }
	#inquiry-form .bottom span.b { border-bottom: 1px solid #deca8c; }
	
	#inquiry-form .content { 
		background: #f1efea; 
		border-left: 1px solid #deca8c;
		border-right: 1px solid #deca8c;
		padding: 0 10px;
	}
	
	#inquiry-form p { margin: 0; padding-bottom: 2px; }
	#inquiry-form p label { 
		display: inline-block; 
		line-height: 26px; 
	}