#xpopupbox{
  margin: 0; 
  margin-left: 40%; /* This gets it relatively center on the screen */
  margin-right: 40%; /* This gets it relatively center on the screen */
  margin-top: 50px; /* 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: 400px; /* For centering it on the screen */
  height: 300px; /* 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 #dddddd 8px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }

  .popupbox{
  margin-left: 40%; /* This gets it relatively center on the screen */
  margin-right: 40%; /* This gets it relatively center on the screen */
  margin-top: 50px; /* 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: 400px; /* For centering it on the screen */
  height: 300px; /* The height of the login box */
  width:  450px;
  position: absolute; position: fixed; /* Makes sure its absolute so it doesn't dock with everything else */
  z-index: 9; /* Makes it on top of everything else */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  
  }

#girisuyari { 
border:1px solid; border-color:#999999; 
xopacity:0.4;filter:alpha(opacity=80);	
position:absolute;	width:500px;	
background-color:#FFFFFF; 
height: 110px; margin:10px auto auto auto; left:30%; 
 font-family:Geneva, verdana, 
Helvetica, sans-serif; font-size:16px; font-size-adjust:bold;
color:red;}

.kutucuk {width:275px;}