/* typography */
.typography_container {
    padding-bottom:0px;
}
.typography_container .option {
    width: 100%;
}
.typography_container input {
    float:left;
    margin-right:14px;
}

.typography_container .select-wrapper {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 0px !important;
}
.typography_container .select-wrapper.font-unit {
    width: 61px;
}
.typography_container .ui-spinner-buttons {
    top: 0px !important;
}
.typography_container .select-wrapper.font-style {
    width: 93px;
}
.typography_container .select-wrapper select {
    width:100%;
}

.typography_container .font-preview {
    border: 1px dashed #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px;
    position: relative;
}
.typography_container .font-preview .refresh_container {
    background: rgba(255,255,255,0.82);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.typography_container button.refresh {
    /*background: #F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;*/
    border: 1px solid #BBB;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-size: 12px!important;
    line-height: 6px;
    margin: -16px 0px 0px -105px;
    padding: 3px 19px;
    position:  absolute;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    text-decoration: none;
    top: 50%;
    left: 50%;
    width: auto;
    height: 18px;
}
.typography_container button.refresh img {
    margin-right: 5px;
    vertical-align: middle;
}