﻿.ModalPopupBG
{
	background-color: #CFE1E5;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.popup_Titlebar {
	background: url(images/titlebar_bg.jpg);
	height: 29px;
	position:relative;
	bottom:0px;
	left:0px;
	//left:0px;
	width:434px;
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
}
.TitlebarRight 
{
	background:url(images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}


/*DEL OTRO MODALPOPOP*/
.popup_Titlebar2 {
	background: url(images/titlebar_bg.jpg);
	height: 29px;
	position:relative;
	bottom:0px;
	left:0px;
	width:969px;

}
.TitlebarLeft2 
{
	float:left;
	padding-left:5px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;

}
.TitlebarRight2 
{
	background:url(images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}
