.dreamc_metabox_image_show img{
	width: 50%;
	height: auto;
	margin: 10px 0;
}
.dreamc_bottom{
	border: 1px solid rgb(0, 115, 170);
	background: rgb(0, 115, 170);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	margin-left: 10px;
	cursor: pointer;
}
.dreamc_bottom:hover{
	background: transparent;
	color: rgb(0,0,0);
}
#poststuff h3{
	background: #0073AA;
    color: rgb(255, 255, 255);
}
.handlediv{
	color: rgb(255,255,255);
}