/* Felhasználó regisztráció css */

.reg_holderboxes {
  background-color: #F0EFE8;
  padding: 15px 16px;
}
  .reg_holderboxes p {
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
  }
  
.greenheader {
  background: url(../images/greenheader_bg.png) repeat-x;
  color:#FFFFFF;
  height:24px;
  line-height:24px;
  position:relative;
  text-indent:12px;
  text-transform: uppercase;
  font-weight: bold;
}

.greenheader_left {
  background: url(../images/greenheader_left.png) no-repeat;
  height:24px;
  left:0;
  position:absolute;
  top:0;
  width:5px;
}

.greenheader_right {
  background: url(../images/greenheader_right.png) no-repeat;
  height:24px;
  top:0;  
  right:0;
  _ right:-10px;  
  position:absolute;
  width:5px;
}

form.felhreg {
  width: 320px;
  text-align: center;
  margin:0 auto;
  padding-right: 35px;    
}
  form.felhreg input {
    color: #74AC00;
  }
  form.felhreg span {
    float:left;
  }
  
span.mezo {
  margin-right:4px;
  margin-top:6px;
  text-align:right;
  width:80px;
}
span.nemek {
  width: auto!important;
  color: #74AC00;
  margin: 7px 10px 0 5px;
}
.nem_checkbox {
  float:left;
  margin: 7px 0 10px 3px;
  * margin: 3px 0 10px 3px;
}

form.felhreg .input_graphic {
  background:url(../images/login_inputsbg.gif) no-repeat;
  display:block;
  height:28px;
  margin-bottom:8px;
  margin-right: 5px;
  width:215px;
  text-align: center;
}
  .input_graphic input, .input_graphic select {
    border:1px solid #FFFFFF;
    color:#0034A1;
    font-size:11px;
    height:13px;
    margin:5px 0 0;
    width:195px;
  }
  .input_graphic select {
    height:18px;
    width:204px;
    color: #74AC00;
  }  
  .year {
    background:url(../images/year_input_bg.gif) no-repeat!important;
    width:75px!important;
    margin-right: 5px;
  }
    .year select {
      width: 63px;
      color: #74AC00;
    }
  .monthday {
    background:url(../images/monthday_input_bg.gif) no-repeat!important;
    width:65px!important;
    margin-right: 5px;
  }
    .monthday select {
      width: 53px;
      color: #74AC00;
    }
    
.lightblue {
  color: #7892C5!important;
}

.felhfelt {
  margin-top:3px;
}
  .felhfelt a {
    color: #74AC00;
  }
  
.checkbox {
  margin-left: 80px;
}  

.login_btn {
  background: url(../images/login_btn.gif) no-repeat;
  border:medium none;
  color:#FFFFFF!important;
  cursor:pointer;
  font-size:11px!important;
  font-weight:bold;
  height:28px;
  margin-left:60px;
  margin-top:10px;
  padding-bottom:2px;
  * padding-bottom:0px;
  text-transform:uppercase;
  width:125px;
}
  
.kereses_eredmenye {
  position: absolute;
  bottom: -5px;
  left: 85px;
  font-size: 11px;
  color: #74AC00;
  margin: 0px!important;
}  

.positionbox {
  position: relative;
}

/* Hibaüzenet buborék */

.bubi {
  float: none!important;
  position: absolute;
  top: 0px;
  color: #fff;
  background-color: #CC0000;
  padding: 3px 5px;
  min-width:200px;
  * max-width:200px;  
  font-size: 10px;
}
  .bubi_nyil {
    background: url(../images/bubi_nyil.gif) no-repeat;
    float: none!important;
    position: absolute;
    top: 5px;
    left: -10px;
    width: 10px;
    height: 9px;
    display: block;
  } 
  
.success {
  color: #72AA00;
}  
