@font-face {
	font-family:'iconfont';src:url("../iconfont/iconfont.eot");src:url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"),url("../iconfont/iconfont.woff") format("woff"),url("../iconfont/iconfont.ttf") format("truetype"),url("../iconfont/iconfont.svg#iconfont") format("svg")
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 1em;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block
}

audio,canvas,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%
}

body {
	margin: 0;
	height: 100%
}

a {
	background: transparent
}

a:hover,a:active,a:visited {
	outline: 0;
	color: #333
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none
}

button,input {
	line-height: normal;
	outline: none
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer
}

button[disabled],input[disabled] {
	cursor: default
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	font-size: 1em;
	line-height: 1.5;
	color: #333;
	background-color: #f2f2f2;
	min-width: 320px
}

img {
	vertical-align: middle
}

textarea {
	resize: vertical
}

h1,h2,h3,h4,h5,h6,p,figure,form {
	margin: 0
}

ul,ol,li,dl,dd {
	margin: 0;
	padding: 0
}

ul,ol {
	list-style: none outside none
}

h1,h2,h3 {
	font-weight: normal
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	color: #1a1a1a
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc
}

.table {
	display: table;
	width: 100%
}

.table .table-cell {
	display: table-cell
}

@media screen and (min-width: 320px) {
	#warp>header {
		font-size: 20px;
		padding: 0
	}

	#warp .content,#warp #pop {
		font-size: 20px
	}

	#category {
		font-size: 20px
	}

	#address_sel {
		font-size: 20px
	}

	#pop-address {
		font-size: 20px
	}
}

@media screen and (min-width: 480px) {
	#warp>header {
		font-size: 30px
	}

	#warp .content,#warp #pop {
		font-size: 30px
	}

	#category {
		font-size: 30px
	}

	#address_sel {
		font-size: 30px
	}

	#pop-address {
		font-size: 30px
	}
}

@media screen and (min-width: 640px) {
	#warp>header {
		font-size: 40px
	}

	#warp .content,#warp #pop {
		font-size: 40px
	}

	#category {
		font-size: 40px
	}

	#address_sel {
		font-size: 40px
	}

	#pop-address {
		font-size: 40px
	}
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		-webkit-transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		-webkit-transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}
}

@-ms-keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-ms-transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		-ms-transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		-ms-transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		-ms-transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		-ms-transform: translate3d(-50%, -50%, 0)
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%)
	}
}

@-ms-keyframes zoomIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@-ms-keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		-ms-transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		-ms-transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}
}

@-ms-keyframes zoomOut {
	0% {
		opacity: 1;
		-ms-transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		-ms-transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		-ms-transform: translate3d(-50%, -50%, 0)
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0)
	}
}

#pop,.pop_state {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 14.9em;
	max-width: 596px;
	min-width: 298px;
	height: auto;
	background-color: #fff;
	z-index: 1001;
	border: 1px solid #d9d9d9;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transform: translate3d(-100%, -500%, 0);
	-ms-transform: translate3d(-100%, -500%, 0);
	transform: translate3d(-100%, -500%, 0)
}

#pop.active,.pop_state.active {
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1
}

#pop.popIn,.pop_state.popIn {
	-webkit-animation: bounceInLeft 0.8s both;
	-ms-animation: bounceInLeft 0.8s both;
	animation: bounceInLeft 0.8s both
}

#pop.popOut,.pop_state.popOut {
	-webkit-animation: zoomOut 0.5s both;
	-ms-animation: zoomOut 0.5s both;
	animation: zoomOut 0.5s both
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5)
}

.mask.active,.mask.popIn {
	display: block
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		-webkit-transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		-webkit-transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}
}

@-ms-keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		-ms-transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		-ms-transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		-ms-transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		-ms-transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		-ms-transform: translate3d(-50%, -50%, 0)
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-300%, -50%, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-40%, -50%, 0)
	}

	75% {
		opacity: 1;
		transform: translate3d(-55%, -50%, 0)
	}

	90% {
		opacity: 1;
		transform: translate3d(-48%, -50%, 0)
	}

	100% {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%)
	}
}

@-ms-keyframes zoomIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(-50%) translateY(-50%)
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(0.3)
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%)
	}
}

@-webkit-keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@-ms-keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		-ms-transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		-ms-transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@keyframes zoomInIPhone4 {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.3);
		margin-left: -7.45em;
		margin-top: -5.25em
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		margin-left: -7.45em;
		margin-top: -5.25em
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0)
	}
}

