.default_modalWin
{
	background-image:url('tp2.png');
	background-color:Black;
	opacity:30%;
}

.default_alertWindow
{
    border: 1px solid #00417E; /* this is the border around the alert window */
    z-index: 100100 !important;
}
.default_titleBar
{
    /* title bar settings */
    color: #ffffff;
    font: 10px Verdana;
    border-bottom: 1px solid; /* the bottom border of your title bar, the border that separates it from the content area */ /*	background: #d18923; */
    line-height: 16px; /* if you have an icon, you probably want to set this as the same size or a bit larger than the icon size */
    padding: 10px;
    /*background-image: url(alert_title_bg.jpg);*/
    background:#00417E;
}
.default_titleBarLeftIcon
{
    /* left icon settings */
    background: transparent url(information.png) no-repeat;
    width: 16px;
    height: 16px;
}
.default_titleBarRightIcon
{
    /* right icon settings */ /* background: transparent url(/icons/cancel.png) no-repeat; 	width: 16px; 	height: 16px; */
}
.default_contentArea
{
    /* the contente area, where the actual message text is shown  #98190a*/
    color: #00417E;
    font: 14px Verdana;
    overflow: auto; /* setting this to auto will make scrollbars appear if the message text is too long for the height attribute, assuming you set it */
    padding: 5px;
    background: white; /* your background color.  the button area background color should be set the same as well */
    font-family: Verdana;
    font-size: 12px;
}

.default_contentArea h2
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
.default_buttonArea
{
    /* the button area, the div that your buttons are placed into */
    text-align: center; /* if you want you buttons to the left or center of the alert box, change this setting */
    background: #fdf4ed; /* your background color.  the content area background color should be set the same as well */
    padding-bottom: 5px;
}
.default_okButton
{
    /* ok button settings */
    background: url(accept.png);
    padding-left: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 35px;
    width: 70px;
}
.default_cancelButton
{
    /* cancel button settings, if present */
    background: url(cancel.png);
    padding-left: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 35px;
}

#MsgType
{
    background: url(warning.png);
    width: 35px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

#msgContentArea
{
    width: 320px;
    float: left;
    margin-right: 10px;
}

.msgHeading
{
    border:1px solid blue;
    
}
.msgList
{
     border:1px solid black;
}
