.larry-verfiy-code{
	position: relative;
}
#larry_code{width:120px;margin-bottom:10px}
#larry_code .code {
	display: block;
	background: #ffffff;
	width: 95px;
	height: 40px;
	padding: 0px;
	border-radius: 4px;
	position: absolute;
	top: -1px;
	left: 128px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25)
}

#larry_code .code .arrow {
	background: url(../images/login_code.png) no-repeat 0 0;
	display: block;
	width: 7px;
	height: 13px;
	position: absolute;
	left: -7px;
	top: 13px
}

#larry_code .code-img {
	width: 90px;
	height: 38px;
	position: absolute;
	top: 1px;
	left: 2px;
	cursor: pointer
}

#larry_code .code-img img {
	display: block;
	width: 100%;
	height: 100%
}

#larry_code .code a.change {
	display: block;
	width: 11px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: -30px;
	background: url(../images/login_code.png) no-repeat 0px -15px;
	opacity: 0.7
}

.larry-btn {
	position: static;
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	background: #ef4300;
	width: 170px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0 auto !important;
	border: 1px solid #ff730e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s
}

.larry-btn:hover {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2)
}

.larry-btn:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset, 0 1px 4px 0 rgba(0, 0, 0, .1);
	border: 0px solid #ef4300
}

.copy-right {
	display: block;
	width: 360px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
	font-size: 14px;
	padding-top: 5px
}

.copy-right a {
	cursor: pointer;
	color: #000000
}

.copy-right a:hover {
	color: #ffffff
}