@-ms-keyframes zoomOut {
	0% {
		opacity: 1;
		-ms-transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		-ms-transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		-ms-transform: translate3d(-50%, -50%, 0)
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0)
	}

	50% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0.3)
	}

	100% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0)
	}
}

#pop,.pop_state {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 14.9em;
	max-width: 596px;
	min-width: 298px;
	height: auto;
	background-color: #fff;
	z-index: 1001;
	border: 1px solid #d9d9d9;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transform: translate3d(-100%, -500%, 0);
	-ms-transform: translate3d(-100%, -500%, 0);
	transform: translate3d(-100%, -500%, 0)
}

#pop.active,.pop_state.active {
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 1
}

#pop.popIn,.pop_state.popIn {
	-webkit-animation: bounceInLeft 0.8s both;
	-ms-animation: bounceInLeft 0.8s both;
	animation: bounceInLeft 0.8s both
}

#pop.popOut,.pop_state.popOut {
	-webkit-animation: zoomOut 0.5s both;
	-ms-animation: zoomOut 0.5s both;
	animation: zoomOut 0.5s both
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5)
}

.mask.active,.mask.popIn {
	display: block
}

.pop_state p {
	text-align: center;
	height: 6em;
	line-height: 6em;
	font-size: 0.8em
}

.pop_state .option {
	margin-bottom: 1.75em;
	padding: 0 1.25em
}

.pop_state .option a {
	display: inline-block;
	width: 49.5%;
	height: 2.3em;
	line-height: 2.3em;
	font-size: 0.7em;
	padding: 0 1.42em;
	-webkit-tap-highlight-color: transparent;
	outline: none
}

.pop_state .option .btn_sure {
	background-color: #e04241;
	color: #fff;
	margin-right: 1%;
	border-top-left-radius: 2.3em;
	border-bottom-left-radius: 2.3em;
	text-align: left
}

.pop_state .option .btn_cancel {
	background-color: #dcdcdc;
	color: #535353;
	border-top-right-radius: 2.3em;
	border-bottom-right-radius: 2.3em;
	text-align: right
}

.pop_state .option .btn_ok {
	width: 100%;
	text-align: center;
	background-color: #e04241;
	color: #fff;
	-webkit-border-radius: 2.3em;
	-ms-border-radius: 2.3em;
	border-radius: 2.3em
}

#warp>header {
	min-width: 320px;
	text-align: center;
	height: 2.2em;
	line-height: 2.2em;
	position: relative
}

#warp>header .title {
	text-align: center;
	height: 2.2em;
	line-height: 2.2em
}

#warp>header .btn_back {
	position: relative;
	z-index: 20;
	display: inline-block;
	text-align: center;
	height: 2.2em;
	line-height: 2.2em;
	width: 2.2em;
	color: #7d7d7d
}

.content {
	font-family: "microsoft yahei";
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 1em
}

.header {
	text-align: center;
	height: 5.5em;
	margin-bottom: 0.45em;
	position: relative
}

.header .hd_img {
	position: relative;
	width: 5em;
	height: 5em;
	background-color: #fff;
	margin: 0 auto;
	padding: 0.25em;
	-webkit-border-radius: 5em;
	-ms-border-radius: 5em;
	border-radius: 5em
}

.header .hd_img img {
	width: 4.5em;
	height: 4.5em;
	-webkit-border-radius: 4.5em;
	-ms-border-radius: 4.5em;
	border-radius: 4.5em;
	border: 0;
	vertical-align: top
}

.header .hd_file {
	position: absolute;
	top: 0;
	left: 50%;
	width: 5em;
	height: 5em;
	margin-left: -2.5em;
	opacity: 0
}

#innercontent .address {
	margin: 0.8em 1.6em 0
}

#innercontent .filed {
	line-height: 1;
	margin-bottom: 1.2em;
	position: relative;
	min-height: 2.1em
}

#innercontent .filed.error {
	margin-bottom: 0
}

#innercontent .filed.error .input_size_auto {
	box-shadow: 0 0 0.5em #f33a32;
	border: 1px solid #ff827d;
	text-align: left
}

#innercontent .filed.error label {
	display: block;
	font-size: 0.7em;
	margin: 1em 0 1em 1em;
	color: #f33a32;
	position: relative
}

#innercontent .filed.error textarea {
	box-shadow: 0 0 0.5em #f33a32;
	border: 1px solid #ff827d
}

