form{
/*	width: 400px;*/
	position: relative;
}
.ajaxgif{
	position:absolute; bottom:25px; /*right:-20px;*/
}
.ajaxgiflogin{
	position:absolute; /*right:-20px;*/
}
.hide{
	display:none;
}

.captcha {
	clear:both;
	display:inline-block;
	/*border:1px solid #ddd;
	padding:10px;*/
	background-color:#f6f6f6;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.captcha img {
	display:block;
	float:left;
}

.captcha img.captcha-img {
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.captcha > i.change-captcha {
	cursor:pointer;
	margin-top:25px;
	margin-left:15px;
}

input.captcha[type=text] {
	width:200px !important;
	margin-top:5px;
}