#publishing-action #original_publish,
#publishing-action #publish {
	width: 80px;
}

#required_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #666666;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: 'alpha(opacity=90)';
}

#required_box {
	position: absolute;
	left: 50%;
	z-index: 3;
	width: 600px;
	margin-left: -320px;
	padding: 10px 20px;
	background: #333333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#required_box #required_msg {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

#required_box #required_submit {
	text-align: center;
}

#required_box .postbox div.inside {
	padding: 10px;
}

.cf_title{
	font-size: 11px;
	font-weight:bold;
	margin: 12px;
	line-height:14px;
	position:relative;
	top:3px;
}

div.imf div.inside {
	height: 100px;
	position: relative;
}

div.imf div.inside p.imf_media button.imf_clear {
	margin-right: 1px;
}

div.imf div.inside p.imf_media span.imf_thumb {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 150px;
	height: 96px;
	overflow: hidden;
	border: #cccccc 2px solid;
	background-color: #ebebeb;
}
div.imf div.inside p.imf_media img.imf_clear {
	vertical-align: text-bottom;
	cursor: pointer;
}



.multi_checkbox_val, .multi_checkbox_def {
	display: none;
}


.postbox_label {
	margin-bottom: 20px !important;
	padding: 7px 9px;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	background: #DFDFDF url(../../../wp-admin/images/gray-grad.png) repeat-x scroll left top;
	color: #464646;
}

/* Inline Radio Button */

.multi_item {
	margin: 1px 8px 1px 3px;
	display: inline-block;
}

input {
	margin:0;
}

.rounded_box {
	padding: 0.5em;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
	}

fieldset{
	padding:10px 5px;
	margin:10px 0px;
	font-size:110%;
	border: 1px solid;
}

.es_gray{
	background: #eee;
	border-color: #888;
}
.es_red{
	background: #fee;
	border-color: #f88;
}
.es_green{
	background: #efe;
	border-color: #8f8;
}
.es_blue{
	background: #eef;
	border-color: #88f;
}
.es_yellow{
	background: #ffd;
	border-color: #bb0;
}
.es_aqua{
	background: #eff;
	border-color: #8ff;
}
.es_fuchsia{
	background: #fef;
	border-color: #f8f;
}

.help, .help_fieldset{
	cursor:help;
	border:dotted;
	border-width:0px 0px 1px;
	border-color:#000 #000 #333;
}
.help{
	vertical-align:top;
	position:relative;
	top:0.4em;
}
img_required{
	border:none;
	position:relative;
	top:-8px;
}
.postbox.required span.img_required {
	border:none;
	margin:0;
	padding:4px 4px 4px 12px;
	background: url('images/required.png') no-repeat left top;
	vertical-align:top;
	position:relative;
	top:8px;
}
.postbox {
	margin:5px;
}

.pad, .pad0{
	margin-left:0;
}
.pad1{
	margin-left:20px;
}
.pad2{
	margin-left:40px;
}
.pad3{
	margin-left:58px;
}
.pad4{
	margin-left:74px;
}
.pad5{
	margin-left:86px;
}
.pad6{
	margin-left:96px;
}
.pad7{
	margin-left:104px;
}
.pad8{
	margin-left:110px;
}
.pad9{
	margin-left:114px;
}
