.captchaimage {
	border-radius: 10px;
	background-color: #B0C4DE;
	border: 2px solid #FFF;
	cursor: pointer;
}
.selectedcaptcha {
	border: 2px solid #DC143C;
}