#performed_ecmware {
    
   /* margin-top: 20px;*/
    display: block;
    background-color: white;
    color: #666;   
    margin-right: 20px;
    float:right;
    width:120px;
    background-image: url(../images/ecmware.gif);
    background-repeat: no-repeat;
    background-position: left;
    text-align:left;
    padding-left:20px;
    font-size:0.65em;
    line-height:1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#performed_ecmware a{
   color:#0090CF;
   text-decoration:none;
}

#performed_ecmware a:hover{
	background-color:#0090CF;
	color:#fff;
}