   body{
    background-image: url(../img/bg1.png);
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    zoom: 90%;
	margin: 0;
	padding: 0;
   }
   a{
    text-decoration: none;
   }
   #header{
    
    margin: auto;
    width: 979px;
    height: 120px;
    border-bottom: 1px solid #00ADF0;
   }
   #logo{
    
    width: 348px;
    height: 93px;
    background-image: url(../img/logo2.png);
    float: left;
    
   }
   #steps{
    width: 473px;
    height: 135px;
    float: right;
   }
   #profile{
    width: 473px;
    height: 135px;
    float: right;
    padding: 25px 0 0;
    line-height: 32px;
    font-size: 12pt;
    color: #00ADF0;
   }
   table#saldo{
	float: right;
	width: 300px;
   }
   table#saldo td{   
	text-align: center;
	
   }
   table#saldo td#green{
	color: 00ADF0;
   }
   table#saldo td#orange{
	color: 00ADF0;
   }
   table#saldo td#red{
	color: FF0000;
   }
   table#saldo td.number{
	font-size: 30px;
	font-weight: bold;
   }
   table#saldo img{
	width: 48px;
	padding-top: 10px;
   }
   #step_1.on{
    width: 104px;
    height: 104px;
    background-image: url(../img/step1_background_active.png);
    float: left;
   }
   #step_2.off{
    width: 191px;
    height: 104px;
    background-image: url(../img/step2_background.png);
    margin-left: -5px;
    float: left;
   }
   #step_2.on{
    width: 191px;
    height: 104px;
    background-image: url(../img/step2_background_active.png);
    margin-left: -5px;
    float: left;
   }
   #step_3.on{
    width: 190px;
    height: 104px;
    background-image: url(../img/step3_background_active.png);
    margin-left: 285px;
   }
   #step_3.off{
    width: 190px;
    height: 104px;
    background-image: url(../img/step3_background.png);
    margin-left: 285px;
   }
   input[type='text'] {
    display: block;
    width: 666px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px;
   }  
   textarea {
    display: block;
    width: 666px;
    padding: 0 12px 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #00ADF0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #969696;
    text-align: left;
    margin-bottom: 10px;
	resize:none;
   }   
   input[type='password'] {
    display: block;
    width: 666px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px;
   }
   input[type='text']#half {
    display: block;
    width: 300px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px;
   }
   input[type='password']#half {
    display: block;
    width: 300px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px;
   }
   input[type='submit'] {
    display: block;
    width: 555px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: #00ADF0;
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
   }
   input[type='button'] {
    display: block;
    width: 555px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: #00ADF0;
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
   }
   input[type='button'].half {
	width: 222px;
	cursor: pointer;
   }
   input[type='submit'].half {
    display: block;
    width: 333px;
    height: 50px;
    padding: 0 12px 0 20px;
    background-color: #00ADF0;
    border: 2px solid #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	float: left;
	cursor: pointer;
   }
   input[type='submit'].register{
	width: 300px;
   }
   select#register {
    display: block;
    width: 666px;
    height: 50px;
    background-color: #00ADF0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	-webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
   }
   option#register{
	text-align: center;
   }
   select#register.half {
    width: 300px;
   }
   #register{
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 666px;
   }
   #registerloginregister{
	width: 300px;
	float:left;
	margin-left: 33px;
   }
   #registerloginlogin{
	width: 300px;
	float:left;
	margin-right: 33px;
   }
   #body{
    margin-left: auto;
    margin-right: auto;
    width: 979px;
    border-bottom: 1px solid #00ADF0;
   }
   #cpanel{
    margin-left: auto;
    margin-right: auto;
    width: 979px;
   }
   #footer{    
    margin: auto;
    width: 979px;
   }
   p#steps{
    width: 156px;
    margin: 0 -30px 0 0;
    padding: 113px 0 0;
    text-align: center;
    line-height: 32px;
    font-size: 12pt;
    color: #00ADF0;
   }
   p#register{
    width: 666px;
    margin: 0 -0px 0 0;
    padding: 50px 0 0;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    color: #00ADF0;
   }
   p#register.registerlogin{
	font-size: 30px;
    padding: 0;
    margin: 0;
	width: 300px;
   }
   body #about {
    float: left;
    width: 291px;
    padding: 0 0 0 35px;
    margin: 68px 0 80px 0;
    background: transparent url('../../img/icon_about.png') no-repeat left 4px;
   }
   table.profile{
	width: 841px;
	margin: auto;
   }
   table.profile tr td{	
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
    color: #00ADF0;
   }
   body p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    }
    body h2 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    color: #000;
   }
    body h2.titlebig {
    font-size: 50px;
    line-height: 22px;
    letter-spacing: normal;
    color: #00ADF0;
	text-align: center;
    
   }
   #footer #copyright {
    clear: both;
    padding: 50px 0;
    border-top: 1px solid #00adf0;
    text-align: center;
		font-size: 16px;
		line-height: 22px;
   }
   p#error{
	width: 666px;
	height: 20px;
	background-color: #E77471;
	border: 1px solid #F70D1A;
	color: white;
	text-align: center;
   }
   p#error2lines{
	width: 666px;
	height: 50px;
	background-color: #E77471;
	border: 1px solid #F70D1A;
	color: white;
	text-align: center;
   }
   .slider {
  width: 670px; height: 650px;
  overflow: hidden;
}
  .small{
  height: 560px;
  }
  li#registerwhite{
	opacity: 0;
  }
  li#registerwhite.isvisible{
	opacity: 1;
  }
  .big{
  height: 710px;
  }
  .slider > ul {
    /* styled by JS to match the added width and height of all <li>’s */
    position: relative;
    -webkit-transition: 0.5s left;
    -moz-transition: 0.5s left;
    -ms-transition: 0.5s left;
    -o-transition: 0.5s left;
 
    list-style: none;
    margin: 0; padding: 0;
  }
    .slider > ul > li {
      float: left;
      width: 670px; height: 650px;
    }