/* ContactUsForm_mini */
#leftCol {
	width: 250px;
	height: 500px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	}
#bottomRow { /* in leftCol */
padding: 20px 20px;
height: 200px;
	}
#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;
}

#leftColMainTitle { /* leftCol */
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
		padding-bottom: 20px;
	}
##leftColSecondTitle { /* leftCol */
	font-size: 14px;
	font-weight: 700;
	}
.text { /* adding padding to all the text cells */
	padding: 20px 20px;
	}
.bold {
	font-weight: 700;
	}
