/* POPUP ABLAKOK */ 

.fullFade {
   display: none;
   background: #000;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: 499;
}

.overlay {
	min-width: 20%;
	margin: 0 auto;
    display: none;
    height: auto;
    position: fixed;
    text-align: left;
    z-index: 500;    
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;    
	*max-width: 400px;
}

@media only screen and (max-width: 640px) {
	.overlay {
		display: block;
		top: 90px !important;
		left: 5%;
		min-width: 90%;
	}
}

.overlay .overlayBezar {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
}

.popupClose {	
	height: 12px;
	min-width: 12px;
	display: block;
	float:right;
	position:relative;
	z-index: 501;
	background-image: url('reg_close2.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-right: 14px;
    position: relative;
    text-align: right;    
    color: #A29C9C;
    font-family: verdana;
    font-weight: normal;    
    }

.overlay .overlayTitle {
	background-color: white;
}

.overlay .overlayTitle h1 {
	font-size: 18px;
	color: #5f6669;
	font-family: 'ptsans';
	padding: 25px 15px 20px 15px;
}

.overlay .overlayContent {
    min-height: 50px;
	background-color: white;
    padding: 1px 15px;
	*width: 370px;
	padding-bottom: 20px;
}

.overlay .overlayTable_wrapper {
	padding: 0 20px 20px 20px;
	background: #353535 url('overlay_table_bg.png.html') repeat top left;
}

.overlayTable {
	width: 100%;
	margin: 0px auto;
	border-collapse:collapse;
	color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
}

.overlayTable  th {
	font-weight: normal;
	border-right: 1px solid #565657;
	text-align: left;
	padding: 20px 20px;
}

.overlayTable  th:last-child {
	border: none;
}

.overlayTable  th:first-child {
	padding: 20px 0;
}

.overlayTable td {
	border-right: 1px solid #565657;
	border-bottom: 1px solid #565657;
	padding: 10px 20px;
}

.overlayTable td:last-child {
	border-right: none;
}

.overlayTable  td:first-child {
	padding: 10px 0;
}

.overlayTable td.first {
	color: white;
}

.overlay  .otxt{
    padding: 20px;    
	color: white;
	font-size: 14px;
    line-height:1.33em;
}

.overlay .otxt ul li{
	margin-top: 15px;
	list-style: none;
}


.overlay  .otxt a,
.overlay  .otxt a:visited {
	color: white;
	text-decoration:none;
    }
.overlay .otxt a:hover
{
	text-decoration:underline;
}

.overlay  p {
    padding: 20px 0 5px 0;
    }

.dokelutasit p {
    font-size: 16px;
    margin:0;
    text-align:left;
    }

.overlay  p.greenlink {
	color: #88BF37;
	cursor: auto;
}

.overlay .overlayGreen {
	color: #89C037;
}

.overlay .overlaySearch {
	padding: 40px 20px;
}

.overlay .overlaySearch input, .overlay .overlaySearch label, .overlay .overlaySearch .popupicon {
	float: left;
}

.overlay .overlaySearch label {
	color: white;
	margin: 7px 50px 0 0;
}

.overlay .overlaySearch .popupicon {
	background-color: #232323;
}

.overlay .overlaySearch input.long_input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #232323;
	color: white;
	font-size: 13px;
	line-height: 36px;
}

.overlay .overlaybtnwrap {
	padding: 2px;
	background-color: #232323;
	float: right;
}

.overlayfullbtn
		{
			background-color: #FFF;
			-webkit-border-radius: 1px;
			-moz-border-radius: 1px;
			border-radius: 1px;
			font-family: sitefontbold;
			height: 30px;
			border: none;
			padding: 0 50px 1px 30px;
			font-size: 15px;
			cursor: pointer;
			color: #333333;
			background-image: url('search.png.html');
			background-repeat: no-repeat;			
			background-position: 105px center;
		}

.overlay a.right_link{
	display:block;
	float:right;
	width:160px;
	padding-top:5px;
	padding-bottom:5px;
    color: #88BF37;
}
.overlay a.left_link{
	display:block;
	float:left;
	width:160px;
	padding-top:5px;
	padding-bottom:5px;
    color: #88BF37;
}        
        
.zingaMessage {
	display: none;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border:3px solid #cfcfcf;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 450px;
	z-index: 500;    
}

.overlayContent ,
.zingaMessage .message{
	background: #FFFFFF;
	color: #a29c9c;
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
}

.zingaMessage .header {
	background: #3B3B3C;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 5px 20px 20px;
}


.overlayType
{
	height: 58px;
	line-height: 58px;
	font-family: "ptsans";
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 20px;
	*width:400px;
}

.fulloverlay .overlayEnd {position: absolute; bottom:0; width:100%}


.overlayBtn
{
	height: 58px;
	line-height: 58px;
	background-color: #6cb5f4;
	width: 35%;
	
    *position: absolute;
	*bottom: 0px;	
    *right: 0px;
    
	float:right;
	cursor:pointer;
	text-align:center;
	font-family: verdana;
	font-size: 14px;
}


.overlayType.sysMess
{
background-color: #383943;
}
.overlayType.failMess
{
background-color: #f68b00;
}

.overlayType.delMess
{
	background-color: #383943;
	color: #ff3131;
}

.overlayType.delMess .del
{
	color: #fff;
	background-color: #ff3131;
}

.popup-form {width:auto; min-width: 400px; padding:0 0px 20px 0px;}

/* iBox in popup */

.overlayContent .amkis {
	margin-right: 10px;
	font-weight: bold;
}

.overlayContent .margintop10{
	margin-top: auto !important;
	padding: 5px 0;
}
