.company{
		background-color:#00FFFF;
		margin-right:0px;
		text-align:center;
		white-space:nowrap;
	}

.location{
		background-color:#ffcccc;
		margin-right:0px;
		text-align:center;
	}

/*IE6‘Î‰ž*/
* html .company{
		background-color:#00FFFF;
		margin-right:0px;
		text-align:center;
		white-space:nowrap;
	}

* html .location{
		background-color:#ffcccc;
		margin-right:0px;
		text-align:center;
	}
	
/*IE7‘Î‰ž*/
*:first-child+html .company{
		background-color:#00FFFF;
		margin-right:0px;
		text-align:center;
		white-space:nowrap;
	}

*:first-child+html .location{
		background-color:#ffcccc;
		margin-right:0px;
		text-align:center;
	}
