﻿.ModalPopupBG
{
    background-color: Blue;
    filter: alpha(opacity=90);
    opacity: 0.2;
}

.modalPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family:Arial;
    font-size:12px;
}

.PopupHeader
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background:#f1f1f1;
    font-weight:bold;
    padding:5px 5px 5px 5px;
    
}

.PopupBody
{
    background:#fff;
    border-width:1px;
    border-color:Black;
}

.ajax__combobox_itemlist
{
    position:fixed !important;
}

.Controls
{
    background:#fff;
}
