/* CSS Document */
.m_top_left {
background-image:url(../images/ModalPopup/left.png);
background-position:left top;
background-repeat:no-repeat;
width:11px;
}
.m_top_right {
background-image:url(../images/ModalPopup/right.png);
background-position:right bottom;
background-repeat:no-repeat;
width:12px;
height:31px;
}
.m_bottom_left {
background-image:url(../images/ModalPopup/bottom_left.png);
background-position:left top;
background-repeat:no-repeat;
width:12px;
height:12px;
}
.m_bottom_right {
background-image:url(../images/ModalPopup/bottom_right.png);
background-position:right top;
background-repeat:no-repeat;
width:12px;
height:12px;
}
.m_middle_top {
background-image:url(../images/ModalPopup/top.png);
background-position:top;
background-repeat:repeat-x;
border-bottom-width:17px;
height:16px;
color:#777777;
font-family:verdana;
font-weight:bold;
font-size:10pt;
vertical-align:middle;

}
.m_middle_top span, .m_middle_top td{
    color:#777777 !important;
}
.m_middle_bottom {
background-image: url(../images/ModalPopup/bottom.png);
background-position:center bottom;
background-repeat:repeat-x;
border-bottom-width:17px;
height:12px;
}
.m_middle_left {
background-image:url(../images/ModalPopup/left_x.png);
background-position:left;
background-repeat:repeat-y;
width:11px;
border-bottom-width:11px;

}
.m_middle_right {
background-image:url(../images/ModalPopup/left_y.png);
background-position:right;
background-repeat:repeat-y;
border-bottom-width:11px;

}
.m_close_button 
{
background-image:url(../images/ModalPopup/mark.png);
background-position:left top;
background-repeat:no-repeat;
width:11px;
}
.m_close_button 
{
background-image:url(../images/ModalPopup/mark.png);
}

.m_middle{
 background-color:#fcfcfc;
}