html, body { margin: 0px; padding: 0px; } a img { border: none; text-decoration: none; } .mmi_clear, .mmi-clear, .clear { clear: both; } .mmi_clearLeft, .mmi-clearLeft { clear: left; } .mmi_clearRight, .mmi-clearRight { clear: right; } .mmi_bold, .mmi-bold, .bold { font-weight: bold; } .mmi_positionAbsolute, .mmi-positionAbsolute, .positionAbsolute { position: absolute; } .mmi_hidden, .mmi-hidden { display: none; } .mmi_fakeLink, .mmi-fakeLink { color: rgb(147, 147, 147); cursor: pointer; display: inline; } .mmi-utilOverlay { background: transparent; position: absolute; top: 0; left: 0; text-align:center; .mmi-utilOverlayLoadingMessage { position: relative; width: 200px; border: solid 1px #555555; background: white; padding: 10px; margin-left: auto; margin-right: auto; margin-top: 40%; } .mmi-utilOverlayContent { position: relative; margin-left: auto; margin-right: auto; padding: 10px; border: solid 1px #555555; background-color: #ffffff; } } .mmi-utilOverlayInner { background: none repeat-x scroll 50% 50% #000000; opacity: 0.3; position: absolute; top: 0; left: 0; width: auto; height: 100%; } .form_field_error, .mmi_basicSuccessMessage, .mmi-basicSuccessMessage, .mmi_basicErrorMessage, .mmi-basicErrorMessage, .mmi_basicWarningMessage, .mmi-basicWarningMessage { width: auto; /*height: 45px;*/ height: auto; padding: 10px; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 14px; font-weight: bold; text-align: center; line-height: 45px; color: #171717; border: 2px solid rgb(0, 0, 0); margin-bottom: 8px; } .mmi_basicSuccessMessage, .mmi-basicSuccessMessage { background-color: #c2ebc4; border-color: #8ed292; } .form_field_error, .mmi_basicErrorMessage, .mmi-basicErrorMessage { background-color: #f7c3c3; border-color: #a92626; } .form_field_error { padding: 5px; line-height: 1em; float: left; }