div#feedback{
	display:none;
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	top:475px;
	left:385px;
	
	width:250px;
	background-color:white;	
	text-align:center;
	z-index:202;
	}
	div#feedback div.cap
	{
		text-transform: uppercase;
		background-color:#67A3DE;
		color:white;
		font-weight:bold;
		margin-left:16px;
		border: 1px solid #000000;
		margin:0 auto;
		height:auto !important;
		padding:16px 0;

		background-image:url("/img/map/w_dot.png");
		background-repeat:repeat-x;
		}
		div#feedback div.cap img{
			position:relative;
			top:-16px;
			left:22px;
			width:17px;
			height:17px;
			margin:0;
			cursor: hand;
			cursor: pointer;
			}

	div#feed_cont
	{
		padding:0px;
		text-align:center;
		position:relative;
		border:1px solid #CCCCCC;
		margin:2px;
		background-color:#D6E5F4;
		}
		div#feed_cont span
		{
			font-size:1.1em;padding:0;margin-left:-148px;line-height:2.8em;
		}
		div#feed_cont span.feed_adr
		{
			font-size:1.1em;font-weight:bold;margin:0 auto;line-height:.95em;
		}
		div#feed_cont table
		{
			margin:0 auto;padding:5px;margin-top:-4px;
		}
		div#feed_cont table td
		{
			padding:4px 4px;
		}
		div#feed_cont input,textarea
		{
			background-color: #EDF2F7;
			border: 1px solid #85B1DE;
			display: block;
			font-family: Tahoma,Serif;
			font-size:1.2em;
			margin-bottom: 5px;
			padding: 4px;
			margin: 0 auto !important;
		}
		div#feed_cont textarea
		{
			width:223px;
			color:#F9A42B;
			font-size:1.1em;
			overflow: auto;
			font-weight:bold;
			//height:5em;
		}
		input#cap_text
		{
			height:22px;
			width:4em;
			font-weight:bold;
		}
td.feed_form_err{
	text-align:center;
}

div#feed_bnr{
	display:none;
	position:absolute;
	width:42px;
	height:195px;
	cursor: hand;
	cursor: pointer;
}
