/*CKEditor iframe content*/

/*embedded box*/
.embedded {
    background: none repeat scroll 0 0 #508CFF;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    margin: 5px 0px;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    overflow: hidden;
}
.embedded::-moz-selection, 
.embedded .close::-moz-selection {
    background: none repeat scroll 0 0 #508CFF;
    color: #FFFFFF;
}
.embedded:hover {
    opacity: 0.9;
}
.embedded .close {
    float:right;
    cursor: pointer;
}
.embedded.arrow {
    cursor: pointer;
}