/* gadgets */
a.gdremove, a.gdsettings, a.gdhide, a.gdshow, a.gdshow:hover, a.gdremove:hover, a.gdsettings:hover, a.gdhide:hover {
	background-image:url("images/gadget.gif");
	float:right;
	height:19px;
	margin-left:3px;
	margin-top:0;
	overflow:hidden;
	position:relative;
	width:16px;
}

a.gdremove { background-position:-43px 0; }
a.gdremove:hover { background-position:-43px -19px; }
a.gdhide { background-position:-24px 0; }
a.gdhide:hover { background-position:-24px -19px; }
a.gdsettings { background-position:-5px 0; }
a.gdsettings:hover { background-position:-5px -19px; }
.gdhided a.gdhide { background-position:-62px 0; }
.gdhided a.gdhide:hover { background-position:-62px -19px; }


.btnExample {
  background: url(/images/el_plat1.png) no-repeat;
   border: 0 none;
   height: 36px;
   width: 175px;
}
 
.btnExample:hover {
  background-image:url("/images/el_plat2.png");
}