#captcha{
	width: 250px;
	height: 100px;
	background-color: white;
	border: 1px solid rgb(205, 207, 211);
	border-radius: 5px;
	margin-top: 30px;
}

#mainCaptcha{
	height: 67px;
	text-align: center;
}

#txtInput{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 5px;
}

#txtInput:focus{
	border-color: rgb(210, 210, 210);
}

#refresh{
	border-top-right-radius: 0px;
}
