.ifxElement {
	background-image: url(../images/property/popOutBG.gif);
	background-repeat: repeat-x;
	background-color: #E2EED8;
	border-top: 1px solid #EFEFEF;
	padding: 10px;
	position: absolute;
	width: 360px;
	height: 280px;
	top: 2px;
	left: 2px;
	text-align: center;
	letter-spacing: 0px;
	overflow: hidden;
	display:none;
	z-index:10
}
.txtInput {
	height:18px;
	width:235px;
	background-color:#FFFFFF;
	border: 1px solid #E7E7E7;
	font-size:10px
}
.commentInput {
	height:80px;
	width:235px;
	background-color:#FFFFFF;
	border: 1px solid #E7E7E7;
	font-size:10px
}
.commentSmallerInput {
	width:235px;
	background-color:#FFFFFF;
	border: 1px solid #E7E7E7;
	font-size:10px
}