.DnnModule
{
z-index:0;
}
.m0, .m1, .m2, .m3, .m4
{
z-index:5000;
}
li
{
  margin-left: 3em;
}
.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span { padding: 0 10px !important; 
}


/* style used when the Labels are displayed within the Input/Textbox controls rather than beside them */
input.EFRegularTextbox,
input.EFInlineLabelsRegularTextbox
{    
    float: left;
    width:215px;
    border: 1px solid #7BA6CE;
    border-radius: 2px;
    padding: 5px 11px 8px;
    height: 30px;
    font: 12px/15px Tahoma, Geneva, sans-serif;
    color: #666;
}
/* style for custom textboxes when multiline IS used and when the Labels are displayed within the Input/Textbox controls rather than beside them */
input.EFCustomTextbox,
input.EFInlineLabelCustomTextbox
{
    float: left;
    width:215px;
    border: 1px solid #7BA6CE;
    border-radius: 2px;
    padding: 5px 11px 8px;
    font: 12px/15px Tahoma, Geneva, sans-serif;
    color: #666;
}
textarea.EFCustomTextbox,
textarea.EFInlineLabelCustomTextbox,
select.EFDropDown,
select.EFDropdown
{
    border: 1px solid #7BA6CE;
    border-radius: 2px;
}


