.contactform {

	display: table-row;
	line-height: 1.8;

}

.contactform div {

	display: table-cell;
	width: 120px;

}
.contactform div div {

	display: table-cell;

}
.contactform em {

	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}


.newconsumerrow {

	/*display: table-row;*/	
	line-height: 2.4em;	

}

.newconsumercell {

	width: 135px;
	display: table-cell;
}

.newconsumercell2 {

	width: 140px;
	padding-right: 10px;
	display: table-cell;
}

/*** Moron IE Hacks ***/

/** ie7 **/

* +html .newconsumercell { display:inline-block; width: 150px;}

/** ie6 **/

* html .newconsumercell { display:inline-block; width: 150px;}