div.popust {
	display: none;
	color: black;
	width: 420px;
	height: 380px;
	
	background-image: url("images/bg_popust.png");
	background-repeat: no-repeat;
	position: fixed;
	
	left: 50%;
	
	margin-left: -200px;
	
	z-index: 10000;
}

.popust table {
	word-wrap: break-word;
	word-break: hyphenate;
	width: 360px;
	margin-left: 40px;
	color: black;
}

.popust td {
	font-family: sans-serif;
	font-size: 9pt;
	color: black;
}

.popust span
{
	color: black;
}

div.shade {
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.0);
	position: absolute;
	display: none;
}

.popust input[type=text] {
	font-size: 14pt;
	width: 280px;
	text-align: center;
}

.popust input[type=button] {
	font-size: 12pt;
	height: 100%;
	margin-top: -1px;
}

.popust select {
	width: 340px;
	padding: 5px;
	font-size: 12pt;
	border: none;
}

div#captcha {
	margin-left: -40px;
	margin-top: 30px;
	position: relative;
	background-repeat: none;
}

.popust div {
	word-wrap: break-word;
	word-break: hyphenate;
	text-align: center;
	width: 340px;
	margin-left: 45px;
	margin-top: 0px;
	font-size: 13pt;
}
