﻿body {background-color:white;font-family:arial;margin:0;paddding:0}

div.bannerHPI{background:#0096D6 url('//www.channelcentral.net/images/sprites/SPRITE_HPicons_1.png') 20px -305px no-repeat;height:5em;width:100%;}
div.bannerHPE{background:#425563 url('//www.channelcentral.net/images/HPE-logo.png')  no-repeat;height:5em;width:100%; background-position: 20px 20px;}
form>div{padding:0 2rem;}
div.title{font-size:larger;font-weight:bold; margin:1em 0;}
div.subTitle{font-size:medium;padding-bottom:1em;}

div.oneRow{line-height:2em;}
    div.oneRow span.boxTitle {width:8em; float:left;}
    div.oneRow span.help {margin-left:2em;font-size:80%; font-style:italic;  }
    div.errorMessage{background-color:red;color:white;padding:.2em;}
    div.hide{display:none;}

.HPprimary {
    color: #FFF;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 0 4px;
    padding: 0.4em 0.8em;
    font-family: HPbold;
    margin-top: 0.69em;
    line-height: 1em;
     background-color: #D7410B;
}

   /* Critical button - e.g. Buy, Download, Add to Basket, Log In, Register, Contact */
    .HPprimary:hover {
        background-color: #C1401A;
    }

    .textButton {
    color: #FFF;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 0 4px;
    padding: 0.4em 0.8em;
    font-family: HPbold;
    margin-top: 0.69em;
    line-height: 1em;
}


    .test1{
    font-size: 1rem;
    border: #00B388 solid 4px;
    background-color: #00B388;
    line-height: 1.8rem;
    font-family: HPEbold;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    text-align: center;
    height: 2.3rem;
    box-sizing: border-box;
    letter-spacing: 0.1rem;
    margin-right: 1em;
    }
    .test1:hover{

    }

  

/*primary big button*/
 .buttonHPE {
     background-color: #00B388;
     border: #00B388 solid 4px;
     border-radius: 0;
     box-sizing: border-box;
     color: #000;
     font-family: HPEbold;
     font-size: 1rem;
     height: 2.3rem;
     letter-spacing: 0.1rem;
     line-height: 1.8rem;
     margin-right: 1em;
     padding: 0 30px;
     text-align: center;
     text-transform: uppercase;
   
}

.buttonHPE:hover {
        border: #00B388 solid 4px;
        color: #fff;
        background-color: #000;
        line-height: 1.8rem;
        font-family: HPEbold;
    }

.buttonHPI {
    background-color: #006699;
    color: #FFF;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 0 4px;
    padding: 0.4em 0.8em;
    font-family: HP;
    margin: 0.69em 0.69em 0 0;
   
}


.buttonHPI:hover {
    background-color: #C1401A;
}
