dwm-captcha button{
	content:'';
	height:50px;
	width:50px;
	border:none;
	border-left:dashed 1px #525252;
	background:url(/ssc/captcha/images/reset.png) #1c1a1c center no-repeat;
	background-size:40px 40px;
	transition:0.2s;
}
dwm-captcha button:hover{
	background-size:30px 30px;
}
dwm-captcha button span{
	display:none;
}
dwm-captcha img{
	height:50px;
	border-radius:5px 0px 0px 5px;
	margin-left:5px;
}
[dir=rtl] dwm-captcha img{
	border-radius:0px 5px 5px 0px;
	margin-right:5px;
	margin-left:0px;
}