/* /templates2_0/module/popup/disabled.less */
/* 
    Created on : 20.10.2014, 17:17:34
    Author     : Kechaykin_I
*/
#module_popup_disabled {
  display: none;
  color: #333;
  font: normal 16px Utkonos;
  width: 400px;
  padding: 10px 10px 100px;
}
#el_modal_window .modal_content.module_popup_disabled {
  min-width: 650px;
  min-height: 260px;
  background: #fff url(/templates2_0/module/popup/bg.png) 50% 100% no-repeat;
}
#el_modal_window #module_popup_disabled {
  display: block;
}