#innercontent .filed .pwd {
	width: 2em;
	height: 2em;
	background: url(../../images/user/pwd_icon.png) no-repeat;
	position: absolute;
	top: 0.05em;
	right: 0.15em;
	text-indent: -9999em;
	background-size: 2em
}

#innercontent .filed select {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 2.1em;
	line-height: 2.1em;
	outline: none;
	background-color: transparent;
	opacity: 0;
	z-index: 12
}

#innercontent .filed>div {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0.8em;
	width: 100%;
	height: 2.8em;
	line-height: 2.8em;
	border-radius: 2.8em;
	border: none;
	font-size: 0.75em;
	background: #fff;
	color: #777
}

#innercontent .filed>div:after {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	padding: 0;
	border: solid;
	border-color: transparent transparent #acacac;
	border-width: 0.3em;
	float: right;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 1.2em
}

#innercontent .filed textarea {
	padding: 0.8em;
	width: 100%;
	border-radius: 1.5em;
	border: none;
	background: #fff;
	outline: none;
	font-size: 0.75em
}

#innercontent .province.error,#innercontent .city.error,#innercontent .area.error,#innercontent .street.error {
	padding-top: 2em
}

#innercontent .province.error div,#innercontent .city.error div,#innercontent .area.error div,#innercontent .street.error div {
	box-shadow: 0 0 0.5em #f33a32;
	border: 1px solid #ff827d
}

#innercontent .input_size_auto {
	padding-left: 0.8em;
	width: 100%;
	height: 2.8em;
	border-radius: 2.8em;
	border: none;
	background: #fff;
	font-size: 0.75em
}

#innercontent .option {
	position: relative;
	margin: 1.1em 0 1.75em
}

#innercontent .option .checkbox {
	color: #262626;
	position: relative;
	font-size: 0.85em;
	vertical-align: top
}

#innercontent .option .checkbox .iconfont {
	font-size: 0.75em;
	display: none;
	position: absolute;
	left: 0.25em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f32e2b;
	margin-top: 1px
}

#innercontent .option .checkbox.active .iconfont {
	display: block
}

#innercontent .option .checkbox.active input:checked {
	border-color: #f54a47;
	background: #fff
}

#innercontent .option .checkbox.active input {
	border-color: #f54a47;
	background: #fff
}

#innercontent .option .checkbox em {
	font-style: normal;
	color: #626262;
	vertical-align: text-top;
	line-height: 1;
	font-size: 0.8em
}

#innercontent .option .checkbox input {
	-webkit-appearance: none;
	width: 1.1em;
	height: 1.1em;
	background-color: #dcdcdc;
	margin-right: 0.4em;
	display: inline-block;
	border-radius: 0.15em;
	border: 0.1em solid #dcdcdc
}

#innercontent .submit {
	margin: 1.25em 0
}

#innercontent .submit .input_size_auto {
	background: #f33a32;
	color: #fff
}

.step2 #preview {
	margin-left: 1.1em;
	width: 12.7em;
	height: auto !important;
	max-height: 12.7em
}

.step2 .jcrop-holder {
	margin: 0 auto
}

.jcrop-holder {
	direction: ltr;
	text-align: left
}

.jcrop-vline,.jcrop-hline {
	background: #fff url(Jcrop.gif) top left repeat;
	font-size: 0;
	position: absolute
}

.jcrop-vline {
	height: 100%;
	width: 1px !important
}

.jcrop-hline {
	height: 1px !important;
	width: 100%
}

.jcrop-vline.right {
	right: 0
}

.jcrop-hline.bottom {
	bottom: 0
}

.jcrop-handle {
	background-color: #333;
	border: 1px #eee solid;
	font-size: 1px
}

.jcrop-tracker {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	height: 100%;
	width: 100%
}

.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0
}

.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px
}

.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%
}

.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%
}

.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0
}

.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0
}

.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0
}

.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px
}

.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%
}

.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px
}

.jcrop-dragbar.ord-n {
	margin-top: -4px
}

.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0
}

.jcrop-dragbar.ord-w {
	margin-left: -4px
}

.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline {
	background: #FFF;
	filter: Alpha(opacity=70) !important;
	opacity: 0.7 !important
}

.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	border-color: #FFF;
	border-radius: 3px
}

.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline {
	background: #000;
	filter: Alpha(opacity=70) !important;
	opacity: 0.7 !important
}

.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	border-color: #000;
	border-radius: 3px
}

.jcrop-holder img,img.jcrop-preview {
	max-width: none
}
