﻿body
{
    background-color: #ECF5FB;
    background-image: url( '../Images/HelloPageBox/Stage_BG_btm.png' );
    background-position: center bottom;
    background-repeat: repeat-x;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 70%;
    padding-bottom: 20px;
}
.ModalPopupBG
{
	                background-color: #666699;
	                filter: alpha(opacity=50);/* For IE8 and earlier */
	                opacity: 0.7;
}
.popupConfirmation
{
	width: 500px;
	height: 200px;
}
.popup_Container {
	background-color:#fffeb2;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}
.popup_Titlebar
{
    background: url( '../Images/popupBox/titlebar_bg.jpg' );
    height: 29px;
}
.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/popupBox/cross_icon_normal.png' );*/
    background-position: right;
    background-repeat: no-repeat;
    /*height: 15px;
    width: 16px;*/
    height: 27px;
    width: 26px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}
.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;
}
.popup_Buttons
{
	margin:10px;
}
.modalBackground
{
	                background-color: #666699;
	                filter: alpha(opacity=50);/* For IE8 and earlier */
	                opacity: 0.7;
}