﻿
.modalDialog *
{
    font-family: ‘Lucida Sans’, ‘Lucida Grande’, Arial, Helvetica, sans-serif; 
   line-height: 13px;    
}

.modalDialog .titlePanel img{
    display: inline-block;
    margin-right: 10px;
}

.modalDialog .titlePanel{
    height: 35px;
    font-weight:bold;
    
}
.modalDialog .titlePanel .titleLabel{
    text-indent: 0;
    margin-left: 10px;
    width: 240px;    
}

/* Landscape phone */
@media only screen and (min-width : 321px) and (max-width: 480px)  {
    .modalDialog .displayPanel{
	    margin-top: -80px;
    }
    
    .modalDialog .opacityPanel{
        display:none;
    }

    .modalDialog .titlePanel {
        display:none;
    } 

    .modalDialog .contentPanel {
        height: 138px;
        border:none;		
    }
    
    .modalNotificationDialog .contentPanel .contentMainPanel
    {
        height: 120px;
        padding: 0;
        vertical-align: top-text;
        overflow: auto;
        border:none;
    } 

    .modalNotificationDialog .contentPanel .contentFooterPanel
    {
        padding: 3px;
        border-top: solid 1px #828282;
        text-align: center;
    }

    .modalNotificationDialog .contentPanel .contentFooterPanel input
    {
        border: #7b9ebd 1px solid;
        margin: 2px;
        padding-left: 4px;
        padding-right: 4px;
        background-color: #eeeeee;
        cursor: pointer;
    }
}



