.gcaptcha {
	height: auto;
	width: auto;
	padding: 2px;
}

.gcaptcha div.holder {
	height: auto;
	width: auto;
	float: left;
}

.gcaptcha img.image {
	width: 150px;
	height: 30px;
	pointer-events: none;
}

.gcaptcha input {
	float: left;
}

.gcaptcha .refresh {
	padding-top: 4px;
	height: 20px;
	width: 20px;
}

.gcaptcha .icon-ic_actions_refresh {
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	color: #444;
	background-color: white;
	margin-left: 5px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
	cursor: pointer;
}

.gcaptcha .icon-ic_actions_refresh:hover {
	border: 1px solid #B2B2B2;
	box-shadow: inset 0 -2px 0 0 #F0F0F0, 0 0 2px rgba(0,0,0,0.2);
	outline: 0;
}

.gcaptcha img.loading {
	height: 30px;
	width: 30px;
	padding: 0px;
	padding-right: 35px;
	padding-left: 35px;
}
