﻿body {
}
.clsMessagePopupLeft
{
	width: 90px;
	height: 161px;
	background-image: url('../Images/MessageBox/Left.png' );
	background-repeat: no-repeat;
}

.clsMessagePopupTopMiddle
{
	width: 31px;
	height: 31px;
	background-image: url('../Images/MessageBox/Top.png' );
	background-repeat:repeat-x;
}

.clsMessagePopupTopRight
{
	width: 29px;
	height: 37px;
	background-image: url('../Images/MessageBox/right_top.png' );
	background-repeat: no-repeat;
}

.clsMessagePopupBottomMiddle
{
	width: 31px;
	height: 29px;
	background-image: url('../Images/MessageBox/Bottom.png' );
	background-repeat:repeat-x;
}

.clsMessagePopupBottomRight
{
	width: 29px;
	height: 37px;
	background-image: url('../Images/MessageBox/Bottom.png' );
	background-repeat: no-repeat;
}
.clsMessagePopupRightMiddle
{
	width: 29px;
	height: 42px;
	background-image: url('../Images/MessageBox/right_middle.png' );
	background-repeat:repeat-y;
}
.clsMessagePopupRight
{
	width: 27px;
	height: 161px;
	background-image: url('../Images/MessageBox/Right.png' );
	background-repeat: no-repeat;
}

.clsMessagePopupMiddle
{
	width: 3px;
	height: 161px;
	background-image: url('../Images/MessageBox/Middle.png' );
	background-repeat: repeat-x;
}

/* Classes for new UI of Confirm box*/
.clsConfirmBoxTop
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_top.png');
    background-repeat:no-repeat;
    width:362px;
    height:56px;
}

.clsConfirmBoxMid
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_center.png');
    background-repeat:repeat-y;
    width:362px;
}

.clsConfirmBoxBottom
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_bottom.png');
    background-repeat:no-repeat;
    width:362px;
    height:40px;
}

/* Classes for new UI of Message box*/
.clsMessageBoxTop
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_top.png');
    background-repeat:no-repeat;
    width:362px;
    height:56px;
}

.clsMessageBoxMid
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_center.png');
    background-repeat:repeat-y;
    width:362px;
}

.clsMessageBoxBottom
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/message_popups_bottom.png');
    background-repeat:no-repeat;
    width:362px;
    height:40px;
}

/* New UI */
.clsMessageBoxLeft
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/popup_01.png');
    width:58px;
    height:195px;
    background-repeat:no-repeat;
}

.clsMessageBoxMidRepeat
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/popup_02.png');
    height:195px;
    background-repeat:repeat-x;
}

.clsMessageBoxMid
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/popup_03.png');
    width:90px;
    height:195px;
    background-repeat:no-repeat;
}

.clsMessageBoxRight
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/popup_04.png');
    width:58px;
    height:195px;
    background-repeat:no-repeat;
}


/* Normal Message Box */

.clsInformationMessageBoxLeft
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/normal_message_popup_left.png');
    width:58px;
    height:201px;
    background-repeat:no-repeat;
}

.clsInformationMessageBoxMidRepeat
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/normal_message_popup_center.png');
    height:201px;
    background-repeat:repeat-x;
}

.clsInformationMessageBoxMid
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/normal_message_popup_icon.png');
    width:90px;
    height:201px;
    background-repeat:no-repeat;
}

.clsInformationMessageBoxRight
{
    background-image:url('../Images/BackgroundImages/ConfirmBox/normal_message_popup_right.png');
    width:58px;
    height:201px;
    background-repeat:no-repeat;
}

