/*
 *	This file taken from "Cherry Plugin": http://www.cherryframework.com/update/meet-the-cherry-plugin-bare-functionalities-no-strings-attached/
 *	Makes small changes 2015-08
 * */
h3.sc-options-title {
        margin: 25px 10px;
        font-size: 14px;
}
#motiondialog-options-table th,
#motiondialog-options-table td {
        padding: 10px;
}
#motiondialog-options-table th > label {
        display: block;
        padding: 5px 0 0 !important;
        width: 160px;
        text-align: right;
        font-size: 12px !important;
        font-weight: bold !important;
}
#motiondialog-options-table .input-text,
#motiondialog-options-table .input-select {
        margin: 0 0 5px;
        width: 280px;
        height: 28px;
        font-size: 13px;
}
#motiondialog-options-table .input-help {
        display: block;
        padding: 0 5px;
        width: 270px;
        color: #888;
        font: italic 11px/1.2em Arial,sans-serif;
}
#motiondialog-options-table .select_wrapper span {
        display: none;
}
.buttons-wrapper {
        margin: -3px -15px 0;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        background: #eee;
}
.mce-ico.motion-icon{
	background:url(../../images/icon-20x20.png) no-repeat center center;
}
#motiondialog-sandbox{
	text-align:center;
	padding:2% 0 0;
}
#motiondialog-sandbox button{
	margin-top:30px;
}
