
.inp{
	width:103px;
	display:block;
	float:left;
	padding:14px 7%;
	border:1px solid #CCC;
	border-radius:5px;
	background:#f6f6f6;
}


.viewCaptcha{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background-image:url('../img/bg-captcha.jpg');
	background-color:#000;
	padding:10px 20px;
	letter-spacing: 1px;
	display:inline;
	width:auto;
	height:20px;
	float:left;
}

.icon-reload{
	display:inline;
	height:40px;
	cursor:pointer;
	margin-left:2px;
}
img.icon-reload:hover{
	display:inline;
	height:40px;
	cursor:pointer;
	filter:brightness(105%);
}


.boxCaptcha{
	float:left;
	margin-top:20px;
}