/* хак 1 */
.opacity0
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* хак 2 */
fieldset legend
{
	margin-bottom: .8em;
	margin-left: -7px;
}

/* хак 3 */
ol li, ul li
{
	vertical-align: bottom;
}

img
{
	-ms-interpolation-mode: bicubic;
}
