
.star {
	color: red;
}
input {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.text {
	width: 82px;
	padding: 2px;
	line-height: 14px;
	height: 14px;
	font-size: 12px;
	color: #333;
}
.x-text {
	width: 134px;
}
.xx-text {
	width: 164px;
}
.xxl-text {
	width: 404px;
}
select {
	width: 88px;
	text-align: center;
}
.tips-bar {
	width: 150px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 8px #444;
	box-shadow: 3px 3px 8px #444;
	border-radius: 5px;
	position: absolute;
	bottom: 31px;
	left: -50px;
	z-index: 1;
	color: #666;
	display: none;
}
.tips-bar:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-top: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 80px;
	bottom: -10px;
}
.tips-bar:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	z-index: 1;
	left: 80px;
	bottom: -9px;
}
#submit	{
	padding: 20px 0 10px;
	text-align: center;
}
#submit .submit {
	width: 90px;
	height: 40px;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}
#submit .submit:hover {
	background-color: #0044cc;
	background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}
#submit .reset {
	margin-top: 10px;
	width: 60px;
	height: 30px;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #adadad;
	background-image: linear-gradient(to bottom, #d5d6d1, #cecece);
	margin-left: 10px;
}
#submit .reset:hover {
	background-color: #e77061;
	background-position: 0 -30px;
    transition: background-position 0.1s linear 0s;
}
.add-more td {
	border: none;
	text-align: right;
}
.add-more td a {
	text-decoration: none;
	color: #0088cc;
}
.add-more td a:hover {
	color: #0044cc;
}
/** upload-bar */
.upload-bar {
	width: 600px;
	padding: 20px 25px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}

.upload-bar h2 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.upload-bar h2>p.title {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.upload-bar h2>p.close {
	width: 40px;
	text-align: center;
	cursor: pointer;
	float: right;
}

.upload-bar .error {
	background: #0088cc;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #b00b0a;
}

#imgZone {
	display: none;
	width: 600px;
	height: 280px;
	position: relative;
}

.upload-bar .handle {
	height: 40px;
	border-top: 1px solid #e1e1e1;
	position: relative;
}

.upload-bar .handle p:first-child {
	width: 300px;
	float: left;
}

.upload-bar .handle p:first-child input[type='file'] {
	width: 90px;
	height: 40px;
	margin: 5px 0 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.upload-bar .handle p:last-child {
	float: right;
}


.btn {
    width: 90px;
    height: 40px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}

.btn:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.btn-1 {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.btn-1:hover {
    background-color: #51a351;
}

.btn-2 {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}

.btn-2:hover {
    background-color: #0044cc;
}

/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 2000;
	top: 10px;
	right: -280px;
	padding: 6px;
	border: 1px rgba(0,0,0,.4) solid;
	background-color: white;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
	width: 250px;
	height: 170px;
	overflow: hidden;
}

