﻿img {
vertical-align:top;
border: none;
}
/*IE6*/
* html img{
vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
vertical-align: bottom;
}
*:first-child+html #detail .company img{
vertical-align: middle;
margin-top:-2px
}
.nodisp {
	display: none;
	height: 1px;
}