#content form {
	overflow:hidden;
	max-width:900px;
}
.MCEbox {
	float:left; 
	margin:0px 0px 14px 0px;
	width:99.5%;
}
.MCEboxS {
	float:left; 
	margin:0px 0px 14px 0px;
	width:500px;
}
input, select, textarea {
	background-color:#fbfbfb;
	border:1px solid #cbcbcb;
	padding:5px;
	color:#666;
	margin:0px 0px 10px 0px;
	font:14px/22px 'Roboto', sans-serif;
	font-style:italic;
	height:24px;
	float:left;
}
textarea {
	height:auto;

}
select {
	height:36px;
	float: none;
    margin: 0px 0px 0px 0px;
}
select.multiple {
	width:534px;
	height:auto;
}
input.false, select.false, textarea.false {
	color:#900;
	border:1px solid #900;
}
input[type=submit], input[type=button] {
	padding:0px;
	color:#fff;
	font-style:normal;
}
input[type=submit].btn1, input[type=button].btn1, a.btn1 {
	background-color:#000;
	color:#fff;
	height:22px;
	font-size:17px;
	padding:15px 30px;
	cursor:pointer;
	border:0px;
	float:left;
	text-decoration:none;
	clear:left;
	width:auto;
}
input[type=submit].btn1, input[type=button].btn1 {
	min-height:52px;
}
input[type=submit].btn1.publish {
	clear:none;
	margin:0px 0px 0px 20px;
	background-color:#fff;
	color:#333;
}


.btn2 {
	height:22px;
	padding:15px 30px;
	cursor:pointer;
	border:0px;
	color:#000;
	font-size:17px;
	background-color:#e4e3e3;
	text-decoration:none;
	float:right;
	font-style:normal;
}
input.checkbox {
	float:left;
	clear:left;
	padding:0px;
	border:0px;
	margin:9px 10px 0px 0px;
}
span.false {
	display:block;
	margin:-7px 0px 0px 250px;
	color:#900;
}

label {
	float:left;
	clear:left;
	font:bold 14px/22px 'Roboto', sans-serif;
	width:250px;
	margin:8px 0px 7px 0px;
}
label.checkboxlabel {
	clear:none;
	width:auto;
}
label span {
	font-style:italic;
	color:#999;
}

fieldset {
	border:1px solid #ccc;
	border-radius:2px;
	background-color:#fff;
	padding:20px;
	margin:0px 0px 14px 0px;
}
fieldset input, fieldset select, fieldset textarea {
	width:450px;
}
fieldset select {
	width:461px;
}
fieldset textarea {
	height:300px;
}

#multiupload #imgs {
	overflow:hidden;
}
#multiupload #imgs span {
	margin:10px;
	width:190px;
	height:190px;
	position:relative;
	float:left;
	box-shadow:0px 0px 2px 0px #666;
	padding:10px;
}
#multiupload #imgs img {
	display:block;
	margin:0px auto;
	max-height:190px;
	max-width:190px;
}
#multiupload #imgs img.shop_delimg {
	position:absolute;
	top:10px;
	display:none;
	right:10px;
	cursor:pointer;
}
#multiupload #imgs span:hover .shop_delimg {
	display:block;
}

.boximg {
	float:left;
	max-width:500px;
	margin:0px 0px 14px 0px;
}
.boximg img {
	max-width:100%;
	max-height:150px;
}

form hr {
	border:0px;
	border-bottom:1px outset #ccc;
	float:left;
	margin:30px 0px;
	width:100%;
	clear:both;
}