.my_meta_control .description
{ display:none; }
 
.my_meta_control label
{ display:block; font-weight:bold; margin:6px; margin-bottom:0; margin-top:12px; }
 
.my_meta_control label span
{ display:inline; font-weight:normal; }
 
.my_meta_control span
{ color:#999; display:block; }
 
.my_meta_control textarea, .my_meta_control input[type='text']
{ margin-bottom:3px; width:99%; }
 
.my_meta_control h4
{ color:#999; font-size:1em; margin:15px 6px; text-transform:uppercase; }

.media-box input[type='text'] {
	display: none;
}
.my_meta_control .pre-image {
	position: relative;
	width: 150px;
	min-height: 150px;
	border: solid 1px #ccc;
}
.my_meta_control .pre-image img {
	width: 100%;
	vertical-align: bottom;
	cursor: move;
	height:auto;
}
.my_meta_control .pre-image .img-edit {
	background-color: #666;
	padding: 5px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	display: none;
}
.my_meta_control .pre-image:hover .img-edit {
	display: block;
}
.my_meta_control .pre-image .img-edit a {
	color: #fff;
	text-decoration: none;
}
.my_meta_control .pre-image .img-edit a:hover {
	color: #eee;
}
   
.my_meta_control .yye-sec{
	overflow:hidden;
}

.my_meta_control .yye-sec .yye-secL{
	float:left;
	width:49%;
}
.my_meta_control .yye-sec .yye-secR{
	float:right;
	width:49%;
}










