.gcaptcha { 
	padding: 1px; 
	width: 150px;
	height: 66px;
	overflow: hidden;
}

.gcaptcha div.holder {
	width: 150px;
	height: 45px;
}

.gcaptcha img.image {
	width: 150px;
	padding: 0px;
	float: left;
}

.gcaptcha img.loading {
	width: 32px;
	padding-left: 56px;
	padding-top: 13px;
	float: left;
}

.gcaptcha img.refresh {
	width: 21px;
	height: 21px;
	float: left;
	padding-left: 5px;
	cursor: pointer;
	cursor: hand;
}

.gcaptcha input.input {
	text-align: left;
	float: left;
	width: 122px;
	height: 21px;
	line-height: 21px;
}
	