#ymPopup.yui-panel { border:none; overflow:visible; background-color:transparent; }

#ymPopup.yui-panel .container-close { top:8px; right:15px; }

#ymPopup.yui-panel .hd span { vertical-align:middle; line-height:22px; }


/* CSS for the box starts here
================================================*/

/* Rules for the bottom corners and border */
#ymPopup.yui-panel .ft {
    background:url(http://ymstat.com/web/img/general/pbox.png) no-repeat 100% 100%;
    margin:0 0 0 18px;
    height:17px;
    padding: 0px;
    overflow: visible;
    border: 0px;
    text-align: left;
}
#ymPopup.yui-panel .ft div {
    height:17px;
    width:18px;
    position:relative;
    left:-18px;
    background:url(http://ymstat.com/web/img/general/pbox.png) no-repeat 0 100%;
}

/* Insert the left border */
#ymPopup.yui-panel .bd {
    padding:0 0 0 10px;
    background:url(http://ymstat.com/web/img/general/pboxborders.png) repeat-y 0 0;
    border: 0px solid green;
    margin: 0px;
}

/* Insert the right border */
.popupRB {
    padding:0 12px 0 0;
    background:url(http://ymstat.com/web/img/general/pboxborders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.popupBody {
    background:#fff;
    margin:0;
    width: 95%;
    float: left;
    padding: 5px 0px 5px 0px;
}

#ymPopup.yui-panel .hd { padding:0; border:none; margin: 0px; text-align:center; overflow:visible; border: 0px; background-image:none;}

.btcorner {
    background:url(http://ymstat.com/web/img/general/pbox.png) no-repeat 0 0;
    min-width:18px;
}
.btmain {
    background: url(http://ymstat.com/web/img/general/pbox.png) no-repeat top right;
    width:100%;
    font-size: 16px;
    text-align:center;
    padding-top:5px;
    background-color: none; 
}
/* CSS for the box ends here */

/* The title text that is on all popup dialog */
.popupTitle
{
  padding-right: 15px; 
  font-size: 14px; 
  font-weight: bold; 
  color: white
}
