/* image replacement */
.replace {position:relative; overflow:hidden;}
.replace em {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; background-repeat:no-repeat;}
* html>body .replace{overflow:visible; font-size:5px;}


#hook-for-image-replacement,
#hook-for-image-replacement a {
	display:block;width:63px;height:30px;
}
#hook-for-image-replacement a.replacesubmit em{
	background:url('../images/submit.gif') no-repeat;
}
#hook-for-image-replacement a.replacesubmit:hover em{
	background-position:bottom left;
}