.capt{
	background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
                  url("captcha-bg.png");
	width: 250px;
	height:80px;			  
}

#mainCaptcha{
	position: relative;
	left : 60px;
	top: 5px;
	
}

#refresh{
	position: relative;
	left:200px;
	width:35px;
	height:35px;
	bottom:40px;
	background-image: url("icons8-refresh-button-32.png");
}

#txtInput, #Button1{
	position: relative;
	left:20px;
	bottom:45px;
}