@charset "UTF-8";

body,
textarea,
input,
select {
    color: #808080;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}


div.info-box {
    float: left;
    width: 90% !important;
    padding: 2em;
    background: #F5FBFF;
    border: 2px solid #D3EBFF;
    font-size: 1.2em;
    margin-top: 10px;
	text-align: center;
}

/**
 * @client startpage
 * 
 * general styles for the client startpage
 */
 
.clientstartpage {
  font-family: Arial;
  overflow: hidden;
  margin: 0 auto;
  width: 902px;
}

.clientstartpage h1 {
  color: #505050;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.clientstartpage div {
  float: left;
  width: 260px;
}

.clientstartpage div.seperator {
  background-color: #F0F0F0;
  height: 400px;
  margin: 80px 30px 0;
  width: 1px;
}
 
 .clientstartpage img {
  margin: 20px 0;
}

.clientstartpage p {
  color: #646464;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.6em
}

.clientstartpage p.info {
  color: #89C234;
  font-weight: bold;
  line-height: 1.6em;
}

.clientstartpage span.info {
  color: #89C234;
  font-weight: bold;
  line-height: 1.6em;
}

 .clientstartpage span.bullet {
  display: block;
  float: left;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.clientstartpage div.subfooter {
  background-color: #F4F4F4;
  
  margin-top: 30px;
  width: 100%;
}

.clientstartpage  div.subfooter .footer_wrapper {
    float: none;
    height: 75px;
    margin: 18px auto 0;
    
    width: 580px;
  }

.clientstartpage div.subfooter .footer_wrapper img.first {
    margin-right: 15px;
  }

.clientstartpage  div.subfooter .footer_wrapper img {
    float: left;
    margin: 0;
  }

.clientstartpage  div.subfooter .footer_wrapper p {
    float: left;
    line-height: 58px;
    margin: 0;
  }

.clientstartpage  div.subfooter .footer_wrapper a {
    color: #4C8CD8;
    float: left;
    font-size: 11px;
    line-height: 58px;
  }

.clientstartpage  div.subfooter .footer_wrapper img.faq {
    margin-top: 22px;
  }

.clientstartpage  div.subfooter .footer_wrapper .margin {
    margin: 0 20px;
  }

.clientstartpage  div.subfooter .footer_wrapper .support {
    margin: 0 30px 0 0;
  }

  .list-style{
    list-style-type: disc;
    margin-left:24px;
    margin-top:20px;
    color:white; 
    font-size:12px;
    width: 260px;
}

  .clientstartpage span.bullet.a {
    background: url(../img/bullet_a.png) 0 0 no-repeat;
  }

  .clientstartpage span.bullet.b {
    background: url(../img/bullet_b.png) 0 0 no-repeat;
  }

  .clientstartpage span.bullet.c {
    background: url(../img/bullet_c.png) 0 0 no-repeat;
  }
  
  .clientstartpage span.point {
  background: url(../img/point.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 20px;
  margin-right: 15px;
  width: 4px;
}