#captcha{
	width: 230px;
	height: 98px;
	background-color: white;
	border: 1px solid rgb(205, 207, 211);
	border-radius: 5px;
	margin-top: 30px;
}

#mainCaptcha{
	height: 67px;
	text-align: center;
}


.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: visible;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
top: -5px;
left: 105%;
/* Position the tooltip */
position: absolute;
z-index: 1;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}

#txtInputCap{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 5px;
	height: 30px !important;
}

#txtInputCap:focus{
	border-color: rgb(210, 210, 210);
}

#refresh{
	border-top-right-radius: 0px;
	background-image:url('../css/common/refresh.PNG');
}
