html {
  margin: 0;
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: #F2F2F2 url(../images/img_loginpagebg.png);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4C4C4C;
  line-height: 120%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 1000px;
  height: 92px;
  margin: 0 auto;
}
.header h1 {
  width: 180px;
  height: 75px;
  margin: 0;
  text-indent: -9999em;
  position: relative;
  top: 8px;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.message {
  padding-top: 50px;
}
.message h2 {
  font-size: 24px;
  color: #00a4e4;
  margin: 0 0 1em 0;
}
.message p {
  margin-bottom: 1em;
}

.selection_area {
  height: 300px;
  padding-top: 60px;
  position: relative;
  *zoom: 1;
}
.selection_area:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.selection_area .selection {
  width: 300px;
  height: 17em;
  padding: 24px 24px 38px 24px;
  border-radius: 3px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
}
.selection_area .selection h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em 0;
  min-height: 2em;
}


.selection_area .selection:nth-child(2) {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.selection_area .selection:first-child {
    left: 15%;
    margin-left: inherit;
}

.selection_area .selection:last-child {
    right: 15%;
    margin-right: inherit;
}

.selection_area .selection:nth-last-child(3) {
    left: 0px;
}

.selection_area .selection:nth-child(3) {
    right: 0px;
}


.selection_area .selection .button {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 40px;
  border: 2px solid #00a4e4;
  background: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  color: #4C4C4C;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selection_area .selection .button:hover, .selection_area .selection .button:focus {
  background-color: #00a4e4;
  color: #FFFFFF;
}
.selection_area .selection .button:active {
  border-color: #00a4e4 ;
  background-color: #00a4e4;
}
.selection_area .selection em {
  display: block;
  margin: 1em;
  text-align: center;
  color: #999999;
  font-style: normal;
}

.footer {
  height: 28px;
  background-color: #DDDEDF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer p {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  line-height: 28px;
}

.ie8 .selection_area {
  height: 180px;
  padding-top: 45px;
}
.ie8 .selection_area .selection {
  width: 468px;
  height: 180px;
  padding: 39px 38px 53px 38px;
  background: url(../images/selection_block.png) no-repeat 0 0;
  top: 45px;
  right: -15px;
}
.ie8 .selection_area .selection:first-child {
  left: -15px;
  right: auto;
}

.selection h4{
  text-align: center;
  font-size: 1.2em;
}

#pfp_regions{
  background: url(../images/PFP_regions.png) no-repeat center;
  height: 120px;
  background-size: 95%;
  font-family: "HP Simplified",Arial,Helvetica,sans-serif;
}

#pfp_regions a{
  text-decoration: none;
  color: #0096d6;
}

#region_na{
  position: absolute;
  top: 110px;
  left: 25px;
}

#region_emea{
  position: absolute;
  top: 115px;
  left: 130px;
  width: 90px;
}

#region_lar{
  position: absolute;
  top: 160px;
  left: 55px;
}

#region_apj{
  position: absolute;
  top: 170px;
  left: 185px;
  width: 80px;
}

#support_contact_message{
  position: relative;
  float: right;
}

.selection.selection_middle{
  margin-left: 35%;
}