.templateproduct h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.templateproduct legend {
    display: none;
}
.templateproduct .title {
    font-size: 22px;
    font-weight: bold;
}
.templateproduct .header {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    background-color: #f4f4f4;
}
.templateproduct .fields {
    padding: 10px;
}
.templateproduct #template_product_preview {
    float: right;
}
.templateproduct .preview-dialog {
    display: none;
}
.templateproduct #preview_iframe {
    width: 100%;
    height: 100%;
}
.templateproduct {
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.templateproduct input[type=email], 
.templateproduct input[type=search], 
.templateproduct input[type=number], 
.templateproduct input[type=password], 
.templateproduct input[type=tel], 
.templateproduct input[type=text] {
    width: 100%;
}
.templateproduct .input-note {
    font-weight: 300;
    font-size: 11px;
}
.templateproduct .input-note::before {
    content: "(";
}
.templateproduct .input-note::after {
    content: ")";
}

/**********************************************
 * The section below is for checkout/cart/
 *********************************************/
.product-type-templateproduct .item-options dd {
    word-wrap: break-word;
    width: 130px;
}
.product-type-templateproduct .item-options dt {
    width: 100%;
}
.product-type-templateproduct .item-options .not-provided {
    font-size: 12px;
    font-weight: lighter;
}