/* CSS Document */
#overlay {
	 visibility: hidden;
	 position: absolute;
	 left: -1000px;
	 top: -1000px;
	 width:100%;
	 height:100%;
	 text-align:center;
	 z-index: 10000;
	 display:block;
	 /*background:url("popupdiv/overlay.png"); */
}

#overlay_box {
	 width:406px;
	 margin: 10px auto;
	 background-color: transparent;
	 padding:0px;
	 text-align:center;
}

#overlay_box .overlaytop {
	width:406;
	height:12px;
	background-image: url("popupdiv/d_bg_top.png");
	background-repeat:no-repeat;
	line-height:12px;
	margin-left:0px;
	font-size:1px;
}

#overlay_box .content {
	width:378px;
	height:auto;
	background-image: url("popupdiv/d_bg_content.png");
	background-repeat:repeat-y;
	height:auto;
	padding-left: 14px;
	padding-right: 14px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

#overlay_box .overlaybottom {
	width:406;
	height:10px;
	background-image: url("popupdiv/d_bg_bottom.png");
	background-repeat:no-repeat;
	line-height:10px;
	margin-left:0px;
	font-size:1px;
}




#overlay_box input, #overlay_box textarea, #overlay_box select
  {
	border:1px solid #000000;
	font-size:11px;
	padding:1px;
  }

#overlay_box .formtitle
  {
	text-align: center;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	padding-bottom: 10px;
  }

#overlay_box .formtext
  {
	width: 160px;
	height: auto;
	text-align: left;
	font-weight:bold;
  }
#overlay_box .centertext
  {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	text-align: center;
	font-weight:bold;
  }
#overlay_box .centerbutton
  {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	text-align: center;
  }

#overlay_box .forminfo
  {
	text-align: center;
	font-weight:normal;
	color:#a0a0a0;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding-top: 10px;
  }

/* KEK GOMB VEGE */
