﻿.article 
{
	position: absolute; 
	z-index: 10000;
    background-color: #F5F7F8; 
    width:250px;
    float:left;
    background: #FFFFFF;
    margin-left: 1px;
    border: 1px solid #86b9d8;
    padding: 4px;
} 

.img
{
	border:0px;
	vertical-align:middle;
	position:relative;
	top:0px;
	height:20px;
	left:1px;
}

	*html .img 
	{
		top:1px;	
	}
	*+html .img 
	{
		top:1px;	
	}