#feedbackWindow {
	padding:5px;
	display: none; 
	position: absolute; 
	
	z-index:100;
	width:350px;
	height:400px;
}

#feedbackResponseBlock {
	display: none; 
}

#feedbackProgressBlock {
	display: none; 
}
#feedbackFormBlock {
	margin-top: 20px;
}
#feedbackFormBlock td {
	padding-bottom: 5px;

}
#feedbackEmail {
	
	width: 190px;
}
#backinput {
	width: 190px;
}
#feedbackFormBlock td input {
	border: solid 1px #b2b2b2;
}
#message {
	border: solid 1px #b2b2b2;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pngf{
	filter: expression(fixPNG(this));
}

.top_orange {
	background-image: url(/img/top_td_03.gif);
	background-position: top;
	background-repeat: repeat-x;	
	height: 23px;
}

.right_orange {
	background-image: url(/img/right_border_03.gif);
	background-position: right;
	background-repeat: repeat-y;	
	height: 18px;
}

.left_orange {
	background-image: url(/img/left_border_03.gif);
	background-position: left;
	background-repeat: repeat-y;	
	height: 18px;
}

.bottom_orange {
	background-image: url(/img/bottom_border_03.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	height: 18px;
}

.blocks_rubber {
	text-align: left;
	margin-top: 10px;
	border-collapse: collapse;
	color: #2c2c2c;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.blocks_rubber td {
	color: #2c2c2c;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.bckgr_ffffdf {
	background-color: #ffffff;
}

