#tc-tile-calculator label {
	width: 110px;
	padding-right: 10px;
	text-align: right;
	/*display: inline;*/
	float: left;
	font-size: 11px;
}
#tc-tile-calculator input{
	/*display: inline;*/
	
	float: left;
	width: 103px;
	margin-top: -12px !important;
	

}

#tc-tile-calculator select {
	/*display: inline;*/
	line-height: 0px !important; 
	height: 20px !important; 
	float: left;
	width: 103px;
	margin-top: -10px !important; 
}

#tc-tile-calculator .cl {
	/*display: block;*/
	float: none;
	height: 0px !important; 
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#tc-tile-calculator .tooltip-mark {
	background: url(http://www.groutrevive.com/wp-content/plugins/tile-calculator/question_icon.gif) no-repeat 10px 4px;
	padding: 4px 0px 0px 10px;
	/*display: inline;*/
	float: left;
	width: 14px;
	/*height: 14px;*/
	height: 0px;
}


