div.faqContent {
    margin: 10px 0 0 0;
    border: 1px solid #d7d6d6;
    padding: 0px;
}

div.faqContentLeft {
    float: left;
    width: 266px;
    background: #e7e6e4;
    font-weight: bold;
    padding: 5px;
    height: 400px;
    line-height: 18px;
}

div.faqContentLeft a {
    color: #666666;
}

div.faqContentLeft .current {
    color: #000000;
}

div.faqContentRight {
    padding: 8px 9px 8px 290px;
}

div.paymethodIdeal, div.paymethodEbanking, div.paymethodIvr, div.paymethodBankTransfer {
    background: url('../images/Paymethods/paymethodsLarge.png');
    width: 44px;
    height: 43px;
}

div.paymethodMisterCash, div.paymethodKbc, div.paymethodIng, div.paymethodMaestro, div.paymethodDexia {
    background: url('../images/Paymethods/paymethodsLargeBe.png');
    width: 44px;
    height: 43px;
}

div.paymethodIvr {
    background-position: 0 -43px;
}

div.paymethodEbanking {
    background-position: 0 -86px;
}

div.paymethodBankTransfer {
    background-position: 0 -129px;
}

div.paymethodMisterCash {
    background-position: 0 -43px;
}

div.paymethodKbc {
    background-position: 0 -86px;
}

div.paymethodIng {
    background-position: 0 -127px;
}

div.paymethodMaestro {
    background-position: 0 -172px;
}

div.paymethodDexia {
    background-position: 0 -215px;
}

input.textField, textarea.textArea {
    border-style: solid;
    border-color: darkgrey;
    border-width: 1px;
    color: black;
    font: normal 9pt Arial, Verdana, sans-serif;
    height: 1.6em;
    line-height: 14px;
    width: 365px;
}

textarea.textArea {
height: 160px;
}

div.upgradeInstructions ul {
    padding: 0 0 0 10px;
}

div.upgradeInstructions li {
    cursor: pointer;
}

div.providerBlock {
    padding: 5px;
    border: 1px solid darkgrey;
    font-weight: bold;
}

div.contactForm input[type="text"], div.contactForm textarea {
    border-style: solid;
    border-color: darkgrey;
    border-width: 1px;
    color: black;
    font: normal 9pt Arial, Verdana, sans-serif;
    height: 18px;
    line-height: 18px;
    width: 365px;
}

div.contactForm textarea {
    height: 160px;
}

div.contactForm #country_select {
    height: 20px;
    line-height: 20px;
}

div.contactForm #country_select option {
    line-height: 24px;
}

div.contactForm #country_code {
    width: 30px;
}

div.contactForm #mobile_number {
    width: 238px;
}

div.contactForm input#country_code {
    border-color: #BCBCBC;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    margin: -3px 0 0 2px;
    text-align: right;
    width: 39px;
}