.popupinhab{
	position: absolute;
	/*background-color: #000000;*/
	background-image:url('../images/popup_transbkgr.png');
	background-repeat: repeat;

}

.popup{
	/*width: 500px;
	height: 310px;
	*/
	position: absolute;
	/*background-color: #cccccc;*/
	background-color: #ffffff;

	border-style: solid;
	border-color: #002559;
	box-shadow:0px 2px 8px #000000;
	/*border-color: #477fa4;*/

	/*border-color: #979797;*/
	font-size:12px;
	color:#333333;
overflow:hidden;


}


#popupheader{
	/*width: 100%;
	height: 30px;*/
	/*position: absolute;*/

	background-repeat: no-repeat;
	background-color: #d90000;
	padding:5px;
}

.popupcontent{
	/*width: 494px;
	height: 274px;
	*/
/*	position: absolute;
	left:3px;
	top:33px;*/
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: left;
	overflow:auto;
	font-size:14px;
	color:#000000;
	
	margin-bottom:10px;
}

.popupcontent td{
	/*font-size:14px;*/
}

#popupheadertit{
	width: 90%;
/*	height: 15px;
	position: absolute;
	left:5px;
	top:7px;*/
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	/*border-width: thin;
	border-style: solid;
	border-color: #000000;
	*/
}

.popupcerrar{
	top: 3px;
	position: absolute;
	/*background-color:#5ba029;*/
	background-image:url('../images/ficha_closebtn.png');
	width: 27px;
	height: 27px;
	/*margin-left:470px;*/
	/*border-color: #0000ff;*/
	background-repeat: no-repeat;
	cursor:pointer;
}

.feedback{
	position: absolute;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #5ba029;
	border-width:3px;
	box-shadow:0px 2px 8px #333333;
}

.feedbackcontent{

	position: absolute;
	left:3px;
	top:33px;
	margin:5px;
	font-size:14px;
	color:#333333;
	/*background-repeat: no-repeat;*/
	/*background-color: #E1E1E1;*/
	text-align: left;
	overflow:auto;


}

.feedbackcerrar{
	top: 0px;
	position: absolute;
	background-color:#5ba029;
	background-image:url('../images/btncerrar.png');
	width: 30px;
	height: 30px;
	/*margin-left:50px;*/
	/*border-color: #0000ff;*/
	background-repeat: no-repeat;
}
