@charset "utf-8";
/* CSS Document */

*{margin:0;
  padding:0;
 }
img{ border:none;
}
html, body { 
	width:100%; font-family:Arial, Helvetica, sans-serif;
 
}

Li,dd,dl,dt{
  
  list-style:none;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;  
 
  }
  
#content input { cursor:pointer;}