legend span {
    position: absolute;
    left: -9999em;
}

div.form-submit,
fieldset {
    border-top: 1px solid #fff;
    padding:12px 20px 30px;
    background: transparent url(../img/template/fade_down.png) repeat-x top left;
    font-size: 90%;
}

div.form-submit {
    padding-left: 26.5%;
}

fieldset h2 {
    font-size: 140%;
    margin-bottom: 12px;
}

fieldset div {
    margin-bottom: 8px;
    font-style: italic;
}

fieldset p {
    margin-bottom: 12px;
    font-style: normal;
}

fieldset div em {
    font-style: italic;
    margin-left: 8px;
}

fieldset label {
    font-weight: bold;
    width: 25%;
    display: block;
    float: left;
    font-style: normal;
}

fieldset label span {
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

fieldset input {
    width: 43%;
}

fieldset textarea {
    width: 65%;
    height: 10em;
}

div.field-error {
    color: #f00000;
}

div.field-error input {
    border: 1px solid #f00000;
    background: ;
}

div.error {
    color: #ff0000;
    margin: 16px 0 0 0;
}

div.error p {
    margin-top: 0;
}

input.send-button {
    /*
    border: none;
    display: block;
    height: 30px;
    width: 87px;
    background: url(../img/template/send-button.png) top left no-repeat;
    text-indent: -9999em;
    cursor: pointer;*/
}

/*
div.file-upload-wrap {
    
}

.js #id_curriculum_vitae {
    position: relative;
    opacity: 0;
    z-index: 2;
}

.js #fake-id_curriculum_vitae {
    background: fuchsia;
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 1;
}

.js #fake-id_curriculum_vitae a {
    display: block;
    z-index: 1;
    width: 60px;
    float: right;
}

.js #fake-id_curriculum_vitae input {
    width: 162px;
}*/