/* ServiceApptForm_mini */
#leftCol {
	width: 250px;
	height: 500px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	}
#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	min-height: 440px;
	}
hr {
	display: none;
}
