.cmb_metabox .field-item {
	position: relative;
}

.cmb_metabox_description { 
	color: #AAA; 
	float: right;
	overflow: hidden;
}

.cmb_metabox input[type=text], 
.cmb_metabox textarea, 
.cmb_metabox select { 
	width: 100%;
	margin: 0;
}

.cmb_metabox input.cmb_text_small { 
	width: 100px; 
}

.cmb_metabox input.cmb_text_medium {
	width: 230px; 
	margin-right: 15px;
}

.cmb_metabox input[type="radio"] { 
	margin: 0 5px 0 0; 
	padding: 0;
}

.cmb_metabox input[type="checkbox"] { 
	margin: 0 5px 0 0; 
	padding: 0;
}

.cmb_metabox .field-title { 
	margin-top: -4px; 
	margin-bottom: 16px; 
	margin-top: 0; 
	font-weight: bold; 
}

.cmb_metabox .field-title label {
	vertical-align: baseline;
}