﻿.popup_Titlebar {background: url(../images/titlebar_bg.jpg);	height: 29px;}

.popup_Body{
	padding:15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
}
.TitlebarLeft {
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	width: auto;
}
.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;
}
.popup_Buttons{
	margin:10px;
	text-align: center;
}
.popup_Container {
	background-color:#F8F9F9;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	height:300px;
	width:500px;
	padding-top:10px;
}
.ModalPopupBG{
	
	/*------filter: alpha(opacity=50);
	opacity: 0.7;*/
}

.logout{background-color:transparent; border-color:transparent!important; border-style:none; color:White !important; text-align:center; height:18px;}
