#LayoutGlobalPopup {
  position:relative;
  width:auto;
	margin:0px 0px 0px 0px;
	text-align:left;
}
.LayoutPopupHeader {
	position:relative;
	width:100%;
	height:100px;
	/*background-image:url(../_img/headerback.gif);
	background-repeat:repeat-y;
	background-position:right;*/
}
.PopupHeaderLogo {
	position:absolute;
	top:19px;
	left:10px;
	height:40px;
	width:200px;
	padding-bottom:10px;
	background-image:url(../_img/PageVesterEMOVENDO_200x44.jpg);
	/*background-image:url(../_img/EMOVENDO_sloganEN_200px.gif);*/
	background-repeat:no-repeat;
}
/*.PopupTabExtend {
	position:absolute;
	top:75px;
	left:0px;
	width:100%;
	height:25px;
	background-image:url(../_img/popuptab_extend.gif);
	background-repeat:repeat-x;
	/*background-color:#CCFF00;*//*
}*/

.PopupTab {
	position:absolute;
	top:75px;
	left:0px;
	width:156px;
	width:100%;
	height:25px;
	/* background-image:url(../_img/popuptab.gif); 
	background-repeat:no-repeat;*/
	background-color:#727D84;
}

.PopupTab_Txt {
	margin:5px 10px 0px 20px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#FFFFFF;
}
.LayoutPopupContent {
  position:relative;
	width:100%;
}


.LayoutPopupFooterSpacer {
  float:left;
	height:31px;
	width:100%;
}
.LayoutPopupFooterColor1 {
  float:left;
	height:8px;
	width:100%;
	background-color:#009DDC;
}
.LayoutPopupFooterSep {
  float:left;
	height:1px;
	width:100%;
	background-color:#FFFFFF;
}
.LayoutPopupFooterColor2 {
  float:left;
	height:25px;
	width:100%;
  background-color:#727D84;
} 

