#impro_editor {
	
}

#vimg-toolbar {
	float: left;
}

#vimg-toolbar-filter {
	float: right;
}

#vimg-search {
	width: 80px;
}

#impro_editor .thumb {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 5px;
}

.impro_right {
	float: right;
	margin-top: 5px;
    width: 200px;
}

.impro_right .impro_alt, .impro_right .impro_title {
	margin-top: 6px;
	margin-bottom: 10px;
	width: 97%;	
}

.impro_wide {
	float: none;
	clear: both;
}

.impro_width, .impro_height {
	width: 45px;
	float: float;
}

label[for=impro_width], label[for=impro_height] {
	display: inline-block;
    position: relative;
    top: -3px;
    width: 42px;
}

.impro_resize_cont {
	float: right;
	width: 95px;
}

.impro_size_cont {
	float: left;
}

.impro_resize_label {
	display: inline-block;
	margin-top: 6px;
}

.impro_cancel {
	float: left;
}

.impro_preview {
	float: right;
}

.impro_choose {
	width: 176px;
}

#wp_editbtns {
	display: none !important;
}

.impro_info {
	color: #666;
	line-height: 1.3em;
	margin-top: 5px;
	text-align: justify;
	padding-right: 10px;
}

.impro_choosebg {
	background: #0A0B0B;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.impro_choosebg li {
	cursor: pointer;
}