/* StayInTheLoopForm_mini */
#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
	}
#innerContent div {
	float: left;
	}
#rightColText {
	width: 400px;	
	}
#rightColImg {
	padding-left: 20px; 
	width: 260px;
	}
hr {
	display: none;
}

#rightCol table td {
	vertical-align: top;
	}
