#popupbox{
  margin: 0; 
  left: 40%; /* This gets it relatively center on the screen */
  right: 40%; /* This gets it relatively center on the screen */
  top: 80px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  width: 20%; /* For centering it on the screen */
  height: 180px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #FBFBF0; /* Login Box background color. Change this if desired. */
  border: solid #000000 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: verdana; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
}




#popupbox a{
text-decoration:underline;
color:#425A06;
font-weight:bold:
font-size:12px;

}
#popupbox{

    margin: 150px auto 0 auto;
    width: 300px;
    height: 320px;
    overflow: hidden;
    background: #CBF55D;
color:#444;
font-weight:bold;
font-size:14px;
border:2px solid #7CA90B;
border-right:2px solid #405705;
border-bottom:2px solid #405705;

	
	}
	
#login_form {
    margin: 10px auto 5px auto;
    padding: 0;
    width: 260px;
    height: 195px;
    text-align: left;

}

#login_form input {
    margin: 0;
	background-color:#f1fbd7;
border:1px solid #666;
}
#login_form input:hover {
    margin: 0;
	background-color:#C4F34B;
border:1px solid #111;
}

#login_form input:Focus {
    margin: 0;
	background-color:#EFFCAE;
border:1px solid #111;
color:#000;
}

#login_form p {
    margin: 4px 0 6px 0;
    padding: 0;
}

#login_form label {
    margin-left: 5px; 
}

.logininput {
    width: 250px;
    margin-bottom: 5px;
    border: 1px solid #182731;
    padding: 3px 5px 3px 5px;
    background: url('images/inputback.gif') repeat-x;
    font-weight: bold;
}



.register_form{

 width: 400px;
  color: #000;
  background-color: #cc9;
  border: 1px solid #666;


}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.simp_input {
  width: 260px;
}






