.limitDivMx {
	font-weight: bold;
}

/* For Order Supplies pages in S, L, & G */
.commentswrapper {
	position: relative;
	}

/* For Borrower Contact Us page */	
.commentswrapper2 {
	position: relative;
	}
	
#comments {
	height: 100px;
	
	}
	
.commentswrapper .limitdiv {
	position: absolute;
	top: 104px;
	left: 0px;
	}
	
.commentswrapper p {
	padding-top: 10px;
	}
	
.commentswrapper2 .limitdiv {
	position: absolute;
	top: 104px;
	left: 0px;
	}
	
* html .commentswrapper2 .limitdiv {
	position: absolute;
	top: 90px;
	left: 0px;
	}
	
.commentswrapper2 p {
	padding-top: 10px;
	}
