body{
    margin: 0;
    padding: 0;
    /*background-color: #F0F0F0;*/
    background-color: #6382b0;
    color: #34302D;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 12px;
    /*text-align: center;*/
}

div#wrapper {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

div#header {
    height: 90px;
    /* banner height: 210px; */
    width: 770px;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#headerFaq {
    height: 90px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#headerLeft {
    height: 90px;
    width: 640px;
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
}

div#apelBanner {

}

div#headerRight {
    margin-left: 5px;
    height: 90px;
    width: 125px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
    float: right;
}


div.language{
    float:right;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 7pt;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

div.logoHeaderLeft{
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}

div.logoHeaderRight{
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 125px;
}

div.logoAPEL{
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

div.logoIsbnFaq{
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}

div.titleSection {
    clear: both;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 30px;
}

div.titleFirstSection {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

div.titleFaq {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

div.faq {
    float:right;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

div.tempInfo {
    margin-top: 10px;
    clear:both;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    color: #666666;
    background-color: lightgray;
    font-weight: bold;
}

a.footer {
    color: #666666;
    text-decoration: none;
}

a.footer {
    color: #ffffff;
    text-decoration: none;
}

a.viewLink {
    color: #666666;
    text-decoration: underline;
}

div.footer {
    clear: both;
    width: 770px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    margin-top: 5px;
}

div.footerAddress{
    text-align: left;
    float: left;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 15px;
}

div.copyright{
    float:right;
    text-align: right;
}

span.title {
    font-size: 24px;
}



span.formTitle {
    font-weight: bold;
    font-size: 33px;
    text-transform:uppercase;
    font-family: "Calibri","Verdana",serif;
}

div#main {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 560px;
}

div#mainConfirmPage {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.error {
    color: #ff0000;
}
.errorblock{
    color: #000;
    background-color: #ffEEEE;
    border: 3px solid #ff0000;
    padding:8px;
    margin:16px;
}



input[type=password] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}

input[type=password]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type=text] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}

/*
input[type=text].error {
    border: 1px solid #ff0000;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}
*/


input[type=text]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/*input[type=text]:focus.error {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}*/

input[type=submit] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #008000;
}

input[type=button] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    color: #666666;
    font-weight: bold;
    font-size: 0.8em;
}

input[type=reset] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    color: #ff0000;
    font-weight: bold;
    margin-left: 50px;
}

textarea {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
    height: 28px;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 13px;
}


select {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 250px;
}

select#lastCountryPrefixType {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 60px;
}

select:focus {
    border: 1px solid #00AFF0;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
}

label {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

span.fieldInfo {
    font-size: 12px;
    color: #666666;
}

span.labelMandatoryField {
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
}

span.mandatoryFieldInfo {
    font-size: 12px;
    color: #ff0000;
}

div.titleForm{
    padding-top: 6px;
    text-align: center;
    color: #9ea1a5;
}

div.titleFormIsbn {
    padding-top: 25px;
    text-align: center;
    color: #9ea1a5;
}


div.subTitle{
    padding-top: 2px;
    text-align: center;
    color: #9ea1a5;
    text-transform: uppercase;
    font-weight: bold;
}

a.subTitleLink {
    color: #9ea1a5;
    text-decoration: none;
}


div.fieldName {
    clear: both;
    float: left;
    margin: 5px;
    width: 202px;
    padding-top: 5px;
}

div.fieldDisclaimer {
    clear: both;
    float: left;
    margin: 5px;
    width: 740px;
    padding-top: 25px;
    text-align: justify;
}


span.fieldNameTax {
    font-style: italic;
    margin: 5px;
    padding-top: 5px;
    width: 450px;
}

div.specialFieldName{
    float: left;
    margin: 5px;
    width: 60px;
    padding-top: 5px;
}


div.fieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}


div.specialFieldValue{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
}

div.alertAuthorEdition {
    display: none;
    margin-top: 10px;
    clear:both;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.5;
    color: #666666;
    background-color: #e8e1b5;
    font-weight: bold;
}

span.italicText {
    font-style: italic;
    font-weight: normal;
}

span.requestText {
    font-weight: normal;
}

input#boxPartnerNumber{
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 90px;
}

input#lastPrefixValue{
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    width: 70px;
}


input[type=text]#boxPartnerNumber:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

span.oldCae {
    padding-left: 10px;
    font-size: 12px;
    color: #ff0000;
}

div.fieldError {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}


div.submit{
    clear: both;
    margin-left: 110px;
}


div.gdprPrivacyPolicy {
    float: right;
    text-align: right;
    font-size: 11px;
    padding-top: 9px;
}

div.finalInformation {
    clear: both;
    margin: 5px;
    width: 740px;
    text-align: justify;
    padding-top: 50px;
    color: #666666;
}

div.requestOk {
    clear: both;
    margin: 5px;
    width: 740px;
    text-align: justify;
    padding-top: 20px;
    color: #666666;
}

div.logout{
    float: right;
    font-size: 7pt;
    text-transform: uppercase;
    padding-right: 5px;
}


a.removeLink{
    color:brown;
}

div.fieldRecaptcha {
    clear: both;
    float: left;
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*#recaptcha_image img div {
    width: 200px !important;
    height: 38px !important;
}*/

span.boldText {
    font-weight: bold;
}

span.boldItalicText {
    font-style: italic;
    font-weight: bold;
}

span.underlineText {
    text-decoration: underline;
}

div.sectionFaq {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

span.titleSubSection {
    font-weight: bold;
    font-size: 13px;
}

div.textFaq {
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

li.link {
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    color: #666666;
    font-size: 12px;
}

th, td {
    padding: 5px;
    text-align: left;
}

td.center {
    text-align: center;
}

td.specialWidth {
    width:60px;
    text-align: center;
}

ul {
    margin: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-top: 5px;
}

/* Loading div */
div#overlay {
    border:solid 0px #ffffff;
    position:absolute;
    top:100px;
    /*left:170px;*/
    height:300px;
    width:770px;
    background-color:#ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    border-radius: 5px;
}

div#overlay div {
    font-size:18px;
    font-weight:bolder;
    color:#666666;
    vertical-align: middle;
    border: solid 0px #000000;
}

div#overlay-image {
    margin-top:30px;
    width:68px;
    margin-left: auto;
    margin-right: auto;
}

div#overlay-message {
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    color: #666666;
    width: 270px;
    text-align: center;
}

img#loader {
    margin-top:80px;
}

img.infoDetails{
    padding-left: 5px;
}


div.barCode {

}

div.clearBoth {
    clear: both;
}

.btn {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #008000;
}

.btn3 {
    color: #ff0000;
}