
/* ................................................................... file upload ................... */

#panel_photoRetouching .script-fileupload-button {
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 2px;
    background-color: #606060;
    color: #f2f2f2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

#panel_photoRetouching .script-fileupload-button:hover {
    background-color: #909090;
}

#panel_photoRetouching .script-fileupload-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
}

#panel_photoRetouching .dropzone {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 12px;
    border-style: dashed;
    border-width: 1px;
    border-color: #000000;
    background-color: #f5f5f5;
}

#panel_photoRetouching .dropzone:hover {
    background-color: #f0f0f0;
}

#panel_photoRetouching .dropzone.dragenter {
    border-style: solid;
}

#panel_photoRetouching .dropzone .dragAndDropText {
/*    padding-left: 250px;*/
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 18px;
    color: #303030;
    white-space: nowrap;
}

#panel_photoRetouching .script-coupon {
    margin-top: 10px;
    margin-bottom: 20px;
/*     margin-left: 4px;
    margin-right: 6px; */
}

#panel_photoRetouching .script-coupon .button{
    margin-bottom: 3px;
}

#panel_photoRetouching .field_coupon_code {
    margin-left: 4px;
    margin-right: 4px;
}

#panel_photoRetouching .script-coupon_name {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    color: #303030;
    margin-left: 4px;
    margin-right: 20px;
}

#panel_photoRetouching .error_coupon_code {
    margin-left: 4px;
    margin-right: 6px;
}

#panel_photoRetouching .script-progressbar .border {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #f5f5f5;
}

#panel_photoRetouching .script-progressbar .bar {
    height: 20px;
    background-color: #00a000;
}

#content_photoRetouching .disclaimer {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #303030;
    padding-top: 20px;
    padding-bottom: 10px;
}

#content_photoRetouching .script-upload-list .header .script-upload-name {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #303030;
/*    width: 100%;*/
}

#content_photoRetouching .script-upload-list .header .script-upload-cancel {
    padding-left: 10px;
}

#content_photoRetouching .script-upload-list .header .script-upload-remove {
    padding-left: 10px;
}

#content_photoRetouching .script-upload-list .header .script-upload-failed {
    font-weight: bold;
    color: #d03030;
    padding-left: 10px;
}

#content_photoRetouching .script-upload-list .header .script-upload-clear {
    padding-left: 10px;
}

#content_photoRetouching .script-upload-list .header {
/*    width: 100%;*/
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
/*    white-space: nowrap;*/
}

#content_photoRetouching .script-upload-list .header .wpp-header-controls {
    text-align: right;
}

#content_photoRetouching .script-upload-list .script-uploadedFileComment {
/*    width: 100%;*/
}

#content_photoRetouching .script-upload-list .header A {
    color: #b00000;
    text-decoration: underline;
}


#content_photoRetouching .script-upload-list .header A:hover {
    color: #500000;
    text-decoration: underline;
}


#content_photoRetouching .script-upload-list {
    padding: 0;
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
}

#content_photoRetouching .script-upload-list LI {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#content_photoRetouching .script-upload-list .script-thumbnail {
    border: 1px;
    border-color: #000000;
    border-style: solid;
    height: auto;
/*    max-height: 336px;*/
/*    width: auto;
    max-width: 225px;*/
    width: 100%;
    margin-bottom: 10px;
}


#content_photoRetouching .script-upload-list .comment {
/*    width: 100%;*/
    height: 100px;
}
/* 

#content_photoRetouching .script-upload-list TD.left {
    vertical-align: top;
}

#content_photoRetouching .script-upload-list TD.right {
    padding-left: 15px;
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
} */


#content_photoRetouching .script-requestQuote_submit {
    margin-top: 20px;
}

#content_photoRetouching .script-requestQuote_submit A {
    margin-left: 4px;
}

.script-requestQuote_submit .button {
    margin-left: 4px;
}

#script-panel_requestQuote_success .buttons {
    margin-left: 4px;
}