﻿.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;	
	line-height:15pt;
	clear:both;
	padding:20px;
}
.popupVerifiedConfirmation {
    width: 450px;
    height: 200px;
}
.popupConfirmation
{
	width: 350px;
	height: 200px;
}
.savedConfirmation {
    width: 500px;
    height: 200px;
}
.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Titlebar 
{
    background-color:#35496A;
	/*background: url(Images/titlebar_bg.jpg);*/
	height: 29px;
}

.popup_Container {
	background-color:White;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}
.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;
}
.addUserPopup {
    width: 355px;
    height: 60px;
}

.addHouseHoldPopup {
    width: 455px;
    height: 60px;
}

.deletePopup {
    width: 400px;
    height: 60px;
}














