* {
    margin: 0;
    padding: 0;
}

.secure-form-wrap *,
.secure-form-wrap *:before,
.secure-form-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.secure-form-wrap {
    width: 750px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 29px;
}

.pagename-wrap {
    background: url(../img/pagename-logo.jpg) no-repeat top left;
    height: 106px;
    padding-top: 45px;
    margin-top: 6px;
}

.pagename-wrap h1 {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
}

.secure-form-wrap h3 {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #9b9b9b;
    margin-bottom: 9px;
    margin-left: 11px;
    padding-top: 8px;
}

.secure-form-wrap .item-form-box {
    position: relative;
    margin-bottom: 13px;
    background: #f8f8f8;
}

.secure-form-wrap .placeholder {
    position: absolute;
    top: 4px;
    left: 16px;
    color: #888;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.secure-form-wrap .item-form-box .item-form-element {
    background: transparent;
    border: 0;
    font-size: 20px;
    height: 36px;
    width: 100%;
    padding: 0 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    position: relative;
}


/** 
.item-form-element::-webkit-input-placeholder:after {
    content: " *";
    color: red;
}

.item-form-element:-moz-placeholder:after {
    content: " *";
    color: red;  
}

.item-form-element:-ms-input-placeholder:after {  
    content: " *";
    color: red;  
}
 position: absolute;
  top: 3px;
  left: 46px;
  color: #f00*/

.secure-form-wrap .item-form-box input:focus + .placeholder,
.secure-form-wrap .item-form-box input[required]:valid + .placeholder,
.secure-form-wrap .item-form-box input.not-empty + .placeholder,
.secure-form-wrap .item-form-box textarea:focus + .placeholder,
.secure-form-wrap .item-form-box textarea[required]:valid + .placeholder,
.secure-form-wrap .item-form-box textarea.not-empty + .placeholder,
.secure-form-wrap .item-form-box select:focus + .placeholder,
.secure-form-wrap .item-form-box select[required]:valid + .placeholder,
.secure-form-wrap .item-form-box select.not-empty + .placeholder {
    display: none;
}

.secure-form-wrap .item-form-box select.item-form-element {
    background-image: url(../img/arrow-select.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.secure-form-wrap .item-form-box textarea.item-form-element {
    height: 87px;
    padding-top: 4px;
    padding-bottom: 4px;
    resize: none;
}

.secure-form-wrap .resize-textarea-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 17px;
    height: 16px;
    background: url(../img/resize-textarea.png) no-repeat;
    cursor: pointer;
}

.secure-form-wrap .one-sub-box {
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 2px solid #fcfcfc;
    padding-bottom: 11px;
    margin-bottom: 17px;
}

.secure-form-wrap .col-wrap {
    margin-left: -6px;
    margin-right: -6px;
}

.secure-form-wrap .col-50-per {
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
}

.attach-file-wrap {
    padding-left: 17px;
    padding-top: 3px;
    padding-bottom: 25px;
}

.attach-one-item-box {
    display: table;
    width: 100%;
    padding-top: 18px;
}

.attach-one-item-box>div {
    display: table-cell;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    color: #bbbbbb;
    background-color: rgb(248, 248, 248);
    display: block;
    text-align: center;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 8px;
    cursor: pointer;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


/**
.attach-name-box{
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
    font-size: 12px;
    padding-left: 22px;
}

.test::-webkit-file-upload-button {
      color: #bbbbbb;
    background-color: rgb(248, 248, 248);
    border-radius: 3px;
  
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    cursor: pointer;
}*/

select {
    color: #9b9b9b;
}

#filename1,
#filename2,
#filename3,
#filename4,
#filename5 {
    padding: 5px 5px 5px 30px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
}

.attach-remove-box {
    text-align: right;
    padding-right: 23px;
}

.attach-remove-button {
    color: #bbbbbb;
    font-size: 12px;
    background: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.attach-remove-button:before {
    width: 16px;
    height: 16px;
    background: url(../img/remove-ico.png) no-repeat;
    display: inline-block;
    content: "";
    position: relative;
    top: 3px;
    margin-right: 7px;
}

#attach-remove-button1,
#attach-remove-button2,
#attach-remove-button3,
#attach-remove-button4,
#attach-remove-button5 {
    color: #bbbbbb;
    font-size: 12px;
    background: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.powered-box-bottom {
    text-align: center;
    padding-bottom: 50px;
}

.powered-box-bottom p {
    font-size: 10px;
    color: #9b9b9b;
    margin-bottom: 15px;
}

.required-info {
    float: left;
    width: 166px;
    font-size: 12px;
    color: #bbbbbb;
    font-family: 'Open Sans', sans-serif;
    margin-left: 57px;
}

.red-star {
    color: #ff0033;
}

.button-box {
    margin-bottom: 70px;
    padding-top: 10px;
}

.button-form {
    height: 30px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-right: 17px;
    color: #fff;
    padding-left: 11px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
}

.button-form img {
    position: absolute;
    left: 11px;
}

.button-form.send {
    background: #5ad958;
}

.button-form.reset {
    background: #bbbbbb;
}

.button-form.print {
    background: #989898;
}
