	#InfoWindow {
		visibility:hidden;
		position:absolute;
		top:-300px;
		left:-10px;
		z-index:15;
	}
		#InfoWindow table {
			width:100%;
			font-size:1px;
			border-collapse:separate;
			border-spacing:0px;
		}
		
		#InfoWindow .tl {
			width:7px;
			height:6px;
			background:url('/_images/border_shadow_lt.png') no-repeat right bottom;
		}
		#InfoWindow .tc {background:url('/_images/border_shadow_top.png') repeat-x bottom;}
		#InfoWindow .tr {
			vertical-align:bottom;
			background:url('/_images/border_shadow_rt.png') no-repeat 0 bottom;
		}
		
		#InfoWindow .ml {background:url('/_images/border_shadow_left.png') repeat-y right;}
		#InfoWindow .mr {background:url('/_images/border_shadow_right.png') repeat-y 0 0;}
		
		#InfoWindow .bl {background:url('/_images/border_shadow_lb.png') no-repeat right 0;}
		#InfoWindow .bc {background:url('/_images/border_shadow_bottom.png') repeat-x top;}
		#InfoWindow .br {
			width:9px;
			height:10px;
			background:url('/_images/border_shadow_rb.png') no-repeat 0 0;
		}
		
		#InfoWindow .mc {
			padding:17px;
			border:1px solid #DFDFDF;
			background:#fff;
			font:12px Arial;
			line-height:150%;
			color:#3D4046;
		}
		#InfoWindow .mc.l {
			border-right:0;
			
		}
			#InfoWindow .mc.l img {
				border:1px solid #D2CDCD;
			}
		#InfoWindow .mc.r {
			padding-left:0;
			border-left:0;
		}
		
		#InfoWindow .mc .overflow {
			overflow:hidden;
			height:16px;
		}
		#InfoWindow .mc.l .overflow img {
			border:0;
		}
		#InfoWindow .name {
			padding:0 30px 0 0;
			font:18px Arial;
			color:#000;
		}
		#InfoWindow .post {
			padding:0 30px 1.5em 0;
			font-style: italic;
			color:#000;
		}
		#InfoWindow .cross {
			width:26px;
			height:27px;
			margin:17px 0 0 -40px;
			position:absolute;
			cursor:pointer;
			background:url('/_images/cross.gif') no-repeat 0 0;
		}
		



	#FeedBack {
	}
		#FeedBack td {
			padding:0 10px 10px 0;
			font:12px Arial;
			color:#E05120;
		}
		#FeedBack td.left {
			padding:7px 10px 10px 0;
			width:140px;
			text-align:right;
		}
		#FeedBack td.bl {color:#000;}
		
		
			#FeedBack td input, #FeedBack td textarea {
				width:300px;
				padding:4px;
				border:2px inset #999;
			}
		
		#FeedBack div {
			padding:0 0 0 150px;
		}
	
	#feedBackDialog.error {color:#f00;font-size:16px;}
	#feedBackDialog.hidden		{display:none;}
	#feedBackDialog.preloader	{font-size:16px;}
	#feedBackDialog.success		{font-size:16px;}
	#feedBackDialog.success a {
		border-bottom:1px dashed #2990D9;
		cursor:pointer;
	}


