input, textarea, select, option {
  color:#605B58;
}
/* Main picture */
.preview {
    margin-top:0px;
    padding: 4px 4px 0px 4px;
}

.camera {
    cursor:pointer;
}

.tn {
    cursor: pointer;
    margin: 10px;
    border: 1px solid gray;
}

#preview-container {
    text-align:center;
    margin:0px 5px 10px 5px;
    height:415px;
}

#details {
    padding-right:10px;
}

h1 {
    text-align:center;
    font-size:14px;
    margin-bottom:3px;
}

h1.stage {
    text-align:right;
    text-decoration:underline;
}


.waitingbutton {
    background:#F48470;
    cursor: wait;
}


#cleanup {
    margin:10px;
}

#cutprogress {
    text-align:center;
    margin-top: 10px;
}


#backtext {
    width:500px;
    height:120px;
    font-size:14px;
    font-family:Arial,serif;
}

div.onepx {
    height:1px;
}

.innerSection {
    min-height: 160px;
    background-color: #fdebe8;
    border: 1px solid #b4babd;
    border-radius:5px;
    padding: 0px 5px;
}

#selectFileDlg div {
    font-family: Helvetica, Arial, sans-serif;
    font-size:16px;
    color: #605B58;
}

#pleasewait {
    width:400px;
    margin:auto;
}

#submiterror {
    display:none;
    color:red;
}

#totalCost {
  background: none;
  border: none;
  font-weight: bold;
  color:#605B58;
  font-size:14px;
  width: 3.6em;
}

#specialAmountSpan {
  display:none;
  margin-right:15px;
}

#specialAmount {
  width:45px;
}