﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, textarea, input {
	margin: 0;
	padding: 0;
}

address, cite, dfn, em, var, i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
	font-size: 100%;
	font-weight: normal;
}

button, input, select, textarea {
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666;
	background: none
}

ul, ol, li {
	list-style: none;
}

:focus {
	outline: none;
}

.clearfix {
	clear: both;
	content: "";
	display: block;
	overflow: hidden
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.error {
	color: #f4263a;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.w-128 {
	width: 1280px;
}

.color-ff {
	color: #ff1a1a;
}

.title-bg {
	background: #f8f8f8;
	background-clip: padding-box;
	position: relative;
}

.ml0 {
	margin-left: 0;
}

.mb0 {
	margin-bottom: 0;
}
.pm0 {
    padding-bottom:0;
}
.mt0 {
    margin-top: 0;
}

.pt0 {
    padding-top: 0;
}

.mt10 {
	margin-top: 10px;
}
.uploadify {
    position:absolute;
    left:0;
    top:0;
}
.Upload-pictures img {
    max-width:100%;
}





