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;
}
