﻿
.mish-popup
{
    direction:rtl;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:14px;
}


.top-left{
    background:url(../images/msgbox/top-left.png);
    width:24px;
    height:28px;
    background-repeat: no-repeat;
}

.top-right{
    background:url(../images/msgbox/top-right.png);
    width:24px;
    height:28px;
    background-repeat: no-repeat;   
}

.bottom-left{
    background:url(../images/msgbox/bottom-left.png);
    width:24px;
    height:28px;
    background-repeat: no-repeat;   
}

.bottom-right{
    background:url(../images/msgbox/bottom-right.png);
    width:24px;
    height:28px;
    background-repeat: no-repeat;   
}




.strip-bottom{
    background:url(../images/msgbox/bottom.png);
    height:28px;   
    background-repeat:repeat-x; 
}

.strip-top{
    background:url(../images/msgbox/top.png);
    height:28px;   
    background-repeat:repeat-x; 
}

.strip-right{
    background:url(../images/msgbox/right.png);
    width:24px;  
    background-repeat:repeat-y;   
}

.strip-left{
    background:url(../images/msgbox/left.png);
    width:24px;   
    background-repeat:repeat-y;   
}

.content-wrapper
{
   background-color:#fff;
   border:1px inset #990033; 
}

.mish-popup-header
{
    background-color:#990033;
    border-bottom:1px solid black;
}

.mish-popup-title-small
{
    color:#fff;
    font-weight:bold;
    font-size:14px;
    padding-right:10px;
    text-align:right;
}

.mish-popup-title
{
    color:#fff;
    font-weight:bold;
    font-size:20px;
    padding-right:10px;
    height:30px;
    line-height:30px;
    text-align:right;
}

.mish-popup-content
{
   padding:5px;
   overflow:hidden;
}

.mish-popup-content-bg
{
   position:relative;
   background:url(../images/msgbox/content-strip.png);
   background-repeat:repeat-x;
}

.mish-popup-content-logo
{
    background:url(../images/msgbox/logo.png);
    width:60px;
    height:36px;
    position:absolute;
    left:5px;
    bottom:5px;
}

.mish-popup-footer
{
    height:30px;
    background-color:#990033;
    border-top:1px solid black;
}

.msgbox-button
{
    background-color: #fff;
    border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style:solid;
    border-width:1px;
    color:#000;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:12px;
    padding:2px 15px 3px;
    text-align:center;
    margin:3px;
    direction:ltr;
}

.msgbox-button-inner
{
    background-color: #C14F4F;
    border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:14px;
    padding:2px 15px 3px;
    text-align:center;
    margin:0px;
    direction:ltr;
}

.msgbox-order-icon
{          
    width:50px;
    height:50px;
    float:right;
    margin-bottom:10px;
    background-repeat:no-repeat;
}
.msgbox-order-header-text
{
    float:right;
    width:500px;
    margin-right:5px;
}

.msgbox-order-title
{
    font-weight:bold;
    font-size:16px;
}

.msgbox-order-dish-box
{
    clear:both;
    float:right;
    width:573px;
    margin-bottom:10px;
}

.msgbox-order-dish-caption
{
    background:url(../images/orderonline/msgbox-order-dish.gif);   
    height:25px; 
    background-repeat:no-repeat;
    background-position:right 8px;
    padding:5px 27px 0px 0px;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px dotted #990033;
    border-top:1px dotted #990033;
    color:#343434;
}

.msgbox-order-content-container
{
    overflow-x:hidden;
    overflow-y:scroll;
    height:200px;
    clear:both;
    direction:ltr;
}

.msgbox-order-content-box
{
    direction:rtl;
    padding:5px;
}

.msgbox-order-comments-box
{
    float:right;
}

.msgbox-order-options-box
{
    float:right;
    width:350px;
}

.msgbox-order-comments-caption
{
    font-size:15px;
    font-weight:bold;
    margin-top:5px;
}

.msgbox-order-textarea-long
{
    width:400px;
}

.msgbox-order-textarea-short
{
    width:200px;
}

.msgbox-order-textarea
{
    height:80px;border:1px solid #990033;
}

.msgbox-order-option-box
{
    float:right;
    width:100%;
    clear:both;
    margin:5px 0px 5px 0px;
}

.msgbox-order-option-caption
{
    float:right;
    width:100%;
    clear:both;
    font-size:15px;
    font-weight:bold;  
    margin-bottom:5px;
}

.msgbox-order-option-content
{
    float:right;
    width:100%;
    clear:both;
}

.msgbox-order-option-checkbox-box
{
    float:right;
    width:170px;
    font-size:12px;
}

.msgbox-order-option-checkbox
{
    float:right;
    width:20px;
}

.msgbox-order-option-checkbox-text
{
    float:right;
    width:110px;  
}

.msgbox-order-option-checkbox-price
{
    float:right;
    width:30px;    
    font-weight:bold;
}

.msgbox-order-option-combo{
     float:right;
     width:100%;   
     clear:both; 
     margin:5px 0px 5px 0px;
}

.wrapper
{
    overflow:hidden;
    width:100%;
}

.msgbox-loading
{
    background:url(../images/form-loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

