
#backgroundPopup{
	/*display: none;*/
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;

}
#popupContact{
	/*display: none;*/
	position:relative;
	_position:absolute; /* hack for internet explorer 6*/
	height: 596px;
	width: 620px;
	background: url(/images/bg_popup.png) no-repeat left top;
	z-index: 1;
	top:100px;
	left:150px;
} 



#popupContactClose{
	right: 40px;
	top: 100px;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(/images/btn-close.png) no-repeat left top;
}

#popupText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width:340px;
	position: absolute;
	margin-left:260px;
	margin-top:120px;
}

#popupEmailfield{
	width:250px;
}


table.popupTable {
	width:340px;
	
}

table.popupTable td {
	padding:3px;
}

table.popupTable input {
	width:200px;
}

table.popupTable select {
	width:204px;
}

table.popupTable input.submit {
	width:100px;
}



